deal.II version GIT relicensing-2287-g6548a49e0a 2024-12-20 18:30:00+00:00
|
#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.