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