#include <opennurbs_brep.h>
|
| | ON_BrepEdgeArray () |
| |
| ON_BOOL32 | Read (ON_BinaryArchive &) |
| |
| unsigned int | SizeOf () const |
| |
| ON_BOOL32 | Write (ON_BinaryArchive &) const |
| |
| | ~ON_BrepEdgeArray () |
| |
| ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
| |
| bool | HeapSort (int(*)(const ON_BrepEdge *, const ON_BrepEdge *)) |
| |
| | ON_ObjectArray () |
| |
| | ON_ObjectArray (const ON_ObjectArray< ON_BrepEdge > &) |
| |
| | ON_ObjectArray (int) |
| |
| ON_ObjectArray< ON_BrepEdge > & | operator= (const ON_ObjectArray< ON_BrepEdge > &) |
| |
| bool | QuickSort (int(*)(const ON_BrepEdge *, const ON_BrepEdge *)) |
| |
| ON_BrepEdge * | Realloc (ON_BrepEdge *, 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_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 files: