#include <BoundingBox.h>
Public Types | |
| typedef Geometry::Point< d > | Point |
Public Member Functions | |
| BoundingBox () | |
| BoundingBox (Point p, double e) | |
| template<class iterator> | |
| BoundingBox (iterator begin, iterator end) | |
| template<class iterator, unsigned ambient> | |
| BoundingBox (iterator begin, iterator end, const ProjectionPlane< ambient, d > &plane) | |
| template<class iterator, class xform> | |
| BoundingBox (iterator begin, iterator end, const xform &x) | |
| BoundingBox | scale (double buffer) const |
| bool | bitwiseEqual (const BoundingBox &other) const |
| bool | inBox (const Point &p) const |
| bool | inClosedBox (const Point &p) const |
| std::string | toString () const |
Public Attributes | |
| Point | mincorner |
| double | extent |
Static Public Attributes | |
| static const unsigned | dimension = d |
|
|||||
|
|
|
|||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
1.4.6