#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 (int) |
|
| ON_ObjectArray (const ON_ObjectArray< ON_BrepTrim > &) |
|
| ~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 () |
|
| ON_ClassArray (int) |
|
| ON_ClassArray (const ON_ClassArray< T > &) |
|
virtual | ~ON_ClassArray () |
|
ON_ClassArray< T > & | operator= (const ON_ClassArray< T > &) |
|
void | EmergencyDestroy (void) |
|
int | Count () const |
|
unsigned int | UnsignedCount () const |
|
int | Capacity () const |
|
unsigned int | SizeOfArray () const |
|
unsigned int | SizeOfElement () const |
|
T & | operator[] (int) |
|
T & | operator[] (unsigned int) |
|
T & | operator[] (ON__INT64) |
|
T & | operator[] (ON__UINT64) |
|
const T & | operator[] (int) const |
|
const T & | operator[] (unsigned int) const |
|
const T & | operator[] (ON__INT64) const |
|
const T & | operator[] (ON__UINT64) const |
|
| operator T* () |
|
| operator const T * () const |
|
T * | First () |
|
const T * | First () const |
|
T * | At (int) |
|
T * | At (unsigned int) |
|
T * | At (ON__INT64) |
|
T * | At (ON__UINT64) |
|
const T * | At (int) const |
|
const T * | At (unsigned int) const |
|
const T * | At (ON__INT64) const |
|
const T * | At (ON__UINT64) const |
|
T * | Last () |
|
const T * | Last () const |
|
T & | AppendNew () |
|
void | Append (const T &) |
|
void | Append (int, const T *) |
|
void | Insert (int, const T &) |
|
void | Remove () |
|
void | Remove (int) |
|
void | Empty () |
|
void | Reverse () |
|
void | Swap (int, int) |
|
int | Search (const T *, int(*)(const T *, const T *)) const |
|
int | BinarySearch (const T *, int(*)(const T *, const T *)) const |
|
int | BinarySearch (const T *, int(*)(const T *, const T *), int) const |
|
bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const T *, const T *)) const |
|
bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const T *, const T *, void *), void *) const |
|
bool | Permute (const int *) |
|
void | Zero () |
|
void | Reserve (int) |
|
void | Shrink () |
|
void | Destroy () |
|
T * | Array () |
|
const T * | Array () const |
|
void | SetCount (int) |
|
void | SetCapacity (int) |
|
int | NewCapacity () const |
|
T * | KeepArray () |
|
void | SetArray (T *) |
|
void | SetArray (T *, int, int) |
|
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: