#include <dx8vertexbuffer.h>
Inherits W3DMPO, and RefCountClass.
Inherited by DX8VertexBufferClass, and SortingVertexBufferClass.
Classes | |
| class | AppendLockClass |
| class | WriteLockClass |
Public Member Functions | |
| const FVFInfoClass & | FVF_Info () const |
| unsigned short | Get_Vertex_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) |
Static Public Member Functions | |
| static unsigned | Get_Total_Buffer_Count () |
| static unsigned | Get_Total_Allocated_Vertices () |
| 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) |
Protected Member Functions | |
| VertexBufferClass (unsigned type, unsigned FVF, unsigned short VertexCount, unsigned vertex_size=0) | |
| virtual | ~VertexBufferClass () |
Protected Member Functions inherited from W3DMPO | |
| virtual int | glueEnforcer () const =0 |
Protected Member Functions inherited from RefCountClass | |
| virtual | ~RefCountClass (void) |
Protected Attributes | |
| unsigned | type |
| unsigned short | VertexCount |
| int | engine_refs |
| FVFInfoClass * | fvf_info |
Additional Inherited Members | |
Public Attributes inherited from RefCountClass | |
| RefCountNodeClass | ActiveRefNode |
| ActiveRefStruct | ActiveRefInfo |
Static Public Attributes inherited from RefCountClass | |
| static RefCountListClass | ActiveRefList |
DX8VertexBufferClass This class wraps a DX8 vertex buffer. Use the lock objects to modify or append to the vertex buffer.
Definition at line 82 of file dx8vertexbuffer.h.
|
protected |
Definition at line 77 of file dx8vertexbuffer.cpp.
|
protectedvirtual |
Definition at line 103 of file dx8vertexbuffer.cpp.
| void VertexBufferClass::Add_Engine_Ref | ( | ) | const |
Definition at line 137 of file dx8vertexbuffer.cpp.
|
inline |
Definition at line 98 of file dx8vertexbuffer.h.
|
inline |
Definition at line 92 of file dx8vertexbuffer.h.
|
static |
Definition at line 129 of file dx8vertexbuffer.cpp.
|
static |
Definition at line 124 of file dx8vertexbuffer.cpp.
|
static |
Definition at line 119 of file dx8vertexbuffer.cpp.
|
inline |
Definition at line 93 of file dx8vertexbuffer.h.
| void VertexBufferClass::Release_Engine_Ref | ( | ) | const |
Definition at line 144 of file dx8vertexbuffer.cpp.
|
inline |
Definition at line 94 of file dx8vertexbuffer.h.
|
mutableprotected |
Definition at line 121 of file dx8vertexbuffer.h.
|
protected |
Definition at line 122 of file dx8vertexbuffer.h.
|
protected |
Definition at line 119 of file dx8vertexbuffer.h.
|
protected |
Definition at line 120 of file dx8vertexbuffer.h.