, including all inherited members.
AddElem(const VertexIndex &data) | TMCArray< VertexIndex > | |
AddElemCount(uint32 n) | TMCArray< VertexIndex > | |
Append(const TMCArray< VertexIndex > &fromArray) | TMCArray< VertexIndex > | |
ArrayAlias(VertexIndex *baseAddress, uint32 elemCount) | TMCArray< VertexIndex > | |
ArrayAlias(VertexIndex *baseAddress, uint32 elemCount, uint32 elemSpace) | TMCArray< VertexIndex > | |
ArrayAlias(void *baseAddress, uint32 elemCount, uint32 elemSpace) | TMCArray< VertexIndex > | [inline] |
ArrayAlias(TMCArray< VertexIndex > &sourceArray) | TMCArray< VertexIndex > | |
ArrayAlloc(uint32 initialCount, uint32 initialSpace, uint32 initialGrowSize, boolean initialZeroMem) | TMCArray< VertexIndex > | [protected] |
ArrayAllocFromBuffer(VertexIndex *baseAddress, boolean inAquireMemory, uint32 elemCount, uint32 elemSpace) | TMCArray< VertexIndex > | [protected] |
ArrayData(void) | TMCArray< VertexIndex > | [inline] |
ArrayData(void) const | TMCArray< VertexIndex > | [inline] |
ArrayFree(void) | TMCArray< VertexIndex > | |
Assign(int32 elemCount, const VertexIndex &value) | TMCArray< VertexIndex > | |
AssignArithmeticalSuite(int32 elemCount, const VertexIndex &u0, const VertexIndex &a) | TMCArray< VertexIndex > | |
BaseAddress(void) | TMCArray< VertexIndex > | [inline] |
BaseAddress(void) const | TMCArray< VertexIndex > | [inline] |
Begin(void) const | TMCArray< VertexIndex > | [inline] |
Begin(void) | TMCArray< VertexIndex > | [inline] |
CompactArray(void) | TMCArray< VertexIndex > | [inline] |
const_iterator typedef | TMCArray< VertexIndex > | |
CopyElems(const TMCArray< VertexIndex > &fromArray, uint32 startIndex, uint32 nbItems, uint32 insertIndex) | TMCArray< VertexIndex > | |
DichoSearch(const int32 beginIndex, const int32 endIndex, const VertexIndex &item) const | TMCArray< VertexIndex > | |
DichoSearch(const VertexIndex &item) const | TMCArray< VertexIndex > | |
End(void) const | TMCArray< VertexIndex > | [inline] |
End(void) | TMCArray< VertexIndex > | [inline] |
Erase(const iterator &elementToErase) | TMCArray< VertexIndex > | [inline] |
Erase(const iterator &start, const iterator &end) | TMCArray< VertexIndex > | |
ExternalMemory() | TMCArray< VertexIndex > | [inline] |
fArrayData | TMCArray< VertexIndex > | [protected] |
fArrayFlags | TMCArray< VertexIndex > | [protected] |
fElemCount | TMCArray< VertexIndex > | [protected] |
fElemSpace | TMCArray< VertexIndex > | [protected] |
FillWithValue(const VertexIndex &inValue, uint32 inStart=kBeginIndex, uint32 inLength=kUnusedIndex) | TMCArray< VertexIndex > | |
FindElem(const VertexIndex &item) const | TMCArray< VertexIndex > | |
FirstElem(void) | TMCArray< VertexIndex > | [inline] |
FirstElem(void) const | TMCArray< VertexIndex > | [inline] |
GetElem(uint32 index, VertexIndex &data) const | TMCArray< VertexIndex > | |
GetElemCount(void) const | TMCArray< VertexIndex > | [inline] |
GetElemSize(void) const | TMCArray< VertexIndex > | [inline] |
GetElemSpace(void) const | TMCArray< VertexIndex > | [inline] |
GetGrowSize(void) const | TMCArray< VertexIndex > | [inline] |
GetSmartGrow(void) const | TMCArray< VertexIndex > | [inline] |
GetVertexCount() const | Delauney::Polygon | [inline] |
GetZeroMem(void) const | TMCArray< VertexIndex > | [inline] |
InsertElem(uint32 index, const VertexIndex &data) | TMCArray< VertexIndex > | |
InsertElem(uint32 index, uint32 count, const VertexIndex &data) | TMCArray< VertexIndex > | |
IsInArray(const VertexIndex *data) const | TMCArray< VertexIndex > | [inline] |
IsValid(void) const | TMCArray< VertexIndex > | [inline] |
iterator typedef | TMCArray< VertexIndex > | |
LastElem(void) | TMCArray< VertexIndex > | [inline] |
LastElem(void) const | TMCArray< VertexIndex > | [inline] |
Merge(const Triangle &triangle) | Delauney::Polygon | |
NonCommonVertex(const Triangle &triangle, const TMCArray< int32 > &commonPoints) const | Delauney::Polygon | [protected] |
operator delete(void *block) | TMCObject | |
operator delete(void *, void *) | TMCObject | [inline] |
operator delete[](void *block) | TMCObject | |
operator new(MCSize byteCount) | TMCObject | |
operator new(MCSize, void *__Pointer) | TMCObject | [inline] |
operator new[](MCSize byteCount) | TMCObject | |
operator=(const TMCArray< VertexIndex > &fromArray) | TMCArray< VertexIndex > | |
TMCObject::operator=(const TMCObject &) | TMCObject | [inline] |
operator[](MCSize i) | TMCArray< VertexIndex > | [inline] |
operator[](MCSize i) const | TMCArray< VertexIndex > | [inline] |
Pointer(MCSize i) | TMCArray< VertexIndex > | [inline] |
Pointer(MCSize i) const | TMCArray< VertexIndex > | [inline] |
RemoveElem(MCSize index, MCSize count) | TMCArray< VertexIndex > | |
ReorderArray(const TMCArray< int32 > &reoderedIndex) | TMCArray< VertexIndex > | |
SetElem(uint32 index, const VertexIndex &data) | TMCArray< VertexIndex > | |
SetElemCount(MCSize nAsMCSize) | TMCArray< VertexIndex > | |
SetElemSpace(uint32 n) | TMCArray< VertexIndex > | |
SetGrowSize(uint32 g) | TMCArray< VertexIndex > | [inline] |
SetSmartGrow() | TMCArray< VertexIndex > | [inline] |
SetValid(boolean valid) | TMCArray< VertexIndex > | [inline] |
SetZeroMem(boolean z) | TMCArray< VertexIndex > | [inline] |
Split(VertexIndex vertex1, VertexIndex vertex2, Polygon &polygon1, Polygon &polygon2) const | Delauney::Polygon | |
Swap(TMCArray< VertexIndex > &fromArray) | TMCArray< VertexIndex > | |
TMCArray(void) | TMCArray< VertexIndex > | |
TMCArray(uint32 initialCount, boolean initialZeroMem) | TMCArray< VertexIndex > | |
TMCArray(uint32 initialCount, uint32 initialSpace, uint32 initialGrowSize, boolean initialZeroMem) | TMCArray< VertexIndex > | |
TMCArray(const TMCArray< VertexIndex > &inFromArray) | TMCArray< VertexIndex > | |
TMCArray(VertexIndex *const &baseAddress, boolean inAquireMemory, uint32 elemCount, uint32 elemSpace) | TMCArray< VertexIndex > | |
TMCArray(TMCArray< VertexIndex > &array, uint32 elemStart, uint32 elemCount) | TMCArray< VertexIndex > | |
TTemplateType typedef | TMCArray< VertexIndex > | |
TValueType typedef | TMCArray< VertexIndex > | |
UpdateDataPointer(void) | TMCArray< VertexIndex > | [inline, protected] |
Vertex(int32 i) const | Delauney::Polygon | [inline] |
ZeroInternals(void) | TMCArray< VertexIndex > | [inline, protected] |
~TMCArray(void) | TMCArray< VertexIndex > | |