![]() |
deal.II version GIT relicensing-3540-g7552a02177 2025-06-20 13:50:00+00:00
|
#include <deal.II/base/bounding_box.h>
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.
Public Member Functions | |
BoundingBox () | |
BoundingBox (const std::pair< Point< 0, Number >, Point< 0, Number > > &) | |
template<class Container > | |
BoundingBox (const Container &) | |
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.