#include <meshmatdesc.h>
Inherits ShareBufferClass< Vector2 >.
Public Member Functions | |
| UVBufferClass (int count, const char *msg) | |
| UVBufferClass (const UVBufferClass &that) | |
| bool | operator== (const UVBufferClass &that) |
| bool | Is_Equal_To (const UVBufferClass &that) |
| void | Update_CRC (void) |
| unsigned int | Get_CRC (void) |
Public Member Functions inherited from ShareBufferClass< Vector2 > | |
| ShareBufferClass (int count, const char *msg) | |
| ShareBufferClass (const ShareBufferClass &that) | |
| ~ShareBufferClass (void) | |
| Vector2 * | Get_Array (void) |
| int | Get_Count (void) |
| void | Set_Element (int index, const Vector2 &thing) |
| const Vector2 & | Get_Element (int index) const |
| Vector2 & | 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< Vector2 > | |
| 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< Vector2 > | |
| Vector2 * | Array |
| int | Count |
UVBufferClass This is a ShareBufferClass of uv coordinates. At load time, we are detecting redundant UV arrays so this class stores a CRC for quick checking.
Definition at line 276 of file meshmatdesc.h.
|
inline |
Definition at line 280 of file meshmatdesc.h.
| UVBufferClass::UVBufferClass | ( | const UVBufferClass & | that | ) |
Definition at line 143 of file meshmatdesc.cpp.
|
inline |
Definition at line 287 of file meshmatdesc.h.
| bool UVBufferClass::Is_Equal_To | ( | const UVBufferClass & | that | ) |
Definition at line 155 of file meshmatdesc.cpp.
| bool UVBufferClass::operator== | ( | const UVBufferClass & | that | ) |
Definition at line 149 of file meshmatdesc.cpp.
| void UVBufferClass::Update_CRC | ( | void | ) |
Definition at line 162 of file meshmatdesc.cpp.