Public Member Functions | |
| ndBodyListView (const ndBodyListView &src) | |
| ndArray< ndBodyKinematic * > & | GetView () |
| const ndArray< ndBodyKinematic * > & | GetView () const |
| bool | UpdateView () |
| bool | IsListDirty () const |
| void | RemoveItem (ndNode *const node) |
| ndNode * | AddItem (ndSharedPtr< ndBody > item) |
Public Member Functions inherited from ndList< ndSharedPtr< ndBody >, ndContainersFreeListAlloc< ndSharedPtr< ndBody > * > > | |
| operator ndInt32 () const | |
| ndInt32 | GetCount () const |
| ndNode * | GetLast () const |
| ndNode * | GetFirst () const |
| ndNode * | Append () |
| ndNode * | Append (ndNode *const node) |
| ndNode * | Append (const ndSharedPtr< ndBody > &element) |
| ndNode * | Addtop () |
| ndNode * | Addtop (ndNode *const node) |
| ndNode * | Addtop (const ndSharedPtr< ndBody > &element) |
| void | RotateToEnd (ndNode *const node) |
| void | RotateToBegin (ndNode *const node) |
| void | InsertAfter (ndNode *const root, ndNode *const node) |
| void | InsertBefore (ndNode *const root, ndNode *const node) |
| ndNode * | Find (const ndSharedPtr< ndBody > &element) const |
| ndNode * | GetNodeFromInfo (ndSharedPtr< ndBody > &m_info) const |
| void | Remove (ndNode *const node) |
| void | Remove (const ndSharedPtr< ndBody > &element) |
| void | RemoveAll () |
| void | Merge (ndList< ndSharedPtr< ndBody >, ndContainersFreeListAlloc< ndSharedPtr< ndBody > * > > &list) |
| void | Unlink (ndNode *const node) |
| bool | SanityCheck () const |
Public Member Functions inherited from ndClassAlloc | |
| ndClassAlloc () | |
| Empty default constructor. | |
| ~ndClassAlloc () | |
| Empty. | |
Public Attributes | |
| ndArray< ndBodyKinematic * > | m_view |
| ndUnsigned8 | m_listIsDirty |
Additional Inherited Members | |
Static Public Member Functions inherited from ndList< ndSharedPtr< ndBody >, ndContainersFreeListAlloc< ndSharedPtr< ndBody > * > > | |
| 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. | |