|
| | ON_BrepFaceArray () |
| |
| | ~ON_BrepFaceArray () |
| |
| bool | Read (ON_BinaryArchive &) |
| |
| unsigned int | SizeOf () const |
| |
| bool | Write (ON_BinaryArchive &) const |
| |
| | ON_ObjectArray () |
| | Class ON_ObjectArray<> More...
|
| |
| | ON_ObjectArray (const ON_ObjectArray< ON_BrepFace > &) |
| |
| | ON_ObjectArray (size_t) |
| | size_t parameter = initial capacity More...
|
| |
| | ~ON_ObjectArray () |
| | override for struct member deallocation, etc. More...
|
| |
| ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
| |
| bool | HeapSort (int(*)(const ON_BrepFace *, const ON_BrepFace *)) |
| |
| ON_ObjectArray< ON_BrepFace > & | operator= (const ON_ObjectArray< ON_BrepFace > &) |
| |
| bool | QuickSort (int(*)(const ON_BrepFace *, const ON_BrepFace *)) |
| |
| ON_BrepFace * | Realloc (ON_BrepFace *, int) |
| |
| | ON_ClassArray () ON_NOEXCEPT |
| | construction //////////////////////////////////////////////////////// More...
|
| |
| | ON_ClassArray (const ON_ClassArray< ON_BrepFace > &) |
| | Copy constructor. More...
|
| |
| | ON_ClassArray (size_t) |
| | size_t parameter = initial capacity More...
|
| |
| virtual | ~ON_ClassArray () |
| | override for struct member deallocation, etc. More...
|
| |
| void | Append (const ON_BrepFace &) |
| |
| void | Append (int, const ON_BrepFace *) |
| | Append copy of an array T[count]. More...
|
| |
| ON_BrepFace & | AppendNew () |
| | array operations //////////////////////////////////////////////////// More...
|
| |
| ON_BrepFace * | Array () |
| | The Array() function return the. More...
|
| |
| const ON_BrepFace * | Array () const |
| | m_a pointer value. More...
|
| |
| ON_BrepFace * | At (int) |
| | At(index) returns nullptr if index < 0 or index >= count. More...
|
| |
| const ON_BrepFace * | At (int) const |
| |
| ON_BrepFace * | At (ON__INT64) |
| |
| const ON_BrepFace * | At (ON__INT64) const |
| |
| ON_BrepFace * | At (ON__UINT64) |
| |
| const ON_BrepFace * | At (ON__UINT64) const |
| |
| ON_BrepFace * | At (unsigned int) |
| |
| const ON_BrepFace * | At (unsigned int) const |
| |
| int | BinarySearch (const ON_BrepFace *, int(*)(const ON_BrepFace *, const ON_BrepFace *)) const |
| | See Also: ON_CompareIncreasing<T> and ON_CompareDeccreasing<T> More...
|
| |
| int | BinarySearch (const ON_BrepFace *, int(*)(const ON_BrepFace *, const ON_BrepFace *), int) const |
| |
| int | Capacity () const |
| | capacity of array More...
|
| |
| int | Count () const |
| | query /////////////////////////////////////////////////////////////// More...
|
| |
| void | Destroy () |
| | onfree any memory and set count and capacity to zero More...
|
| |
| void | EmergencyDestroy (void) |
| | emergency bailout /////////////////////////////////////////////////// More...
|
| |
| void | Empty () |
| | Sets count to 0, leaves capacity untouched. More...
|
| |
| ON_BrepFace * | First () |
| |
| const ON_BrepFace * | First () const |
| | returns nullptr if count = 0 More...
|
| |
| void | Insert (int, const ON_BrepFace &) |
| | Insert called with a reference uses operator =. More...
|
| |
| int | InsertInSortedList (const ON_BrepFace &, int(*)(const ON_BrepFace *, const ON_BrepFace *)) |
| |
| int | InsertInSortedList (const ON_BrepFace &, int(*)(const ON_BrepFace *, const ON_BrepFace *), int) |
| |
| ON_BrepFace * | KeepArray () |
| |
| ON_BrepFace * | Last () |
| |
| const ON_BrepFace * | Last () const |
| | returns nullptr if count = 0 More...
|
| |
| int | NewCapacity () const |
| |
| | operator const ON_BrepFace * () const |
| |
| | operator ON_BrepFace * () |
| | The cast operators return a pointer. More...
|
| |
| bool | operator!= (const ON_ClassArray< ON_BrepFace > &other) const=delete |
| |
| ON_ClassArray< ON_BrepFace > & | operator= (const ON_ClassArray< ON_BrepFace > &) |
| | Assignment operator. More...
|
| |
| bool | operator== (const ON_ClassArray< ON_BrepFace > &other) const=delete |
| |
| ON_BrepFace & | operator[] (int) |
| |
| const ON_BrepFace & | operator[] (int) const |
| |
| ON_BrepFace & | operator[] (ON__INT64) |
| |
| const ON_BrepFace & | operator[] (ON__INT64) const |
| |
| ON_BrepFace & | operator[] (ON__UINT64) |
| |
| const ON_BrepFace & | operator[] (ON__UINT64) const |
| |
| ON_BrepFace & | operator[] (unsigned int) |
| |
| const ON_BrepFace & | operator[] (unsigned int) const |
| |
| bool | Permute (const int *) |
| |
| void | Remove () |
| |
| void | Remove (int) |
| |
| ON_BrepFace * | Reserve (size_t) |
| | memory management ///////////////////////////////////////////////// More...
|
| |
| void | Reverse () |
| | reverse order More...
|
| |
| int | Search (const ON_BrepFace *, int(*)(const ON_BrepFace *, const ON_BrepFace *)) const |
| |
| void | SetArray (ON_BrepFace *) |
| |
| void | SetArray (ON_BrepFace *, int, int) |
| |
| ON_BrepFace * | SetCapacity (size_t) |
| |
| void | SetCount (int) |
| | low level memory management ////////////////////////////////////////// More...
|
| |
| void | Shrink () |
| | remove unused capacity More...
|
| |
| unsigned int | SizeOfArray () const |
| | amount of memory in the m_a[] array More...
|
| |
| unsigned int | SizeOfElement () const |
| | amount of memory in an m_a[] array element More...
|
| |
| bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepFace *, const ON_BrepFace *)) const |
| |
| bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepFace *, const ON_BrepFace *, void *), void *) const |
| |
| void | Swap (int, int) |
| | swap elements i and j More...
|
| |
| unsigned int | UnsignedCount () const |
| |
| void | Zero () |
| |