#include <pcl/surface/3rdparty/opennurbs/opennurbs_surface.h>
|
| | ON_SurfaceArray (int=0) |
| | ~ON_SurfaceArray () |
| ON_BOOL32 | Write (ON_BinaryArchive &) const |
| ON_BOOL32 | Read (ON_BinaryArchive &) |
| void | Destroy () |
| ON_BOOL32 | Duplicate (ON_SurfaceArray &) const |
| | ON_SimpleArray () |
| virtual | ~ON_SimpleArray () |
| virtual ON_SimpleArray< ON_Surface * > & | operator= (const ON_SimpleArray< ON_Surface * > &) |
| 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_Surface *& | operator[] (int) |
| | operator ON_Surface ** () |
| | operator const ON_Surface ** () const |
| ON_Surface ** | First () |
| ON_Surface ** | At (int) |
| ON_Surface ** | Last () |
| ON_Surface *& | AppendNew () |
| void | Append (const ON_Surface *&) |
| void | Insert (int, const ON_Surface *&) |
| void | Remove () |
| void | Empty () |
| void | Reverse () |
| void | Swap (int, int) |
| int | Search (const ON_Surface *&) const |
| int | BinarySearch (const ON_Surface **, int(*)(const ON_Surface **, const ON_Surface **)) const |
| bool | HeapSort (int(*)(const ON_Surface **, const ON_Surface **)) |
| bool | QuickSort (int(*)(const ON_Surface **, const ON_Surface **)) |
| bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_Surface **, const ON_Surface **)) const |
| bool | Permute (const int *) |
| void | Zero () |
| void | MemSet (unsigned char) |
| void | Reserve (int) |
| void | Shrink () |
| void | Destroy () |
| virtual ON_Surface ** | Realloc (ON_Surface **, int) |
| ON_Surface ** | Array () |
| void | SetCount (int) |
| void | SetCapacity (int) |
| int | NewCapacity () const |
| ON_Surface ** | KeepArray () |
| void | SetArray (ON_Surface **) |
Definition at line 904 of file opennurbs_surface.h.
◆ ON_SurfaceArray()
| ON_SurfaceArray::ON_SurfaceArray |
( |
int | = 0 | ) |
|
◆ ~ON_SurfaceArray()
| ON_SurfaceArray::~ON_SurfaceArray |
( |
| ) |
|
◆ Destroy()
| void ON_SurfaceArray::Destroy |
( |
| ) |
|
◆ Duplicate()
◆ Read()
◆ Write()
The documentation for this class was generated from the following file: