#include <pcl/surface/3rdparty/opennurbs/opennurbs_brep.h>
|
| | ON_BrepTrimArray () |
| | ~ON_BrepTrimArray () |
| ON_BOOL32 | Read (ON_BinaryArchive &) |
| ON_BOOL32 | Write (ON_BinaryArchive &) const |
| unsigned int | SizeOf () const |
| | ON_ObjectArray () |
| | ~ON_ObjectArray () |
| ON_ObjectArray< ON_BrepTrim > & | operator= (const ON_ObjectArray< ON_BrepTrim > &) |
| ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
| ON_BrepTrim * | Realloc (ON_BrepTrim *, int) |
| bool | HeapSort (int(*)(const ON_BrepTrim *, const ON_BrepTrim *)) |
| bool | QuickSort (int(*)(const ON_BrepTrim *, const ON_BrepTrim *)) |
| | ON_ClassArray () |
| virtual | ~ON_ClassArray () |
| ON_ClassArray< ON_BrepTrim > & | operator= (const ON_ClassArray< ON_BrepTrim > &) |
| void | EmergencyDestroy (void) |
| int | Count () const |
| unsigned int | UnsignedCount () const |
| int | Capacity () const |
| unsigned int | SizeOfArray () const |
| unsigned int | SizeOfElement () const |
| ON_BrepTrim & | operator[] (int) |
| | operator ON_BrepTrim * () |
| | operator const ON_BrepTrim * () const |
| ON_BrepTrim * | First () |
| ON_BrepTrim * | At (int) |
| ON_BrepTrim * | Last () |
| ON_BrepTrim & | AppendNew () |
| void | Append (const ON_BrepTrim &) |
| void | Insert (int, const ON_BrepTrim &) |
| void | Remove () |
| void | Empty () |
| void | Reverse () |
| void | Swap (int, int) |
| int | Search (const ON_BrepTrim *, int(*)(const ON_BrepTrim *, const ON_BrepTrim *)) const |
| int | BinarySearch (const ON_BrepTrim *, int(*)(const ON_BrepTrim *, const ON_BrepTrim *)) const |
| bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepTrim *, const ON_BrepTrim *)) const |
| bool | Permute (const int *) |
| void | Zero () |
| void | Reserve (int) |
| void | Shrink () |
| void | Destroy () |
| ON_BrepTrim * | Array () |
| void | SetCount (int) |
| void | SetCapacity (int) |
| int | NewCapacity () const |
| ON_BrepTrim * | KeepArray () |
| void | SetArray (ON_BrepTrim *) |
Definition at line 1489 of file opennurbs_brep.h.
◆ ON_BrepTrimArray()
| ON_BrepTrimArray::ON_BrepTrimArray |
( |
| ) |
|
◆ ~ON_BrepTrimArray()
| ON_BrepTrimArray::~ON_BrepTrimArray |
( |
| ) |
|
◆ Read()
◆ SizeOf()
| unsigned int ON_BrepTrimArray::SizeOf |
( |
| ) |
const |
◆ Write()
The documentation for this class was generated from the following file: