#include <opennurbs_array.h>
|
void | Append (const ON_2dex &) |
|
void | Append (int, const ON_2dex *) |
|
ON_2dex & | AppendNew () |
|
ON_2dex * | Array () |
|
const ON_2dex * | Array () const |
|
ON_2dex * | At (int) |
|
const ON_2dex * | At (int) const |
|
int | BinarySearch (const ON_2dex *, int(*)(const ON_2dex *, const ON_2dex *)) const |
|
int | Capacity () const |
|
int | Count () const |
|
ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
|
void | Destroy () |
|
void | EmergencyDestroy (void) |
|
void | Empty () |
|
ON_2dex * | First () |
|
const ON_2dex * | First () const |
|
bool | HeapSort (int(*)(const ON_2dex *, const ON_2dex *)) |
|
void | Insert (int, const ON_2dex &) |
|
ON_2dex * | KeepArray () |
|
ON_2dex * | Last () |
|
const ON_2dex * | Last () const |
|
void | MemSet (unsigned char) |
|
int | NewCapacity () const |
|
| ON_SimpleArray () |
|
| ON_SimpleArray (const ON_SimpleArray< ON_2dex > &) |
|
| ON_SimpleArray (int) |
|
| operator const ON_2dex * () const |
|
| operator ON_2dex * () |
|
virtual ON_SimpleArray< ON_2dex > & | operator= (const ON_SimpleArray< ON_2dex > &) |
|
ON_2dex & | operator[] (int) |
|
const ON_2dex & | operator[] (int) const |
|
bool | Permute (const int *) |
|
bool | QuickSort (int(*)(const ON_2dex *, const ON_2dex *)) |
|
virtual ON_2dex * | Realloc (ON_2dex *, int) |
|
void | Remove () |
|
virtual void | Remove (int) |
|
void | Reserve (int) |
|
void | Reverse () |
|
int | Search (const ON_2dex &) const |
|
int | Search (const ON_2dex *, int(*)(const ON_2dex *, const ON_2dex *)) const |
|
void | SetArray (ON_2dex *) |
|
void | SetCapacity (int) |
|
void | SetCount (int) |
|
void | Shrink () |
|
unsigned int | SizeOfArray () const |
|
bool | Sort (ON::sort_algorithm, int *, int(*)(const ON_2dex *, const ON_2dex *)) const |
|
bool | Sort (ON::sort_algorithm, int *, int(*)(const ON_2dex *, const ON_2dex *, void *), void *) const |
|
void | Swap (int, int) |
|
void | Zero () |
|
virtual | ~ON_SimpleArray () |
|
void | Move (int, int, int) |
|
◆ ON_2dexMap() [1/2]
ON_2dexMap::ON_2dexMap |
( |
| ) |
|
◆ ON_2dexMap() [2/2]
ON_2dexMap::ON_2dexMap |
( |
int | capacity | ) |
|
◆ ~ON_2dexMap()
ON_2dexMap::~ON_2dexMap |
( |
| ) |
|
◆ AddIndex()
bool ON_2dexMap::AddIndex |
( |
int | i, |
|
|
int | j ) |
◆ Array()
◆ Count()
int ON_2dexMap::Count |
( |
| ) |
const |
◆ Create()
void ON_2dexMap::Create |
( |
int | count, |
|
|
int | i0, |
|
|
int | j ) |
◆ Find2dex()
◆ FindIndex()
int ON_2dexMap::FindIndex |
( |
int | i, |
|
|
int | not_found_rc ) const |
◆ operator[]()
ON_2dex ON_2dexMap::operator[] |
( |
int | i | ) |
const |
◆ RemoveIndex()
bool ON_2dexMap::RemoveIndex |
( |
int | i | ) |
|
◆ Reserve()
void ON_2dexMap::Reserve |
( |
int | capacity | ) |
|
◆ SetIndex()
bool ON_2dexMap::SetIndex |
( |
int | i, |
|
|
int | j ) |
◆ SetOrAddIndex()
void ON_2dexMap::SetOrAddIndex |
( |
int | i, |
|
|
int | j ) |
◆ m_bSorted
bool ON_2dexMap::m_bSorted |
|
private |
The documentation for this class was generated from the following files: