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