|
| | 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 () |
| |
| | ON_SimpleArray (int) |
| |
| | ON_SimpleArray (const ON_SimpleArray< ON_Curve * > &) |
| |
| 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) |
| |
| ON_Curve * & | operator[] (unsigned int) |
| |
| ON_Curve * & | operator[] (ON__INT64) |
| |
| ON_Curve * & | operator[] (ON__UINT64) |
| |
| const ON_Curve * & | operator[] (int) const |
| |
| const ON_Curve * & | operator[] (unsigned int) const |
| |
| const ON_Curve * & | operator[] (ON__INT64) const |
| |
| const ON_Curve * & | operator[] (ON__UINT64) const |
| |
| | operator ON_Curve ** () |
| |
| | operator const ON_Curve * * () const |
| |
| ON_Curve * * | First () |
| |
| const ON_Curve * * | First () const |
| |
| ON_Curve * * | At (int) |
| |
| ON_Curve * * | At (unsigned int) |
| |
| ON_Curve * * | At (ON__INT64) |
| |
| ON_Curve * * | At (ON__UINT64) |
| |
| const ON_Curve * * | At (int) const |
| |
| const ON_Curve * * | At (unsigned int) const |
| |
| const ON_Curve * * | At (ON__INT64) const |
| |
| const ON_Curve * * | At (ON__UINT64) const |
| |
| ON_Curve * * | Last () |
| |
| const ON_Curve * * | Last () const |
| |
| ON_Curve * & | AppendNew () |
| |
| void | Append (const ON_Curve * &) |
| |
| void | Append (int, const ON_Curve * *) |
| |
| void | Insert (int, const ON_Curve * &) |
| |
| void | Remove () |
| |
| virtual void | Remove (int) |
| |
| void | Empty () |
| |
| void | Reverse () |
| |
| void | Swap (int, int) |
| |
| int | Search (const ON_Curve * &) const |
| |
| int | Search (const ON_Curve * *, int(*)(const ON_Curve * *, const ON_Curve * *)) const |
| |
| int | BinarySearch (const ON_Curve * *, int(*)(const ON_Curve * *, const ON_Curve * *)) const |
| |
| int | BinarySearch (const ON_Curve * *, int(*)(const ON_Curve * *, const ON_Curve * *), int) 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 | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_Curve * *, const ON_Curve * *, void *), void *) 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 () |
| |
| const ON_Curve * * | Array () const |
| |
| void | SetCount (int) |
| |
| void | SetCapacity (int) |
| |
| int | NewCapacity () const |
| |
| ON_Curve * * | KeepArray () |
| |
| void | SetArray (ON_Curve * *) |
| |
| void | SetArray (ON_Curve * *, int, int) |
| |
Definition at line 1143 of file opennurbs_curve.h.