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