Public Member Functions | |
| virtual void | DrawPolygon (dInt32 vertexCount, const dVector *const faceArray)=0 |
Public Member Functions inherited from dClassAlloc | |
| dClassAlloc () | |
| Empty. | |
| ~dClassAlloc () | |
| Empty. | |
| void * | operator new (size_t size) |
| Overloaded operator new for any subclass derived from dClassAlloc. | |
| void | operator delete (void *ptr) |
| Overloaded operator delete for any subclass derived from dClassAlloc. | |
Public Attributes | |
| const ndShapeInstance * | m_instance |
Additional Inherited Members | |
Static Public Member Functions inherited from dClassAlloc | |
| static D_CORE_API void * | Malloc (size_t size) |
| Generic allocation for any function subclass from dClassAlloc. | |
| static D_CORE_API void | Free (void *const ptr) |
| Generic destruction for any function subclass from dClassAlloc. | |