![]() |
Polygon Crucher SDK - Documentation
Documentation
|
Public Member Functions | |
void | Reset () |
bool | IsEmpty () const |
int | GetEntryIndex () const |
int | GetSize () const |
DATATYPE * | GetData (int &size) |
const DATATYPE * | GetData (int &size) const |
DATATYPE & | GetAt (int i) const |
DATATYPE & | operator[] (int i) |
int | Add (const DATATYPE &type) |
void | RemoveAt (int i) |
void | SetAt (int i, const DATATYPE &type) |
DATATYPE * | SetSize (int newsize) |
void | Copy (const CCollectionElement< DATATYPE, SIZETYPE > ©) |
void | Copy (unsigned int srcindex) |