#include <ode.h>
Inherits DynamicVectorClass< float >.
Public Member Functions | |
| void | Reset (void) |
| void | Resize (int size) |
Public Member Functions inherited from DynamicVectorClass< float > | |
| DynamicVectorClass (unsigned size=0, float const *array=0) | |
| DynamicVectorClass (unsigned size=0, float const *array=0) | |
| bool | operator== (const DynamicVectorClass &src) |
| bool | operator!= (const DynamicVectorClass &src) |
| virtual bool | Resize (int newsize, float const *array=0) |
| virtual bool | Resize (int newsize, float const *array=0) |
| virtual void | Clear (void) |
| virtual void | Clear (void) |
| void | Reset_Active (void) |
| void | Set_Active (int count) |
| int | Count (void) const |
| int | Count (void) const |
| bool | Add (float const &object) |
| bool | Add (float const &object) |
| bool | Add_Head (float const &object) |
| bool | Add_Head (float const &object) |
| bool | Insert (int index, float const &object) |
| bool | Delete (float const &object) |
| bool | Delete (int index) |
| bool | Delete (float const &object) |
| bool | Delete (int index) |
| bool | Delete_Index (int index) |
| void | Delete_All (void) |
| void | Delete_All (void) |
| int | Set_Growth_Step (int step) |
| int | Set_Growth_Step (int step) |
| int | Growth_Step (void) |
| int | Growth_Step (void) |
| virtual int | ID (float const *ptr) |
| virtual int | ID (float const &ptr) |
| virtual int | ID (float const *ptr) |
| virtual int | ID (float const &ptr) |
| DynamicVectorClass< float > & | operator= (DynamicVectorClass< float > const &rvalue) |
| DynamicVectorClass< float > & | operator= (DynamicVectorClass< float > const &rvalue) |
| float * | Uninitialized_Add (void) |
| float * | Uninitialized_Add (void) |
Public Member Functions inherited from VectorClass< float > | |
| WWINLINE | VectorClass (NoInitClass const &) |
| VectorClass (int size=0, float const *array=0) | |
| VectorClass (VectorClass< float > const &) | |
| VectorClass (NoInitClass const &) | |
| VectorClass (int size=0, float const *array=0) | |
| VectorClass (VectorClass< float > const &) | |
| virtual | ~VectorClass (void) |
| virtual | ~VectorClass (void) |
| WWINLINE float & | operator[] (int index) |
| WWINLINE float const & | operator[] (int index) const |
| float & | operator[] (int index) |
| float const & | operator[] (int index) const |
| VectorClass< float > & | operator= (VectorClass< float > const &) |
| VectorClass< float > & | operator= (VectorClass< float > const &) |
| virtual bool | operator== (VectorClass< float > const &) const |
| virtual bool | operator== (VectorClass< float > const &) const |
| WWINLINE int | Length (void) const |
| int | Length (void) const |
Additional Inherited Members | |
Protected Attributes inherited from DynamicVectorClass< float > | |
| int | ActiveCount |
| int | GrowthStep |
Protected Attributes inherited from VectorClass< float > | |
| float * | Vector |
| int | VectorMax |
| bool | IsValid |
| bool | IsAllocated |
| bool | VectorClassPad [2] |