|
| ON_BrepTrimArray () |
|
| ~ON_BrepTrimArray () |
|
bool | Read (ON_BinaryArchive &) |
|
unsigned int | SizeOf () const |
|
bool | Write (ON_BinaryArchive &) const |
|
| ON_ObjectArray () |
| Class ON_ObjectArray<> More...
|
|
| ON_ObjectArray (size_t) |
|
| ON_ObjectArray (const ON_ObjectArray< ON_BrepTrim > &) |
|
| ~ON_ObjectArray () |
|
ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
|
bool | HeapSort (int(*)(const ON_BrepTrim *, const ON_BrepTrim *)) |
|
ON_ObjectArray< ON_BrepTrim > & | operator= (const ON_ObjectArray< ON_BrepTrim > &) |
|
bool | QuickSort (int(*)(const ON_BrepTrim *, const ON_BrepTrim *)) |
| Sorts the array using the heap sort algorithm. More...
|
|
ON_BrepTrim * | Realloc (ON_BrepTrim *, int) |
| low level memory managment /////////////////////////////////////// More...
|
|
| ON_ClassArray () ON_NOEXCEPT |
| construction //////////////////////////////////////////////////////// More...
|
|
| ON_ClassArray (size_t) |
|
| ON_ClassArray (const ON_ClassArray< ON_BrepTrim > &) |
| Copy constructor. More...
|
|
virtual | ~ON_ClassArray () |
|
void | Append (const ON_BrepTrim &) |
|
void | Append (int, const ON_BrepTrim *) |
|
ON_BrepTrim & | AppendNew () |
| array operations //////////////////////////////////////////////////// More...
|
|
ON_BrepTrim * | Array () |
|
const ON_BrepTrim * | Array () const |
|
ON_BrepTrim * | At (int) |
| At(index) returns nullptr if index < 0 or index >= count. More...
|
|
ON_BrepTrim * | At (unsigned int) |
|
ON_BrepTrim * | At (ON__INT64) |
|
ON_BrepTrim * | At (ON__UINT64) |
|
const ON_BrepTrim * | At (int) const |
|
const ON_BrepTrim * | At (unsigned int) const |
|
const ON_BrepTrim * | At (ON__INT64) const |
|
const ON_BrepTrim * | At (ON__UINT64) const |
|
int | BinarySearch (const ON_BrepTrim *, int(*)(const ON_BrepTrim *, const ON_BrepTrim *)) const |
|
int | BinarySearch (const ON_BrepTrim *, int(*)(const ON_BrepTrim *, const ON_BrepTrim *), int) const |
|
int | Capacity () const |
|
int | Count () const |
| query /////////////////////////////////////////////////////////////// More...
|
|
void | Destroy () |
|
void | EmergencyDestroy (void) |
| emergency bailout /////////////////////////////////////////////////// More...
|
|
void | Empty () |
|
ON_BrepTrim * | First () |
|
const ON_BrepTrim * | First () const |
|
void | Insert (int, const ON_BrepTrim &) |
| Insert called with a reference uses operator =. More...
|
|
ON_BrepTrim * | KeepArray () |
|
ON_BrepTrim * | Last () |
|
const ON_BrepTrim * | Last () const |
|
int | NewCapacity () const |
|
| operator const ON_BrepTrim * () const |
|
| operator ON_BrepTrim * () |
|
ON_ClassArray< ON_BrepTrim > & | operator= (const ON_ClassArray< ON_BrepTrim > &) |
| Assignment operator. More...
|
|
ON_BrepTrim & | operator[] (int) |
|
ON_BrepTrim & | operator[] (unsigned int) |
|
ON_BrepTrim & | operator[] (ON__INT64) |
|
ON_BrepTrim & | operator[] (ON__UINT64) |
|
const ON_BrepTrim & | operator[] (int) const |
|
const ON_BrepTrim & | operator[] (unsigned int) const |
|
const ON_BrepTrim & | operator[] (ON__INT64) const |
|
const ON_BrepTrim & | operator[] (ON__UINT64) const |
|
bool | Permute (const int *) |
|
void | Remove () |
|
void | Remove (int) |
|
ON_BrepTrim * | Reserve (size_t) |
| memory managment ///////////////////////////////////////////////// More...
|
|
void | Reverse () |
|
int | Search (const ON_BrepTrim *, int(*)(const ON_BrepTrim *, const ON_BrepTrim *)) const |
|
void | SetArray (ON_BrepTrim *) |
| Do not use this version of SetArray(). Use the one that takes a pointer, count and capacity: SetArray(pointer,count,capacity) More...
|
|
void | SetArray (ON_BrepTrim *, int, int) |
| Expert user tool to set the memory used by the dyanmic array. More...
|
|
ON_BrepTrim * | SetCapacity (size_t) |
|
void | SetCount (int) |
| low level memory managment ////////////////////////////////////////// More...
|
|
void | Shrink () |
|
unsigned int | SizeOfArray () const |
|
unsigned int | SizeOfElement () const |
|
bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepTrim *, const ON_BrepTrim *)) const |
| Sort() fills in the index[] array so that array[index[i]] <= array[index[i+1]]. The array is not modified. More...
|
|
bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepTrim *, const ON_BrepTrim *, void *), void *) const |
| Sort() fills in the index[] array so that array[index[i]] <= array[index[i+1]]. The array is not modified. More...
|
|
void | Swap (int, int) |
|
unsigned int | UnsignedCount () const |
|
void | Zero () |
|