Newton Dynamics  4.00
ndMeshEffect::dClusterMap Class Reference
Inheritance diagram for ndMeshEffect::dClusterMap:
ndTree< dVertexCluster, const ndString > ndClassAlloc

Additional Inherited Members

- Public Member Functions inherited from ndTree< dVertexCluster, const ndString >
 operator ndInt32 () const
 
ndInt32 GetCount () const
 
ndNode * GetRoot () const
 
ndNode * Minimum () const
 
ndNode * Maximum () const
 
ndNode * Find (const const ndString &key) const
 
ndNode * FindGreater (const const ndString &key) const
 
ndNode * FindLessEqual (const const ndString &key) const
 
ndNode * FindGreaterEqual (const const ndString &key) const
 
ndNode * FindCreate (const const ndString &key, bool &wasFound)
 
ndNode * GetNodeFromInfo (dVertexCluster &info) const
 
ndNode * Insert (const const ndString &key)
 
ndNode * Insert (ndNode *const node, const const ndString &key)
 
ndNode * Insert (const dVertexCluster &element, const const ndString &key)
 
ndNode * Insert (const dVertexCluster &element, const const ndString &key, bool &wasFound)
 
ndNode * Replace (dVertexCluster &element, const const ndString &key)
 
ndNode * ReplaceKey (const const ndString &oldKey, const const ndString &newKey)
 
ndNode * ReplaceKey (ndNode *const node, const const ndString &key)
 
void RemoveAll ()
 
void Remove (const const ndString &key)
 
void Remove (ndNode *const node)
 
void Unlink (ndNode *const node)
 
void SwapInfo (ndTree &tree)
 
bool SanityCheck () const
 
- Public Member Functions inherited from ndClassAlloc
 ndClassAlloc ()
 Empty default constructor.
 
 ~ndClassAlloc ()
 Empty.
 
- Static Public Member Functions inherited from ndTree< dVertexCluster, const ndString >
static void FlushFreeList ()
 
- Static Public Member Functions inherited from ndClassAlloc
D_OPERATOR_NEW_AND_DELETE static D_CORE_API void * Malloc (size_t size)
 Generic allocation for any function subclass from ndClassAlloc.
 
static D_CORE_API void Free (void *const ptr)
 Generic destruction for any function subclass from ndClassAlloc.