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