|  | 
|  | ON_2dPointArray () | 
|  | 
|  | ON_2dPointArray (int) | 
|  | 
|  | ON_2dPointArray (const ON_2dPointArray &) | 
|  | 
| ON_2dPointArray & | operator= (const ON_2dPointArray &) | 
|  | 
| 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_2dPoint > &) | 
|  | 
| virtual | ~ON_SimpleArray () | 
|  | 
| virtual ON_SimpleArray< ON_2dPoint > & | operator= (const ON_SimpleArray< ON_2dPoint > &) | 
|  | 
| 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_2dPoint & | operator[] (int) | 
|  | 
| ON_2dPoint & | operator[] (unsigned int) | 
|  | 
| ON_2dPoint & | operator[] (ON__INT64) | 
|  | 
| ON_2dPoint & | operator[] (ON__UINT64) | 
|  | 
| const ON_2dPoint & | operator[] (int) const | 
|  | 
| const ON_2dPoint & | operator[] (unsigned int) const | 
|  | 
| const ON_2dPoint & | operator[] (ON__INT64) const | 
|  | 
| const ON_2dPoint & | operator[] (ON__UINT64) const | 
|  | 
|  | operator ON_2dPoint * () | 
|  | 
|  | operator const ON_2dPoint * () const | 
|  | 
| ON_2dPoint * | First () | 
|  | 
| const ON_2dPoint * | First () const | 
|  | 
| ON_2dPoint * | At (int) | 
|  | 
| ON_2dPoint * | At (unsigned int) | 
|  | 
| ON_2dPoint * | At (ON__INT64) | 
|  | 
| ON_2dPoint * | At (ON__UINT64) | 
|  | 
| const ON_2dPoint * | At (int) const | 
|  | 
| const ON_2dPoint * | At (unsigned int) const | 
|  | 
| const ON_2dPoint * | At (ON__INT64) const | 
|  | 
| const ON_2dPoint * | At (ON__UINT64) const | 
|  | 
| ON_2dPoint * | Last () | 
|  | 
| const ON_2dPoint * | Last () const | 
|  | 
| ON_2dPoint & | AppendNew () | 
|  | 
| void | Append (const ON_2dPoint &) | 
|  | 
| void | Append (int, const ON_2dPoint *) | 
|  | 
| void | Insert (int, const ON_2dPoint &) | 
|  | 
| void | Remove () | 
|  | 
| virtual void | Remove (int) | 
|  | 
| void | Empty () | 
|  | 
| void | Reverse () | 
|  | 
| void | Swap (int, int) | 
|  | 
| int | Search (const ON_2dPoint &) const | 
|  | 
| int | Search (const ON_2dPoint *, int(*)(const ON_2dPoint *, const ON_2dPoint *)) const | 
|  | 
| int | BinarySearch (const ON_2dPoint *, int(*)(const ON_2dPoint *, const ON_2dPoint *)) const | 
|  | 
| int | BinarySearch (const ON_2dPoint *, int(*)(const ON_2dPoint *, const ON_2dPoint *), int) const | 
|  | 
| bool | HeapSort (int(*)(const ON_2dPoint *, const ON_2dPoint *)) | 
|  | 
| bool | QuickSort (int(*)(const ON_2dPoint *, const ON_2dPoint *)) | 
|  | 
| bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_2dPoint *, const ON_2dPoint *)) const | 
|  | 
| bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_2dPoint *, const ON_2dPoint *, void *), void *) const | 
|  | 
| bool | Permute (const int *) | 
|  | 
| void | Zero () | 
|  | 
| void | MemSet (unsigned char) | 
|  | 
| void | Reserve (int) | 
|  | 
| void | Shrink () | 
|  | 
| void | Destroy () | 
|  | 
| virtual ON_2dPoint * | Realloc (ON_2dPoint *, int) | 
|  | 
| ON_2dPoint * | Array () | 
|  | 
| const ON_2dPoint * | Array () const | 
|  | 
| void | SetCount (int) | 
|  | 
| void | SetCapacity (int) | 
|  | 
| int | NewCapacity () const | 
|  | 
| ON_2dPoint * | KeepArray () | 
|  | 
| void | SetArray (ON_2dPoint *) | 
|  | 
| void | SetArray (ON_2dPoint *, int, int) | 
|  | 
Definition at line 414 of file opennurbs_array.h.