#include <dx8indexbuffer.h>
Inherits IndexBufferClass.
Public Member Functions | |
| SortingIndexBufferClass (unsigned short index_count) | |
| ~SortingIndexBufferClass () | |
Public Member Functions inherited from IndexBufferClass | |
| IndexBufferClass (unsigned type, unsigned short index_count) | |
| void | Copy (unsigned int *indices, unsigned start_index, unsigned index_count) |
| void | Copy (unsigned short *indices, unsigned start_index, unsigned index_count) |
| unsigned short | Get_Index_Count () const |
| unsigned | Type () const |
| void | Add_Engine_Ref () const |
| void | Release_Engine_Ref () const |
| unsigned | Engine_Refs () const |
Public Member Functions inherited from W3DMPO | |
| virtual | ~W3DMPO () |
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) |
Protected Attributes | |
| unsigned short * | index_buffer |
Protected Attributes inherited from IndexBufferClass | |
| int | engine_refs |
| unsigned short | index_count |
| unsigned | type |
Additional Inherited Members | |
Static Public Member Functions inherited from IndexBufferClass | |
| static unsigned | Get_Total_Buffer_Count () |
| static unsigned | Get_Total_Allocated_Indices () |
| static unsigned | Get_Total_Allocated_Memory () |
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 IndexBufferClass | |
| virtual | ~IndexBufferClass () |
Protected Member Functions inherited from W3DMPO | |
| virtual int | glueEnforcer () const =0 |
Protected Member Functions inherited from RefCountClass | |
| virtual | ~RefCountClass (void) |
Definition at line 190 of file dx8indexbuffer.h.
| SortingIndexBufferClass::SortingIndexBufferClass | ( | unsigned short | index_count | ) |
Definition at line 350 of file dx8indexbuffer.cpp.
| SortingIndexBufferClass::~SortingIndexBufferClass | ( | ) |
Definition at line 362 of file dx8indexbuffer.cpp.
|
protected |
Definition at line 204 of file dx8indexbuffer.h.