#include <opennurbs_array.h>
|
| ON_4dPointArray () |
|
| ON_4dPointArray (const ON_4dPointArray &) |
|
| ON_4dPointArray (int) |
|
ON_4dPointArray & | operator= (const ON_4dPointArray &) |
|
bool | SwapCoordinates (int, int) |
|
bool | Transform (const ON_Xform &) |
|
void | Append (const ON_4dPoint &) |
|
void | Append (int, const ON_4dPoint *) |
|
ON_4dPoint & | AppendNew () |
|
ON_4dPoint * | Array () |
|
const ON_4dPoint * | Array () const |
|
ON_4dPoint * | At (int) |
|
const ON_4dPoint * | At (int) const |
|
int | BinarySearch (const ON_4dPoint *, int(*)(const ON_4dPoint *, const ON_4dPoint *)) const |
|
int | Capacity () const |
|
int | Count () const |
|
ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
|
void | Destroy () |
|
void | EmergencyDestroy (void) |
|
void | Empty () |
|
ON_4dPoint * | First () |
|
const ON_4dPoint * | First () const |
|
bool | HeapSort (int(*)(const ON_4dPoint *, const ON_4dPoint *)) |
|
void | Insert (int, const ON_4dPoint &) |
|
ON_4dPoint * | KeepArray () |
|
ON_4dPoint * | Last () |
|
const ON_4dPoint * | Last () const |
|
void | MemSet (unsigned char) |
|
int | NewCapacity () const |
|
| ON_SimpleArray () |
|
| ON_SimpleArray (const ON_SimpleArray< ON_4dPoint > &) |
|
| ON_SimpleArray (int) |
|
| operator const ON_4dPoint * () const |
|
| operator ON_4dPoint * () |
|
virtual ON_SimpleArray< ON_4dPoint > & | operator= (const ON_SimpleArray< ON_4dPoint > &) |
|
ON_4dPoint & | operator[] (int) |
|
const ON_4dPoint & | operator[] (int) const |
|
bool | Permute (const int *) |
|
bool | QuickSort (int(*)(const ON_4dPoint *, const ON_4dPoint *)) |
|
virtual ON_4dPoint * | Realloc (ON_4dPoint *, int) |
|
void | Remove () |
|
virtual void | Remove (int) |
|
void | Reserve (int) |
|
void | Reverse () |
|
int | Search (const ON_4dPoint &) const |
|
int | Search (const ON_4dPoint *, int(*)(const ON_4dPoint *, const ON_4dPoint *)) const |
|
void | SetArray (ON_4dPoint *) |
|
void | SetCapacity (int) |
|
void | SetCount (int) |
|
void | Shrink () |
|
unsigned int | SizeOfArray () const |
|
bool | Sort (ON::sort_algorithm, int *, int(*)(const ON_4dPoint *, const ON_4dPoint *)) const |
|
bool | Sort (ON::sort_algorithm, int *, int(*)(const ON_4dPoint *, const ON_4dPoint *, void *), void *) const |
|
void | Swap (int, int) |
|
void | Zero () |
|
virtual | ~ON_SimpleArray () |
|
◆ ON_4dPointArray() [1/3]
ON_4dPointArray::ON_4dPointArray |
( |
| ) |
|
◆ ON_4dPointArray() [2/3]
ON_4dPointArray::ON_4dPointArray |
( |
int | c | ) |
|
◆ ON_4dPointArray() [3/3]
◆ operator=()
◆ SwapCoordinates()
bool ON_4dPointArray::SwapCoordinates |
( |
int | i, |
|
|
int | j ) |
◆ Transform()
The documentation for this class was generated from the following files: