Public Types | |
typedef std::set< int, VertexLess< Type > > | VertexSet |
typedef std::vector< Type > | VertexVector |
Public Member Functions | |
void | Clear (int reservesize) |
const Type & | Get (int idx) const |
Type * | GetBuffer (void) |
const double * | GetPos (int idx) const |
unsigned int | GetSize (void) const |
int | GetVertex (const Type &vtx) |
unsigned int | GetVertexCount (void) const |
const VertexVector & | GetVertexList (void) const |
void | Set (const Type &vtx) |
Private Attributes | |
VertexSet | mVertSet |
VertexVector | mVtxs |
Definition at line 191 of file vlookup.cpp.
typedef std::set<int, VertexLess<Type> > ConvexDecomposition::VertexPool< Type >::VertexSet |
Definition at line 194 of file vlookup.cpp.
typedef std::vector< Type > ConvexDecomposition::VertexPool< Type >::VertexVector |
Definition at line 195 of file vlookup.cpp.
|
inline |
Definition at line 227 of file vlookup.cpp.
|
inline |
Definition at line 217 of file vlookup.cpp.
|
inline |
Definition at line 247 of file vlookup.cpp.
|
inline |
Definition at line 212 of file vlookup.cpp.
|
inline |
Definition at line 222 of file vlookup.cpp.
|
inline |
Definition at line 197 of file vlookup.cpp.
|
inline |
Definition at line 241 of file vlookup.cpp.
|
inline |
Definition at line 234 of file vlookup.cpp.
|
inline |
Definition at line 236 of file vlookup.cpp.
|
private |
Definition at line 250 of file vlookup.cpp.
|
private |
Definition at line 254 of file vlookup.cpp.