|
| ON_SimpleArray () |
|
| ON_SimpleArray (int) |
|
| ON_SimpleArray (const ON_SimpleArray< ON_UuidIndex > &) |
|
virtual | ~ON_SimpleArray () |
|
virtual ON_SimpleArray
< ON_UuidIndex > & | operator= (const ON_SimpleArray< ON_UuidIndex > &) |
|
void | EmergencyDestroy (void) |
|
int | Count () const |
|
unsigned int | UnsignedCount () const |
|
int | Capacity () const |
|
unsigned int | SizeOfArray () const |
|
unsigned int | SizeOfElement () const |
|
ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
|
ON_UuidIndex & | operator[] (int) |
|
ON_UuidIndex & | operator[] (unsigned int) |
|
ON_UuidIndex & | operator[] (ON__INT64) |
|
ON_UuidIndex & | operator[] (ON__UINT64) |
|
const ON_UuidIndex & | operator[] (int) const |
|
const ON_UuidIndex & | operator[] (unsigned int) const |
|
const ON_UuidIndex & | operator[] (ON__INT64) const |
|
const ON_UuidIndex & | operator[] (ON__UINT64) const |
|
| operator ON_UuidIndex * () |
|
| operator const ON_UuidIndex * () const |
|
ON_UuidIndex * | First () |
|
const ON_UuidIndex * | First () const |
|
ON_UuidIndex * | At (int) |
|
ON_UuidIndex * | At (unsigned int) |
|
ON_UuidIndex * | At (ON__INT64) |
|
ON_UuidIndex * | At (ON__UINT64) |
|
const ON_UuidIndex * | At (int) const |
|
const ON_UuidIndex * | At (unsigned int) const |
|
const ON_UuidIndex * | At (ON__INT64) const |
|
const ON_UuidIndex * | At (ON__UINT64) const |
|
ON_UuidIndex * | Last () |
|
const ON_UuidIndex * | Last () const |
|
ON_UuidIndex & | AppendNew () |
|
void | Append (const ON_UuidIndex &) |
|
void | Append (int, const ON_UuidIndex *) |
|
void | Insert (int, const ON_UuidIndex &) |
|
void | Remove () |
|
virtual void | Remove (int) |
|
void | Empty () |
|
void | Reverse () |
|
void | Swap (int, int) |
|
int | Search (const ON_UuidIndex &) const |
|
int | Search (const ON_UuidIndex *, int(*)(const ON_UuidIndex *, const ON_UuidIndex *)) const |
|
int | BinarySearch (const ON_UuidIndex *, int(*)(const ON_UuidIndex *, const ON_UuidIndex *)) const |
|
int | BinarySearch (const ON_UuidIndex *, int(*)(const ON_UuidIndex *, const ON_UuidIndex *), int) const |
|
bool | HeapSort (int(*)(const ON_UuidIndex *, const ON_UuidIndex *)) |
|
bool | QuickSort (int(*)(const ON_UuidIndex *, const ON_UuidIndex *)) |
|
bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_UuidIndex *, const ON_UuidIndex *)) const |
|
bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_UuidIndex *, const ON_UuidIndex *, void *), void *) const |
|
bool | Permute (const int *) |
|
void | Zero () |
|
void | MemSet (unsigned char) |
|
void | Reserve (int) |
|
void | Shrink () |
|
void | Destroy () |
|
virtual ON_UuidIndex * | Realloc (ON_UuidIndex *, int) |
|
ON_UuidIndex * | Array () |
|
const ON_UuidIndex * | Array () const |
|
void | SetCount (int) |
|
void | SetCapacity (int) |
|
int | NewCapacity () const |
|
ON_UuidIndex * | KeepArray () |
|
void | SetArray (ON_UuidIndex *) |
|
void | SetArray (ON_UuidIndex *, int, int) |
|
void | Move (int, int, int) |
|
Definition at line 1360 of file opennurbs_array.h.