#include <opennurbs_curve.h>
|
| void | Destroy () |
| |
| bool | Duplicate (ON_CurveArray &) const |
| |
| bool | GetTightBoundingBox (ON_BoundingBox &tight_bbox, int bGrowBox=false, const ON_Xform *xform=0) const |
| |
| | ON_CurveArray (int=0) |
| |
| bool | Read (ON_BinaryArchive &) |
| |
| bool | Write (ON_BinaryArchive &) const |
| |
| | ~ON_CurveArray () |
| |
| void | Append (const ON_Curve * &) |
| |
| void | Append (int, const ON_Curve * *) |
| |
| ON_Curve * & | AppendNew () |
| |
| ON_Curve * * | Array () |
| |
| const ON_Curve * * | Array () const |
| |
| ON_Curve * * | At (int) |
| |
| const ON_Curve * * | At (int) const |
| |
| int | BinarySearch (const ON_Curve * *, int(*)(const ON_Curve * *, const ON_Curve * *)) const |
| |
| int | Capacity () const |
| |
| int | Count () const |
| |
| ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
| |
| void | Destroy () |
| |
| void | EmergencyDestroy (void) |
| |
| void | Empty () |
| |
| ON_Curve * * | First () |
| |
| const ON_Curve * * | First () const |
| |
| bool | HeapSort (int(*)(const ON_Curve * *, const ON_Curve * *)) |
| |
| void | Insert (int, const ON_Curve * &) |
| |
| ON_Curve * * | KeepArray () |
| |
| ON_Curve * * | Last () |
| |
| const ON_Curve * * | Last () const |
| |
| void | MemSet (unsigned char) |
| |
| int | NewCapacity () const |
| |
| | ON_SimpleArray () |
| |
| | ON_SimpleArray (const ON_SimpleArray< ON_Curve * > &) |
| |
| | ON_SimpleArray (int) |
| |
| | operator const ON_Curve * * () const |
| |
| | operator ON_Curve ** () |
| |
| virtual ON_SimpleArray< ON_Curve * > & | operator= (const ON_SimpleArray< ON_Curve * > &) |
| |
| ON_Curve * & | operator[] (int) |
| |
| const ON_Curve * & | operator[] (int) const |
| |
| bool | Permute (const int *) |
| |
| bool | QuickSort (int(*)(const ON_Curve * *, const ON_Curve * *)) |
| |
| virtual ON_Curve * * | Realloc (ON_Curve * *, int) |
| |
| void | Remove () |
| |
| virtual void | Remove (int) |
| |
| void | Reserve (int) |
| |
| void | Reverse () |
| |
| int | Search (const ON_Curve * &) const |
| |
| int | Search (const ON_Curve * *, int(*)(const ON_Curve * *, const ON_Curve * *)) const |
| |
| void | SetArray (ON_Curve * *) |
| |
| void | SetCapacity (int) |
| |
| void | SetCount (int) |
| |
| void | Shrink () |
| |
| unsigned int | SizeOfArray () const |
| |
| bool | Sort (ON::sort_algorithm, int *, int(*)(const ON_Curve * *, const ON_Curve * *)) const |
| |
| bool | Sort (ON::sort_algorithm, int *, int(*)(const ON_Curve * *, const ON_Curve * *, void *), void *) const |
| |
| void | Swap (int, int) |
| |
| void | Zero () |
| |
| virtual | ~ON_SimpleArray () |
| |
◆ ON_CurveArray()
| ON_CurveArray::ON_CurveArray |
( |
int | initial_capacity = 0 | ) |
|
◆ ~ON_CurveArray()
| ON_CurveArray::~ON_CurveArray |
( |
| ) |
|
◆ Destroy()
| void ON_CurveArray::Destroy |
( |
| ) |
|
◆ Duplicate()
◆ GetTightBoundingBox()
◆ Read()
◆ Write()
The documentation for this class was generated from the following files: