|
|
| dgFaceMap (ndPolygonSoupBuilder &builder) |
| |
|
| operator ndInt32 () const |
| |
|
ndInt32 | GetCount () const |
| |
|
ndNode * | GetRoot () const |
| |
|
ndNode * | Minimum () const |
| |
|
ndNode * | Maximum () const |
| |
|
ndNode * | Find (const ndInt32 &key) const |
| |
|
ndNode * | FindGreater (const ndInt32 &key) const |
| |
|
ndNode * | FindLessEqual (const ndInt32 &key) const |
| |
|
ndNode * | FindGreaterEqual (const ndInt32 &key) const |
| |
|
ndNode * | FindCreate (const ndInt32 &key, bool &wasFound) |
| |
|
ndNode * | GetNodeFromInfo (dgFaceBucket &info) const |
| |
|
ndNode * | Insert (const ndInt32 &key) |
| |
|
ndNode * | Insert (ndNode *const node, const ndInt32 &key) |
| |
|
ndNode * | Insert (const dgFaceBucket &element, const ndInt32 &key) |
| |
|
ndNode * | Insert (const dgFaceBucket &element, const ndInt32 &key, bool &wasFound) |
| |
|
ndNode * | Replace (dgFaceBucket &element, const ndInt32 &key) |
| |
|
ndNode * | ReplaceKey (const ndInt32 &oldKey, const ndInt32 &newKey) |
| |
|
ndNode * | ReplaceKey (ndNode *const node, const ndInt32 &key) |
| |
|
void | RemoveAll () |
| |
|
void | Remove (const ndInt32 &key) |
| |
|
void | Remove (ndNode *const node) |
| |
|
void | Unlink (ndNode *const node) |
| |
|
void | SwapInfo (ndTree &tree) |
| |
|
bool | SanityCheck () const |
| |
|
| ndClassAlloc () |
| | Empty default constructor.
|
| |
|
| ~ndClassAlloc () |
| | Empty.
|
| |