#include <opennurbs_array.h>
|  | 
| bool | GetBBox (double boxmin[2], double boxmax[2], int bGrowBox=false) const | 
|  | 
|  | ON_2dPointArray () | 
|  | 
|  | ON_2dPointArray (const ON_2dPointArray &) | 
|  | 
|  | ON_2dPointArray (int) | 
|  | 
| ON_2dPointArray & | operator= (const ON_2dPointArray &) | 
|  | 
| bool | SwapCoordinates (int, int) | 
|  | 
| bool | Transform (const ON_Xform &) | 
|  | 
| void | Append (const ON_2dPoint &) | 
|  | 
| void | Append (int, const ON_2dPoint *) | 
|  | 
| ON_2dPoint & | AppendNew () | 
|  | 
| ON_2dPoint * | Array () | 
|  | 
| const ON_2dPoint * | Array () const | 
|  | 
| ON_2dPoint * | At (int) | 
|  | 
| const ON_2dPoint * | At (int) const | 
|  | 
| int | BinarySearch (const ON_2dPoint *, int(*)(const ON_2dPoint *, const ON_2dPoint *)) const | 
|  | 
| int | Capacity () const | 
|  | 
| int | Count () const | 
|  | 
| ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const | 
|  | 
| void | Destroy () | 
|  | 
| void | EmergencyDestroy (void) | 
|  | 
| void | Empty () | 
|  | 
| ON_2dPoint * | First () | 
|  | 
| const ON_2dPoint * | First () const | 
|  | 
| bool | HeapSort (int(*)(const ON_2dPoint *, const ON_2dPoint *)) | 
|  | 
| void | Insert (int, const ON_2dPoint &) | 
|  | 
| ON_2dPoint * | KeepArray () | 
|  | 
| ON_2dPoint * | Last () | 
|  | 
| const ON_2dPoint * | Last () const | 
|  | 
| void | MemSet (unsigned char) | 
|  | 
| int | NewCapacity () const | 
|  | 
|  | ON_SimpleArray () | 
|  | 
|  | ON_SimpleArray (const ON_SimpleArray< ON_2dPoint > &) | 
|  | 
|  | ON_SimpleArray (int) | 
|  | 
|  | operator const ON_2dPoint * () const | 
|  | 
|  | operator ON_2dPoint * () | 
|  | 
| virtual ON_SimpleArray< ON_2dPoint > & | operator= (const ON_SimpleArray< ON_2dPoint > &) | 
|  | 
| ON_2dPoint & | operator[] (int) | 
|  | 
| const ON_2dPoint & | operator[] (int) const | 
|  | 
| bool | Permute (const int *) | 
|  | 
| bool | QuickSort (int(*)(const ON_2dPoint *, const ON_2dPoint *)) | 
|  | 
| virtual ON_2dPoint * | Realloc (ON_2dPoint *, int) | 
|  | 
| void | Remove () | 
|  | 
| virtual void | Remove (int) | 
|  | 
| void | Reserve (int) | 
|  | 
| void | Reverse () | 
|  | 
| int | Search (const ON_2dPoint &) const | 
|  | 
| int | Search (const ON_2dPoint *, int(*)(const ON_2dPoint *, const ON_2dPoint *)) const | 
|  | 
| void | SetArray (ON_2dPoint *) | 
|  | 
| void | SetCapacity (int) | 
|  | 
| void | SetCount (int) | 
|  | 
| void | Shrink () | 
|  | 
| unsigned int | SizeOfArray () const | 
|  | 
| bool | Sort (ON::sort_algorithm, int *, int(*)(const ON_2dPoint *, const ON_2dPoint *)) const | 
|  | 
| bool | Sort (ON::sort_algorithm, int *, int(*)(const ON_2dPoint *, const ON_2dPoint *, void *), void *) const | 
|  | 
| void | Swap (int, int) | 
|  | 
| void | Zero () | 
|  | 
| virtual | ~ON_SimpleArray () | 
|  | 
◆ ON_2dPointArray() [1/3]
      
        
          | ON_2dPointArray::ON_2dPointArray | ( |  | ) |  | 
      
 
 
◆ ON_2dPointArray() [2/3]
      
        
          | ON_2dPointArray::ON_2dPointArray | ( | int | c | ) |  | 
      
 
 
◆ ON_2dPointArray() [3/3]
◆ GetBBox()
      
        
          | bool ON_2dPointArray::GetBBox | ( | double | boxmin[2], | 
        
          |  |  | double | boxmax[2], | 
        
          |  |  | int | bGrowBox = false ) const | 
      
 
 
◆ operator=()
◆ SwapCoordinates()
      
        
          | bool ON_2dPointArray::SwapCoordinates | ( | int | i, | 
        
          |  |  | int | j ) | 
      
 
 
◆ Transform()
The documentation for this class was generated from the following files: