|
|
| operator dInt32 () const |
| |
|
const dInt32 | GetCount () const |
| |
|
dListNode * | GetLast () const |
| |
|
dListNode * | GetFirst () const |
| |
|
dListNode * | Append () |
| |
|
dListNode * | Append (dListNode *const node) |
| |
|
dListNode * | Append (const dgFaceInfo &element) |
| |
|
dListNode * | Addtop () |
| |
|
dListNode * | Addtop (dListNode *const node) |
| |
|
dListNode * | Addtop (const dgFaceInfo &element) |
| |
|
void | RotateToEnd (dListNode *const node) |
| |
|
void | RotateToBegin (dListNode *const node) |
| |
|
void | InsertAfter (dListNode *const root, dListNode *const node) |
| |
|
void | InsertBefore (dListNode *const root, dListNode *const node) |
| |
|
dListNode * | Find (const dgFaceInfo &element) const |
| |
|
dListNode * | GetNodeFromInfo (dgFaceInfo &m_info) const |
| |
|
void | Remove (dListNode *const node) |
| |
|
void | Remove (const dgFaceInfo &element) |
| |
|
void | RemoveAll () |
| |
|
void | Merge (dList< dgFaceInfo, dContainersAlloc< dgFaceInfo > > &list) |
| |
|
void | Unlink (dListNode *const node) |
| |
|
bool | SanityCheck () const |
| |
|
static void | FlushFreeList () |
| |