#include <pcl/surface/3rdparty/opennurbs/opennurbs_array.h>
|
| | ON_3fPointArray () |
| | ON_3fPointArray (int) |
| | ON_3fPointArray (const ON_3fPointArray &) |
| ON_3fPointArray & | operator= (const ON_3fPointArray &) |
| bool | GetBBox (float boxmin[3], float boxmax[3], int bGrowBox=false) const |
| bool | Transform (const ON_Xform &) |
| bool | SwapCoordinates (int, int) |
| | ON_SimpleArray () |
| virtual | ~ON_SimpleArray () |
| virtual ON_SimpleArray< ON_3fPoint > & | operator= (const ON_SimpleArray< ON_3fPoint > &) |
| 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_3fPoint & | operator[] (int) |
| | operator ON_3fPoint * () |
| | operator const ON_3fPoint * () const |
| ON_3fPoint * | First () |
| ON_3fPoint * | At (int) |
| ON_3fPoint * | Last () |
| ON_3fPoint & | AppendNew () |
| void | Append (const ON_3fPoint &) |
| void | Insert (int, const ON_3fPoint &) |
| void | Remove () |
| void | Empty () |
| void | Reverse () |
| void | Swap (int, int) |
| int | Search (const ON_3fPoint &) const |
| int | BinarySearch (const ON_3fPoint *, int(*)(const ON_3fPoint *, const ON_3fPoint *)) const |
| bool | HeapSort (int(*)(const ON_3fPoint *, const ON_3fPoint *)) |
| bool | QuickSort (int(*)(const ON_3fPoint *, const ON_3fPoint *)) |
| bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_3fPoint *, const ON_3fPoint *)) const |
| bool | Permute (const int *) |
| void | Zero () |
| void | MemSet (unsigned char) |
| void | Reserve (int) |
| void | Shrink () |
| void | Destroy () |
| virtual ON_3fPoint * | Realloc (ON_3fPoint *, int) |
| ON_3fPoint * | Array () |
| void | SetCount (int) |
| void | SetCapacity (int) |
| int | NewCapacity () const |
| ON_3fPoint * | KeepArray () |
| void | SetArray (ON_3fPoint *) |
Definition at line 663 of file opennurbs_array.h.
◆ ON_3fPointArray() [1/3]
| ON_3fPointArray::ON_3fPointArray |
( |
| ) |
|
◆ ON_3fPointArray() [2/3]
| ON_3fPointArray::ON_3fPointArray |
( |
int | | ) |
|
◆ ON_3fPointArray() [3/3]
◆ GetBBox()
| bool ON_3fPointArray::GetBBox |
( |
float | boxmin[3], |
|
|
float | boxmax[3], |
|
|
int | bGrowBox = false ) const |
◆ operator=()
◆ SwapCoordinates()
| bool ON_3fPointArray::SwapCoordinates |
( |
int | , |
|
|
int | ) |
◆ Transform()
| bool ON_3fPointArray::Transform |
( |
const ON_Xform & | | ) |
|
The documentation for this class was generated from the following file: