Reference documentation for deal.II version 9.6.0
|
#include <deal.II/base/bounding_box.h>
Public Member Functions | |
BoundingBox () | |
BoundingBox (const std::pair< Point< 0, Number >, Point< 0, Number > > &) | |
template<class Container > | |
BoundingBox (const Container &) | |
Specialization of BoundingBox for spacedim 0. This class exists to enable dimension-independent programming but unconditionally throws an exception in its constructor.
Definition at line 393 of file bounding_box.h.
BoundingBox< 0, Number >::BoundingBox | ( | ) |
Default constructor. Throws an exception.
BoundingBox< 0, Number >::BoundingBox | ( | const std::pair< Point< 0, Number >, Point< 0, Number > > & | ) |
Equivalent two-point constructor. Throws an exception.
BoundingBox< 0, Number >::BoundingBox | ( | const Container & | ) |
Equivalent container constructor. Throws an exception.