#include <hanim.h>
Inherits DynamicVectorClass< float >, and RefCountClass.
Inherited by NamedPivotMapClass.
Public Member Functions | |
| virtual NamedPivotMapClass * | As_Named_Pivot_Map () |
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 |
Public Member Functions inherited from RefCountClass | |
| RefCountClass (void) | |
| RefCountClass (const RefCountClass &) | |
| void | Add_Ref (void) const |
| WWINLINE void | Release_Ref (void) const |
| int | Num_Refs (void) const |
| virtual void | Delete_This (void) |
Additional Inherited Members | |
Static Public Member Functions inherited from RefCountClass | |
| static int | Total_Refs (void) |
| static RefCountClass * | Add_Active_Ref (RefCountClass *obj) |
| static RefCountClass * | Set_Ref_Owner (RefCountClass *obj, char *file, int line) |
| static void | Remove_Active_Ref (RefCountClass *obj) |
| static bool | Validate_Active_Ref (RefCountClass *obj) |
Public Attributes inherited from RefCountClass | |
| RefCountNodeClass | ActiveRefNode |
| ActiveRefStruct | ActiveRefInfo |
Static Public Attributes inherited from RefCountClass | |
| static RefCountListClass | ActiveRefList |
Protected Member Functions inherited from RefCountClass | |
| virtual | ~RefCountClass (void) |
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] |
|
inlinevirtual |
Reimplemented in NamedPivotMapClass.