ScummVM API documentation
dgCollisionCompoundBreakable::dgMesh Class Reference
Inheritance diagram for dgCollisionCompoundBreakable::dgMesh:
dgList< dgSubMesh > dgRefCounter

Public Member Functions

 dgMesh (dgMemoryAllocator *const allocator)
 
 dgMesh (dgMemoryAllocator *const allocator, dgDeserialize deserialization, void *const userData)
 
void Serialize (dgSerialize callback, void *const userData) const
 
dgSubMeshAddgSubMesh (dgInt32 indexCount, dgInt32 material)
 
- Public Member Functions inherited from dgList< dgSubMesh >
void operator delete (void *const ptr, dgMemoryAllocator *const allocator)
 
void operator delete (void *const ptr)
 
void operator delete[] (void *const ptr, dgMemoryAllocator *const allocator)
 
void operator delete[] (void *const ptr)
 
void * operator new (size_t size, dgMemoryAllocator *const allocator)
 
void * operator new (size_t size)
 
void * operator new[] (size_t size, dgMemoryAllocator *const allocator)
 
void * operator new[] (size_t size)
 
 dgList (dgMemoryAllocator *const allocator)
 
dgMemoryAllocatorGetAllocator () const
 
void SetAllocator (dgMemoryAllocator *const allocator)
 
 operator dgInt32 () const
 
dgInt32 GetCount () const
 
dgListNode * GetLast () const
 
dgListNode * GetFirst () const
 
dgListNode * Append ()
 
dgListNode * Append (dgListNode *const node)
 
dgListNode * Append (const dgSubMesh &element)
 
dgListNode * Addtop ()
 
dgListNode * Addtop (dgListNode *const node)
 
dgListNode * Addtop (const dgSubMesh &element)
 
void RotateToEnd (dgListNode *const node)
 
void RotateToBegin (dgListNode *const node)
 
void InsertAfter (dgListNode *const root, dgListNode *const node)
 
void InsertBefore (dgListNode *const root, dgListNode *const node)
 
dgListNode * Find (const dgSubMesh &element) const
 
dgListNode * GetNodeFromInfo (dgSubMesh &m_info) const
 
void Remove (dgListNode *const node)
 
void Remove (const dgSubMesh &element)
 
void RemoveAll ()
 
void Merge (dgList< dgSubMesh > &list)
 
void Unlink (dgListNode *const node)
 
bool SanityCheck () const
 
- Public Member Functions inherited from dgRefCounter
int GetRef () const
 
int Release ()
 
void AddRef ()
 

Public Attributes

dgInt32 m_IsVisible
 

The documentation for this class was generated from the following file: