Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
SortingIndexBufferClass Class Reference

#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 RefCountClassAdd_Active_Ref (RefCountClass *obj)
 
static RefCountClassSet_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)
 

Detailed Description

Definition at line 190 of file dx8indexbuffer.h.

Constructor & Destructor Documentation

◆ SortingIndexBufferClass()

SortingIndexBufferClass::SortingIndexBufferClass ( unsigned short index_count)

Definition at line 350 of file dx8indexbuffer.cpp.

◆ ~SortingIndexBufferClass()

SortingIndexBufferClass::~SortingIndexBufferClass ( )

Definition at line 362 of file dx8indexbuffer.cpp.

Member Data Documentation

◆ index_buffer

unsigned short* SortingIndexBufferClass::index_buffer
protected

Definition at line 204 of file dx8indexbuffer.h.


The documentation for this class was generated from the following files: