|
| ON_BrepVertexArray () |
|
| ~ON_BrepVertexArray () |
|
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_BrepVertex > &) |
|
| ~ON_ObjectArray () |
|
ON_ObjectArray< ON_BrepVertex > & | operator= (const ON_ObjectArray< ON_BrepVertex > &) |
|
ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
|
ON_BrepVertex * | Realloc (ON_BrepVertex *, int) |
|
bool | HeapSort (int(*)(const ON_BrepVertex *, const ON_BrepVertex *)) |
|
bool | QuickSort (int(*)(const ON_BrepVertex *, const ON_BrepVertex *)) |
|
| ON_ClassArray () |
|
| ON_ClassArray (int) |
|
| ON_ClassArray (const ON_ClassArray< ON_BrepVertex > &) |
|
virtual | ~ON_ClassArray () |
|
ON_ClassArray< ON_BrepVertex > & | operator= (const ON_ClassArray< ON_BrepVertex > &) |
|
void | EmergencyDestroy (void) |
|
int | Count () const |
|
unsigned int | UnsignedCount () const |
|
int | Capacity () const |
|
unsigned int | SizeOfArray () const |
|
unsigned int | SizeOfElement () const |
|
ON_BrepVertex & | operator[] (int) |
|
ON_BrepVertex & | operator[] (unsigned int) |
|
ON_BrepVertex & | operator[] (ON__INT64) |
|
ON_BrepVertex & | operator[] (ON__UINT64) |
|
const ON_BrepVertex & | operator[] (int) const |
|
const ON_BrepVertex & | operator[] (unsigned int) const |
|
const ON_BrepVertex & | operator[] (ON__INT64) const |
|
const ON_BrepVertex & | operator[] (ON__UINT64) const |
|
| operator ON_BrepVertex * () |
|
| operator const ON_BrepVertex * () const |
|
ON_BrepVertex * | First () |
|
const ON_BrepVertex * | First () const |
|
ON_BrepVertex * | At (int) |
|
ON_BrepVertex * | At (unsigned int) |
|
ON_BrepVertex * | At (ON__INT64) |
|
ON_BrepVertex * | At (ON__UINT64) |
|
const ON_BrepVertex * | At (int) const |
|
const ON_BrepVertex * | At (unsigned int) const |
|
const ON_BrepVertex * | At (ON__INT64) const |
|
const ON_BrepVertex * | At (ON__UINT64) const |
|
ON_BrepVertex * | Last () |
|
const ON_BrepVertex * | Last () const |
|
ON_BrepVertex & | AppendNew () |
|
void | Append (const ON_BrepVertex &) |
|
void | Append (int, const ON_BrepVertex *) |
|
void | Insert (int, const ON_BrepVertex &) |
|
void | Remove () |
|
void | Remove (int) |
|
void | Empty () |
|
void | Reverse () |
|
void | Swap (int, int) |
|
int | Search (const ON_BrepVertex *, int(*)(const ON_BrepVertex *, const ON_BrepVertex *)) const |
|
int | BinarySearch (const ON_BrepVertex *, int(*)(const ON_BrepVertex *, const ON_BrepVertex *)) const |
|
int | BinarySearch (const ON_BrepVertex *, int(*)(const ON_BrepVertex *, const ON_BrepVertex *), int) const |
|
bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepVertex *, const ON_BrepVertex *)) const |
|
bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepVertex *, const ON_BrepVertex *, void *), void *) const |
|
bool | Permute (const int *) |
|
void | Zero () |
|
void | Reserve (int) |
|
void | Shrink () |
|
void | Destroy () |
|
ON_BrepVertex * | Array () |
|
const ON_BrepVertex * | Array () const |
|
void | SetCount (int) |
|
void | SetCapacity (int) |
|
int | NewCapacity () const |
|
ON_BrepVertex * | KeepArray () |
|
void | SetArray (ON_BrepVertex *) |
|
void | SetArray (ON_BrepVertex *, int, int) |
|
Definition at line 1466 of file opennurbs_brep.h.