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