#include <opennurbs_brep.h>
|
| | ON_BrepFaceArray () |
| |
| ON_BOOL32 | Read (ON_BinaryArchive &) |
| |
| unsigned int | SizeOf () const |
| |
| ON_BOOL32 | Write (ON_BinaryArchive &) const |
| |
| | ~ON_BrepFaceArray () |
| |
| ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
| |
| bool | HeapSort (int(*)(const ON_BrepFace *, const ON_BrepFace *)) |
| |
| | ON_ObjectArray () |
| |
| | ON_ObjectArray (const ON_ObjectArray< ON_BrepFace > &) |
| |
| | ON_ObjectArray (int) |
| |
| ON_ObjectArray< ON_BrepFace > & | operator= (const ON_ObjectArray< ON_BrepFace > &) |
| |
| bool | QuickSort (int(*)(const ON_BrepFace *, const ON_BrepFace *)) |
| |
| ON_BrepFace * | Realloc (ON_BrepFace *, int) |
| |
| | ~ON_ObjectArray () |
| |
| void | Append (const T &) |
| |
| void | Append (int, const T *) |
| |
| T & | AppendNew () |
| |
| T * | Array () |
| |
| const T * | Array () const |
| |
| T * | At (int) |
| |
| const T * | At (int) const |
| |
| int | BinarySearch (const T *, int(*)(const T *, const T *)) const |
| |
| int | Capacity () const |
| |
| int | Count () const |
| |
| void | Destroy () |
| |
| void | EmergencyDestroy (void) |
| |
| void | Empty () |
| |
| T * | First () |
| |
| const T * | First () const |
| |
| void | Insert (int, const T &) |
| |
| T * | KeepArray () |
| |
| T * | Last () |
| |
| const T * | Last () const |
| |
| int | NewCapacity () const |
| |
| | ON_ClassArray () |
| |
| | ON_ClassArray (const ON_ClassArray< T > &) |
| |
| | ON_ClassArray (int) |
| |
| | operator const T * () const |
| |
| | operator T* () |
| |
| ON_ClassArray< T > & | operator= (const ON_ClassArray< T > &) |
| |
| T & | operator[] (int) |
| |
| const T & | operator[] (int) const |
| |
| bool | Permute (const int *) |
| |
| void | Remove () |
| |
| void | Remove (int) |
| |
| void | Reserve (int) |
| |
| void | Reverse () |
| |
| int | Search (const T *, int(*)(const T *, const T *)) const |
| |
| void | SetArray (T *) |
| |
| void | SetCapacity (int) |
| |
| void | SetCount (int) |
| |
| void | Shrink () |
| |
| unsigned int | SizeOfArray () const |
| |
| bool | Sort (ON::sort_algorithm, int *, int(*)(const T *, const T *)) const |
| |
| bool | Sort (ON::sort_algorithm, int *, int(*)(const T *, const T *, void *), void *) const |
| |
| void | Swap (int, int) |
| |
| void | Zero () |
| |
| virtual | ~ON_ClassArray () |
| |
◆ 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 files: