![]() |
Mesh Oriented datABase
(version 5.4.1)
Array-based unstructured mesh datastructure
|
Public Member Functions | |
Vertex (const CartVect &v) | |
~Vertex () | |
Public Attributes | |
BSPTreePoly::VertexUse * | usePtr |
int | markVal |
Definition at line 12 of file BSPTreePoly.cpp.
moab::BSPTreePoly::Vertex::Vertex | ( | const CartVect & | v | ) | [inline] |
Definition at line 14 of file BSPTreePoly.cpp.
: CartVect( v ), usePtr( 0 ), markVal( 0 )
#ifdef DEBUG_IDS
,
id( nextID++ )
#endif
{
}
moab::BSPTreePoly::Vertex::~Vertex | ( | ) | [inline] |
Definition at line 27 of file BSPTreePoly.cpp.
Referenced by moab::BSPTreePoly::cut_polyhedron(), and moab::BSPTreePoly::set_vertex_marks().
Definition at line 26 of file BSPTreePoly.cpp.
Referenced by moab::BSPTreePoly::is_valid(), moab::BSPTreePoly::VertexUse::set_vertex(), moab::BSPTreePoly::VertexUse::VertexUse(), and ~Vertex().