|
| | ON_2dVectorArray () |
| |
| | ON_2dVectorArray (int) |
| |
| | ON_2dVectorArray (const ON_2dVectorArray &) |
| |
| ON_2dVectorArray & | operator= (const ON_2dVectorArray &) |
| |
| bool | GetBBox (double boxmin[2], double boxmax[2], int bGrowBox=false) const |
| |
| bool | Transform (const ON_Xform &) |
| |
| bool | SwapCoordinates (int, int) |
| |
| | ON_SimpleArray () |
| |
| | ON_SimpleArray (int) |
| |
| | ON_SimpleArray (const ON_SimpleArray< ON_2dVector > &) |
| |
| virtual | ~ON_SimpleArray () |
| |
| virtual ON_SimpleArray< ON_2dVector > & | operator= (const ON_SimpleArray< ON_2dVector > &) |
| |
| void | EmergencyDestroy (void) |
| |
| int | Count () const |
| |
| unsigned int | UnsignedCount () const |
| |
| int | Capacity () const |
| |
| unsigned int | SizeOfArray () const |
| |
| unsigned int | SizeOfElement () const |
| |
| ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
| |
| ON_2dVector & | operator[] (int) |
| |
| ON_2dVector & | operator[] (unsigned int) |
| |
| ON_2dVector & | operator[] (ON__INT64) |
| |
| ON_2dVector & | operator[] (ON__UINT64) |
| |
| const ON_2dVector & | operator[] (int) const |
| |
| const ON_2dVector & | operator[] (unsigned int) const |
| |
| const ON_2dVector & | operator[] (ON__INT64) const |
| |
| const ON_2dVector & | operator[] (ON__UINT64) const |
| |
| | operator ON_2dVector * () |
| |
| | operator const ON_2dVector * () const |
| |
| ON_2dVector * | First () |
| |
| const ON_2dVector * | First () const |
| |
| ON_2dVector * | At (int) |
| |
| ON_2dVector * | At (unsigned int) |
| |
| ON_2dVector * | At (ON__INT64) |
| |
| ON_2dVector * | At (ON__UINT64) |
| |
| const ON_2dVector * | At (int) const |
| |
| const ON_2dVector * | At (unsigned int) const |
| |
| const ON_2dVector * | At (ON__INT64) const |
| |
| const ON_2dVector * | At (ON__UINT64) const |
| |
| ON_2dVector * | Last () |
| |
| const ON_2dVector * | Last () const |
| |
| ON_2dVector & | AppendNew () |
| |
| void | Append (const ON_2dVector &) |
| |
| void | Append (int, const ON_2dVector *) |
| |
| void | Insert (int, const ON_2dVector &) |
| |
| void | Remove () |
| |
| virtual void | Remove (int) |
| |
| void | Empty () |
| |
| void | Reverse () |
| |
| void | Swap (int, int) |
| |
| int | Search (const ON_2dVector &) const |
| |
| int | Search (const ON_2dVector *, int(*)(const ON_2dVector *, const ON_2dVector *)) const |
| |
| int | BinarySearch (const ON_2dVector *, int(*)(const ON_2dVector *, const ON_2dVector *)) const |
| |
| int | BinarySearch (const ON_2dVector *, int(*)(const ON_2dVector *, const ON_2dVector *), int) const |
| |
| bool | HeapSort (int(*)(const ON_2dVector *, const ON_2dVector *)) |
| |
| bool | QuickSort (int(*)(const ON_2dVector *, const ON_2dVector *)) |
| |
| bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_2dVector *, const ON_2dVector *)) const |
| |
| bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_2dVector *, const ON_2dVector *, void *), void *) const |
| |
| bool | Permute (const int *) |
| |
| void | Zero () |
| |
| void | MemSet (unsigned char) |
| |
| void | Reserve (int) |
| |
| void | Shrink () |
| |
| void | Destroy () |
| |
| virtual ON_2dVector * | Realloc (ON_2dVector *, int) |
| |
| ON_2dVector * | Array () |
| |
| const ON_2dVector * | Array () const |
| |
| void | SetCount (int) |
| |
| void | SetCapacity (int) |
| |
| int | NewCapacity () const |
| |
| ON_2dVector * | KeepArray () |
| |
| void | SetArray (ON_2dVector *) |
| |
| void | SetArray (ON_2dVector *, int, int) |
| |
Definition at line 721 of file opennurbs_array.h.