Newton Dynamics  4.00
ndShapeStaticProceduralMesh::ndEdgeMap Class Reference
Inheritance diagram for ndShapeStaticProceduralMesh::ndEdgeMap:
ndTree< ndInt32, ndEdge, ndContainersFreeListAlloc< ndInt32 > > ndClassAlloc

Additional Inherited Members

- Public Member Functions inherited from ndTree< ndInt32, ndEdge, ndContainersFreeListAlloc< ndInt32 > >
 operator ndInt32 () const
 
ndInt32 GetCount () const
 
ndNode * GetRoot () const
 
ndNode * Minimum () const
 
ndNode * Maximum () const
 
ndNode * Find (const ndEdge &key) const
 
ndNode * FindGreater (const ndEdge &key) const
 
ndNode * FindLessEqual (const ndEdge &key) const
 
ndNode * FindGreaterEqual (const ndEdge &key) const
 
ndNode * FindCreate (const ndEdge &key, bool &wasFound)
 
ndNode * GetNodeFromInfo (ndInt32 &info) const
 
ndNode * Insert (const ndEdge &key)
 
ndNode * Insert (ndNode *const node, const ndEdge &key)
 
ndNode * Insert (const ndInt32 &element, const ndEdge &key)
 
ndNode * Insert (const ndInt32 &element, const ndEdge &key, bool &wasFound)
 
ndNode * Replace (ndInt32 &element, const ndEdge &key)
 
ndNode * ReplaceKey (const ndEdge &oldKey, const ndEdge &newKey)
 
ndNode * ReplaceKey (ndNode *const node, const ndEdge &key)
 
void RemoveAll ()
 
void Remove (const ndEdge &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< ndInt32, ndEdge, ndContainersFreeListAlloc< ndInt32 > >
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.