#include <Geometry.h>
| Public Member Functions | |
| BoundingBox3 () | |
| const Vector3d & | GetMaximum () const | 
| const Vector3d & | GetMinimum () const | 
| void | SetMaximum (const Vector3d &rMaximum) | 
| void | SetMinimum (const Vector3d &rMinimum) | 
| virtual | ~BoundingBox3 () | 
| Private Attributes | |
| Vector3d | m_Maximum | 
| Vector3d | m_Minimum | 
Defines a 3-dimensional bounding box
Definition at line 1741 of file Geometry.h.
Definition at line 80 of file Geometry.cpp.
| karto::BoundingBox3::~BoundingBox3 | ( | ) |  [virtual] | 
Definition at line 86 of file Geometry.cpp.
| const Vector3d& karto::BoundingBox3::GetMaximum | ( | ) | const  [inline] | 
| const Vector3d& karto::BoundingBox3::GetMinimum | ( | ) | const  [inline] | 
Get bounding box minimum return bounding box minimum
Definition at line 1752 of file Geometry.h.
| void karto::BoundingBox3::SetMaximum | ( | const Vector3d & | rMaximum | ) |  [inline] | 
Set bounding box maximum
| rMaximum | bounding box maximum | 
Definition at line 1779 of file Geometry.h.
| void karto::BoundingBox3::SetMinimum | ( | const Vector3d & | rMinimum | ) |  [inline] | 
Set bounding box minimum
| rMinimum | bounding box minimum | 
Definition at line 1761 of file Geometry.h.
| Vector3d karto::BoundingBox3::m_Maximum  [private] | 
Definition at line 1786 of file Geometry.h.
| Vector3d karto::BoundingBox3::m_Minimum  [private] | 
Definition at line 1785 of file Geometry.h.