Public Member Functions | |
| dgVertexArray (dInt32 count) | |
Public Member Functions inherited from dArray< dBigVector > | |
| dArray (dInt32 count) | |
| dArray (const dArray &source) | |
| const dInt32 | GetCount () const |
| void | SetCount (dInt32 count) |
| void | Clear () |
| void | Resize (dInt32 count) |
| dInt32 | GetCapacity () const |
| dBigVector & | operator[] (dInt32 i) |
| const dBigVector & | operator[] (dInt32 i) const |
| void | Swap (dArray &other) |
| void | PushBack (const dBigVector &element) |
Additional Inherited Members | |
Protected Attributes inherited from dArray< dBigVector > | |
| dBigVector * | m_array |