#include <Structure.h>
Public Member Functions | |
void | DestructItems (uint first, uint last) |
bool | LoadExternalMaterials () |
const vtString * | FindName (const char *matname) const |
void | CreatePlain () |
bool | Load (const char *szFileName) |
bool | Save (const char *szFileName) |
![]() | |
vtArray (uint size=0) | |
vtArray (const vtArray< vtMaterialDescriptor * > &) | |
uint | GetSize () const |
uint | GetMaxSize () const |
bool | SetSize (uint) |
bool | SetMaxSize (uint) |
uint | GetElemSize () const |
vtMaterialDescriptor ** | GetData () const |
void | FreeData () |
bool | IsEmpty () const |
vtMaterialDescriptor *& | GetAt (uint i) const |
bool | SetAt (uint i, vtMaterialDescriptor *) |
vtArray< vtMaterialDescriptor * > & | operator= (const vtArray< vtMaterialDescriptor * > &) |
vtMaterialDescriptor *& | operator[] (uint i) |
const vtMaterialDescriptor *& | operator[] (uint i) const |
void | Empty () |
bool | RemoveAt (uint i, int n=1) |
int | Append (const vtMaterialDescriptor *&) |
int | Append (const vtArray< vtMaterialDescriptor * > &) |
int | Find (const vtMaterialDescriptor *&) const |
Additional Inherited Members | |
![]() | |
virtual bool | Grow (uint) |
![]() | |
uint | m_Size |
uint | m_MaxSize |
vtMaterialDescriptor ** | m_Data |
Contains a set of material descriptors.