#include <meshmatdesc.h>
Inherits ShareBufferClass< TextureClass * >.
Public Member Functions | |
| TexBufferClass (int count, const char *msg) | |
| TexBufferClass (const TexBufferClass &that) | |
| ~TexBufferClass (void) | |
| void | Set_Element (int index, TextureClass *mat) |
| TextureClass * | Get_Element (int index) |
| TextureClass * | Peek_Element (int index) |
Public Member Functions inherited from ShareBufferClass< TextureClass * > | |
| ShareBufferClass (int count, const char *msg) | |
| ShareBufferClass (const ShareBufferClass &that) | |
| ~ShareBufferClass (void) | |
| TextureClass ** | Get_Array (void) |
| int | Get_Count (void) |
| void | Set_Element (int index, const TextureClass *&thing) |
| const TextureClass *& | Get_Element (int index) const |
| TextureClass *& | Get_Element (int index) |
| void | Clear (void) |
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) |
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 ShareBufferClass< TextureClass * > | |
| ShareBufferClass & | operator= (const ShareBufferClass &) |
Protected Member Functions inherited from W3DMPO | |
| virtual int | glueEnforcer () const =0 |
Protected Member Functions inherited from RefCountClass | |
| virtual | ~RefCountClass (void) |
Protected Attributes inherited from ShareBufferClass< TextureClass * > | |
| TextureClass ** | Array |
| int | Count |
TexBufferClass This is a ShareBufferClass of pointers to textures. Works just like MatBufferClass but with TextureClass's...
Definition at line 254 of file meshmatdesc.h.
|
inline |
Definition at line 258 of file meshmatdesc.h.
| TexBufferClass::TexBufferClass | ( | const TexBufferClass & | that | ) |
Definition at line 99 of file meshmatdesc.cpp.
| TexBufferClass::~TexBufferClass | ( | void | ) |
Definition at line 110 of file meshmatdesc.cpp.
| TextureClass * TexBufferClass::Get_Element | ( | int | index | ) |
Definition at line 122 of file meshmatdesc.cpp.
| TextureClass * TexBufferClass::Peek_Element | ( | int | index | ) |
Definition at line 130 of file meshmatdesc.cpp.
| void TexBufferClass::Set_Element | ( | int | index, |
| TextureClass * | mat ) |
Definition at line 117 of file meshmatdesc.cpp.