#include <pcl/surface/3rdparty/opennurbs/opennurbs_curve.h>
|
| | ON_CurveArray (int=0) |
| | ~ON_CurveArray () |
| bool | Write (ON_BinaryArchive &) const |
| bool | Read (ON_BinaryArchive &) |
| void | Destroy () |
| bool | Duplicate (ON_CurveArray &) const |
| bool | GetTightBoundingBox (ON_BoundingBox &tight_bbox, int bGrowBox=false, const ON_Xform *xform=0) const |
| | ON_SimpleArray () |
| virtual | ~ON_SimpleArray () |
| virtual ON_SimpleArray< ON_Curve * > & | operator= (const ON_SimpleArray< ON_Curve * > &) |
| 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_Curve *& | operator[] (int) |
| | operator ON_Curve ** () |
| | operator const ON_Curve ** () const |
| ON_Curve ** | First () |
| ON_Curve ** | At (int) |
| ON_Curve ** | Last () |
| ON_Curve *& | AppendNew () |
| void | Append (const ON_Curve *&) |
| void | Insert (int, const ON_Curve *&) |
| void | Remove () |
| void | Empty () |
| void | Reverse () |
| void | Swap (int, int) |
| int | Search (const ON_Curve *&) const |
| int | BinarySearch (const ON_Curve **, int(*)(const ON_Curve **, const ON_Curve **)) const |
| bool | HeapSort (int(*)(const ON_Curve **, const ON_Curve **)) |
| bool | QuickSort (int(*)(const ON_Curve **, const ON_Curve **)) |
| bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_Curve **, const ON_Curve **)) const |
| bool | Permute (const int *) |
| void | Zero () |
| void | MemSet (unsigned char) |
| void | Reserve (int) |
| void | Shrink () |
| void | Destroy () |
| virtual ON_Curve ** | Realloc (ON_Curve **, int) |
| ON_Curve ** | Array () |
| void | SetCount (int) |
| void | SetCapacity (int) |
| int | NewCapacity () const |
| ON_Curve ** | KeepArray () |
| void | SetArray (ON_Curve **) |
Definition at line 1143 of file opennurbs_curve.h.
◆ ON_CurveArray()
| ON_CurveArray::ON_CurveArray |
( |
int | = 0 | ) |
|
◆ ~ON_CurveArray()
| ON_CurveArray::~ON_CurveArray |
( |
| ) |
|
◆ Destroy()
| void ON_CurveArray::Destroy |
( |
| ) |
|
◆ Duplicate()
◆ GetTightBoundingBox()
| bool ON_CurveArray::GetTightBoundingBox |
( |
ON_BoundingBox & | tight_bbox, |
|
|
int | bGrowBox = false, |
|
|
const ON_Xform * | xform = 0 ) const |
◆ Read()
◆ Write()
The documentation for this class was generated from the following file: