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