|
| | ON_3dPointArray () |
| | see ON_SimpleArray class definition comments for constructor documentation More...
|
| |
| | ON_3dPointArray (const ON_SimpleArray< ON_3dPoint > &) |
| |
| | ON_3dPointArray (const ON_SimpleArray< ON_3fPoint > &) |
| |
| | ON_3dPointArray (int) |
| |
| ON_BoundingBox | BoundingBox () const |
| |
| ON_BoundingBox | BoundingBox (int from, int count) const |
| |
| bool | Create (int point_dimension, int bRational, int point_count, int point_stride, const double *points) |
| |
| bool | Create (int point_dimension, int bRational, int point_count, int point_stride, const float *points) |
| |
| bool | GetBBox (double boxmin[3], double boxmax[3], bool bGrowBox=false) const |
| |
| bool | GetBoundingBox (ON_BoundingBox &bbox, int bGrowBox=false) const |
| |
| bool | GetClosestPoint (ON_3dPoint P, int *closest_point_index, double maximum_distance=0.0) const |
| |
| bool | GetTightBoundingBox (ON_BoundingBox &tight_bbox, bool bGrowBox=false, const ON_Xform *xform=nullptr) const |
| |
| ON_3dPointArray & | operator= (const ON_3dPointArray &) |
| |
| ON_3dPointArray & | operator= (const ON_SimpleArray< ON_3fPoint > &) |
| |
| bool | PointMassProperties (class ON_MassProperties &mp, bool bFirstMoments=true, bool bSecondMoments=true, bool bProductMoments=true) const |
| |
| bool | Rotate (double angle_in_radians, const ON_3dVector &axis_of_rotation, const ON_3dPoint ¢er_of_rotation) |
| |
| bool | Rotate (double sin_angle, double cos_angle, const ON_3dVector &axis_of_rotation, const ON_3dPoint ¢er_of_rotation) |
| |
| bool | SwapCoordinates (int i, int j) |
| |
| bool | Transform (const ON_Xform &xform) |
| |
| bool | Translate (const ON_3dVector &delta) |
| |
| | ON_SimpleArray () ON_NOEXCEPT |
| | construction //////////////////////////////////////////////////////// More...
|
| |
| | ON_SimpleArray (const ON_SimpleArray< ON_3dPoint > &) |
| | Copy constructor. More...
|
| |
| | ON_SimpleArray (size_t) |
| | size_t parameter = initial capacity More...
|
| |
| | ON_SimpleArray (size_t, ON_3dPoint) |
| | create an array of given size and initialize all items to the given value More...
|
| |
| virtual | ~ON_SimpleArray () |
| |
| void | Append (const ON_3dPoint &) |
| |
| void | Append (int, const ON_3dPoint *) |
| | Append copy of an array T[count]. More...
|
| |
| ON_3dPoint & | AppendNew () |
| | array operations //////////////////////////////////////////////////// More...
|
| |
| ON_3dPoint * | Array () |
| | The Array() function return the. More...
|
| |
| const ON_3dPoint * | Array () const |
| | m_a pointer value. More...
|
| |
| ON_3dPoint * | At (int) |
| | At(index) returns nullptr if index < 0 or index >= count. More...
|
| |
| const ON_3dPoint * | At (int) const |
| |
| ON_3dPoint * | At (ON__INT64) |
| |
| const ON_3dPoint * | At (ON__INT64) const |
| |
| ON_3dPoint * | At (ON__UINT64) |
| |
| const ON_3dPoint * | At (ON__UINT64) const |
| |
| ON_3dPoint * | At (unsigned int) |
| |
| const ON_3dPoint * | At (unsigned int) const |
| |
| ON_3dPoint * | begin () |
| | Support STL iterators and algorithms. More...
|
| |
| ON_3dPoint const * | begin () const |
| |
| int | BinarySearch (const ON_3dPoint *, int(*compar)(const ON_3dPoint *, const ON_3dPoint *)) const |
| | See Also: ON_CompareIncreasing<T> and ON_CompareDecreasing<T> More...
|
| |
| int | BinarySearch (const ON_3dPoint *, int(*compar)(const ON_3dPoint *, const ON_3dPoint *), int) const |
| |
| const ON_3dPoint * | BinarySearchPtr (const ON_3dPoint *, int(*compar)(const ON_3dPoint *, const ON_3dPoint *)) const |
| |
| const ON_3dPoint * | BinarySearchPtr (const ON_3dPoint *, int(*compar)(const ON_3dPoint *, const ON_3dPoint *), int) const |
| |
| int | Capacity () const |
| | capacity of array More...
|
| |
| ON_3dPoint const * | cbegin () const |
| |
| ON_3dPoint const * | cend () const |
| |
| 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 | Emplace (int i, _Val &&... val) |
| |
| void | Emplace (int, _Val &&...) |
| | create a new item and insert it More...
|
| |
| void | EmplaceBack (_Val &&... val) |
| |
| void | EmplaceBack (_Val &&...) |
| | create a new item an append it More...
|
| |
| void | Empty () |
| | Sets count to 0, leaves capacity untouched. More...
|
| |
| ON_3dPoint * | end () |
| |
| ON_3dPoint const * | end () const |
| |
| ON_3dPoint * | First () |
| |
| const ON_3dPoint * | First () const |
| | returns nullptr if count = 0 More...
|
| |
| bool | HeapSort (int(*compar)(const ON_3dPoint *, const ON_3dPoint *)) |
| |
| void | Insert (int, const ON_3dPoint &) |
| |
| int | InsertInSortedList (const ON_3dPoint &, int(*compar)(const ON_3dPoint *, const ON_3dPoint *)) |
| |
| int | InsertInSortedList (const ON_3dPoint &, int(*compar)(const ON_3dPoint *, const ON_3dPoint *), int) |
| |
| ON_3dPoint * | KeepArray () |
| |
| ON_3dPoint * | Last () |
| |
| const ON_3dPoint * | Last () const |
| | returns nullptr if count = 0 More...
|
| |
| void | MemSet (unsigned char) |
| |
| int | NewCapacity () const |
| |
| | operator const ON_3dPoint * () const |
| |
| | operator ON_3dPoint * () |
| | The cast operators return a pointer. More...
|
| |
| bool | operator!= (const ON_SimpleArray< ON_3dPoint > &other) const=delete |
| |
| ON_SimpleArray< ON_3dPoint > & | operator= (const ON_SimpleArray< ON_3dPoint > &) |
| |
| bool | operator== (const ON_SimpleArray< ON_3dPoint > &other) const=delete |
| |
| ON_3dPoint & | operator[] (int) |
| |
| const ON_3dPoint & | operator[] (int) const |
| |
| ON_3dPoint & | operator[] (ON__INT64) |
| |
| const ON_3dPoint & | operator[] (ON__INT64) const |
| |
| ON_3dPoint & | operator[] (ON__UINT64) |
| |
| const ON_3dPoint & | operator[] (ON__UINT64) const |
| |
| ON_3dPoint & | operator[] (unsigned int) |
| |
| const ON_3dPoint & | operator[] (unsigned int) const |
| |
| bool | Permute (const int *) |
| |
| void | Prepend (int, const ON_3dPoint *) |
| | Prepend copy of an array T[count]. More...
|
| |
| bool | QuickSort (int(*compar)(const ON_3dPoint *, const ON_3dPoint *)) |
| | See Also: ON_CompareIncreasing<T> and ON_CompareDecreasing<T> More...
|
| |
| bool | QuickSortAndRemoveDuplicates (int(*compar)(const ON_3dPoint *, const ON_3dPoint *)) |
| | See Also: ON_CompareIncreasing<T> and ON_CompareDecreasing<T> More...
|
| |
| virtual ON_3dPoint * | Realloc (ON_3dPoint *, int) |
| | low level memory management ////////////////////////////////////////// More...
|
| |
| void | Remove () |
| |
| virtual void | Remove (int) |
| |
| void | RemoveIf (bool(*predicate)(const ON_3dPoint &key)) |
| |
| void | RemoveValue (const ON_3dPoint &) |
| |
| ON_3dPoint * | Reserve (size_t) |
| | memory management //////////////////////////////////////////////////// More...
|
| |
| void | Reverse () |
| | reverse order More...
|
| |
| int | Search (const ON_3dPoint &) const |
| |
| int | Search (const ON_3dPoint *, int(*compar)(const ON_3dPoint *, const ON_3dPoint *)) const |
| | See Also: ON_CompareIncreasing<T> and ON_CompareDecreasing<T> More...
|
| |
| void | SetArray (ON_3dPoint *p) |
| |
| void | SetArray (ON_3dPoint *p, int count, int capacity) |
| |
| ON_3dPoint * | SetCapacity (size_t) |
| |
| void | SetCount (int) |
| | low level memory management ////////////////////////////////////////// More...
|
| |
| void | SetRange (int from, int count, ON_3dPoint) |
| |
| 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(*compar)(const ON_3dPoint *, const ON_3dPoint *)) const |
| |
| bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*compar)(const ON_3dPoint *, const ON_3dPoint *, void *), void *) const |
| |
| bool | Sort (ON::sort_algorithm sort_algorithm, unsigned int *, int(*compar)(const ON_3dPoint *, const ON_3dPoint *)) const |
| |
| bool | Sort (ON::sort_algorithm sort_algorithm, unsigned int *, int(*compar)(const ON_3dPoint *, const ON_3dPoint *, void *), void *) const |
| |
| void | Swap (int, int) |
| | swap elements i and j More...
|
| |
| unsigned int | UnsignedCount () const |
| |
| void | Zero () |
| |