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