|
MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include <common_tree.hpp>
Public Types | |
| typedef T | value_type |
| typedef std::vector< T > | Vector |
Public Member Functions | |
| Box () | |
| Box (const Box &from) | |
| template<typename Iterator > | |
| Box (const Iterator begin, const Iterator end) | |
| Box & | operator= (const Box &from) |
Public Attributes | |
| Vector | max |
| Vector | min |
Definition at line 122 of file common_tree.hpp.
| typedef T moab::common_tree::Box< T >::value_type |
Definition at line 125 of file common_tree.hpp.
| typedef std::vector< T > moab::common_tree::Box< T >::Vector |
Definition at line 126 of file common_tree.hpp.
| moab::common_tree::Box< T >::Box | ( | ) | [inline] |
Definition at line 127 of file common_tree.hpp.
| moab::common_tree::Box< T >::Box | ( | const Box< T > & | from | ) | [inline] |
Definition at line 128 of file common_tree.hpp.
| moab::common_tree::Box< T >::Box | ( | const Iterator | begin, |
| const Iterator | end | ||
| ) | [inline] |
Definition at line 130 of file common_tree.hpp.
| Box& moab::common_tree::Box< T >::operator= | ( | const Box< T > & | from | ) | [inline] |
Definition at line 133 of file common_tree.hpp.
References moab::common_tree::Box< T >::max, and moab::common_tree::Box< T >::min.
| Vector moab::common_tree::Box< T >::max |
Definition at line 139 of file common_tree.hpp.
Referenced by moab::common_tree::compute_box_center(), moab::common_tree::Box< T >::operator=(), and moab::common_tree::update_bounding_box().
| Vector moab::common_tree::Box< T >::min |
Definition at line 140 of file common_tree.hpp.
Referenced by moab::common_tree::compute_box_center(), moab::common_tree::Box< T >::operator=(), and moab::common_tree::update_bounding_box().