|
| | ON_4dPointArray () |
| | see ON_SimpleArray class definition comments for constructor documentation More...
|
| |
| | ON_4dPointArray (const ON_4dPointArray &) |
| |
| | ON_4dPointArray (int) |
| |
| ON_4dPointArray & | operator= (const ON_4dPointArray &) |
| |
| bool | SwapCoordinates (int, int) |
| |
| bool | Transform (const ON_Xform &) |
| |
| | ON_SimpleArray () ON_NOEXCEPT |
| | construction //////////////////////////////////////////////////////// More...
|
| |
| | ON_SimpleArray (const ON_SimpleArray< ON_4dPoint > &) |
| | Copy constructor. More...
|
| |
| | ON_SimpleArray (size_t) |
| | size_t parameter = initial capacity More...
|
| |
| virtual | ~ON_SimpleArray () |
| |
| void | Append (const ON_4dPoint &) |
| |
| void | Append (int, const ON_4dPoint *) |
| | Append copy of an array T[count]. More...
|
| |
| ON_4dPoint & | AppendNew () |
| | array operations //////////////////////////////////////////////////// More...
|
| |
| ON_4dPoint * | Array () |
| | The Array() function return the. More...
|
| |
| const ON_4dPoint * | Array () const |
| | m_a pointer value. More...
|
| |
| ON_4dPoint * | At (int) |
| | At(index) returns nullptr if index < 0 or index >= count. More...
|
| |
| const ON_4dPoint * | At (int) const |
| |
| ON_4dPoint * | At (ON__INT64) |
| |
| const ON_4dPoint * | At (ON__INT64) const |
| |
| ON_4dPoint * | At (ON__UINT64) |
| |
| const ON_4dPoint * | At (ON__UINT64) const |
| |
| ON_4dPoint * | At (unsigned int) |
| |
| const ON_4dPoint * | At (unsigned int) const |
| |
| int | BinarySearch (const ON_4dPoint *, int(*)(const ON_4dPoint *, const ON_4dPoint *)) const |
| | See Also: ON_CompareIncreasing<T> and ON_CompareDeccreasing<T> More...
|
| |
| int | BinarySearch (const ON_4dPoint *, int(*)(const ON_4dPoint *, const ON_4dPoint *), int) const |
| |
| const ON_4dPoint * | BinarySearchPtr (const ON_4dPoint *, int(*)(const ON_4dPoint *, const ON_4dPoint *)) const |
| |
| const ON_4dPoint * | BinarySearchPtr (const ON_4dPoint *, int(*)(const ON_4dPoint *, const ON_4dPoint *), int) const |
| |
| int | Capacity () const |
| | capacity of array More...
|
| |
| int | Count () const |
| | query /////////////////////////////////////////////////////////////// More...
|
| |
| ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
| |
| 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_4dPoint * | First () |
| |
| const ON_4dPoint * | First () const |
| | returns nullptr if count = 0 More...
|
| |
| bool | HeapSort (int(*)(const ON_4dPoint *, const ON_4dPoint *)) |
| |
| void | Insert (int, const ON_4dPoint &) |
| |
| int | InsertInSortedList (const ON_4dPoint &, int(*)(const ON_4dPoint *, const ON_4dPoint *)) |
| |
| int | InsertInSortedList (const ON_4dPoint &, int(*)(const ON_4dPoint *, const ON_4dPoint *), int) |
| |
| ON_4dPoint * | KeepArray () |
| |
| ON_4dPoint * | Last () |
| |
| const ON_4dPoint * | Last () const |
| | returns nullptr if count = 0 More...
|
| |
| void | MemSet (unsigned char) |
| |
| int | NewCapacity () const |
| |
| | operator const ON_4dPoint * () const |
| |
| | operator ON_4dPoint * () |
| | The cast operators return a pointer. More...
|
| |
| bool | operator!= (const ON_SimpleArray< ON_4dPoint > &other) const=delete |
| |
| ON_SimpleArray< ON_4dPoint > & | operator= (const ON_SimpleArray< ON_4dPoint > &) |
| |
| bool | operator== (const ON_SimpleArray< ON_4dPoint > &other) const=delete |
| |
| ON_4dPoint & | operator[] (int) |
| |
| const ON_4dPoint & | operator[] (int) const |
| |
| ON_4dPoint & | operator[] (ON__INT64) |
| |
| const ON_4dPoint & | operator[] (ON__INT64) const |
| |
| ON_4dPoint & | operator[] (ON__UINT64) |
| |
| const ON_4dPoint & | operator[] (ON__UINT64) const |
| |
| ON_4dPoint & | operator[] (unsigned int) |
| |
| const ON_4dPoint & | operator[] (unsigned int) const |
| |
| bool | Permute (const int *) |
| |
| void | Prepend (int, const ON_4dPoint *) |
| | Prepend copy of an array T[count]. More...
|
| |
| bool | QuickSort (int(*)(const ON_4dPoint *, const ON_4dPoint *)) |
| | See Also: ON_CompareIncreasing<T> and ON_CompareDeccreasing<T> More...
|
| |
| bool | QuickSortAndRemoveDuplicates (int(*)(const ON_4dPoint *, const ON_4dPoint *)) |
| | See Also: ON_CompareIncreasing<T> and ON_CompareDeccreasing<T> More...
|
| |
| virtual ON_4dPoint * | Realloc (ON_4dPoint *, int) |
| | low level memory management ////////////////////////////////////////// More...
|
| |
| void | Remove () |
| |
| virtual void | Remove (int) |
| |
| void | RemoveIf (bool(*predicate)(const ON_4dPoint &key)) |
| |
| void | RemoveValue (const ON_4dPoint &) |
| |
| ON_4dPoint * | Reserve (size_t) |
| | memory management //////////////////////////////////////////////////// More...
|
| |
| void | Reverse () |
| | reverse order More...
|
| |
| int | Search (const ON_4dPoint &) const |
| |
| int | Search (const ON_4dPoint *, int(*)(const ON_4dPoint *, const ON_4dPoint *)) const |
| | See Also: ON_CompareIncreasing<T> and ON_CompareDeccreasing<T> More...
|
| |
| void | SetArray (ON_4dPoint *) |
| |
| void | SetArray (ON_4dPoint *, int, int) |
| |
| ON_4dPoint * | SetCapacity (size_t) |
| |
| void | SetCount (int) |
| | low level memory management ////////////////////////////////////////// More...
|
| |
| void | SetRange (int from, int count, ON_4dPoint) |
| |
| 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_4dPoint *, const ON_4dPoint *)) const |
| |
| bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_4dPoint *, const ON_4dPoint *, void *), void *) const |
| |
| void | Swap (int, int) |
| | swap elements i and j More...
|
| |
| unsigned int | UnsignedCount () const |
| |
| void | Zero () |
| |