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