#include <pcl/surface/3rdparty/opennurbs/opennurbs_array.h>
Additional Inherited Members |
| | ON_SimpleArray () |
| | ON_SimpleArray (int) |
| | ON_SimpleArray (const ON_SimpleArray< ON_2dex > &) |
| virtual | ~ON_SimpleArray () |
| virtual ON_SimpleArray< ON_2dex > & | operator= (const ON_SimpleArray< ON_2dex > &) |
| void | EmergencyDestroy (void) |
| int | Count () const |
| unsigned int | UnsignedCount () const |
| int | Capacity () const |
| unsigned int | SizeOfArray () const |
| unsigned int | SizeOfElement () const |
| ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
| ON_2dex & | operator[] (int) |
| ON_2dex & | operator[] (unsigned int) |
| ON_2dex & | operator[] (ON__INT64) |
| ON_2dex & | operator[] (ON__UINT64) |
| const ON_2dex & | operator[] (int) const |
| const ON_2dex & | operator[] (unsigned int) const |
| const ON_2dex & | operator[] (ON__INT64) const |
| const ON_2dex & | operator[] (ON__UINT64) const |
| | operator ON_2dex * () |
| | operator const ON_2dex * () const |
| ON_2dex * | First () |
| const ON_2dex * | First () const |
| ON_2dex * | At (int) |
| ON_2dex * | At (unsigned int) |
| ON_2dex * | At (ON__INT64) |
| ON_2dex * | At (ON__UINT64) |
| const ON_2dex * | At (int) const |
| const ON_2dex * | At (unsigned int) const |
| const ON_2dex * | At (ON__INT64) const |
| const ON_2dex * | At (ON__UINT64) const |
| ON_2dex * | Last () |
| const ON_2dex * | Last () const |
| ON_2dex & | AppendNew () |
| void | Append (const ON_2dex &) |
| void | Append (int, const ON_2dex *) |
| void | Insert (int, const ON_2dex &) |
| void | Remove () |
| virtual void | Remove (int) |
| void | Empty () |
| void | Reverse () |
| void | Swap (int, int) |
| int | Search (const ON_2dex &) const |
| int | Search (const ON_2dex *, int(*)(const ON_2dex *, const ON_2dex *)) const |
| int | BinarySearch (const ON_2dex *, int(*)(const ON_2dex *, const ON_2dex *)) const |
| int | BinarySearch (const ON_2dex *, int(*)(const ON_2dex *, const ON_2dex *), int) const |
| bool | HeapSort (int(*)(const ON_2dex *, const ON_2dex *)) |
| bool | QuickSort (int(*)(const ON_2dex *, const ON_2dex *)) |
| bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_2dex *, const ON_2dex *)) const |
| bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_2dex *, const ON_2dex *, void *), void *) const |
| bool | Permute (const int *) |
| void | Zero () |
| void | MemSet (unsigned char) |
| void | Reserve (int) |
| void | Shrink () |
| void | Destroy () |
| virtual ON_2dex * | Realloc (ON_2dex *, int) |
| ON_2dex * | Array () |
| const ON_2dex * | Array () const |
| void | SetCount (int) |
| void | SetCapacity (int) |
| int | NewCapacity () const |
| ON_2dex * | KeepArray () |
| void | SetArray (ON_2dex *) |
| void | SetArray (ON_2dex *, int, int) |
| void | Move (int, int, int) |
Detailed Description
Definition at line 1612 of file opennurbs_array.h.
Constructor & Destructor Documentation
| ON_2dexMap::ON_2dexMap |
( |
| ) |
|
| ON_2dexMap::ON_2dexMap |
( |
int |
capacity | ) |
|
| ON_2dexMap::~ON_2dexMap |
( |
| ) |
|
Member Function Documentation
| bool ON_2dexMap::AddIndex |
( |
int |
i, |
|
|
int |
j |
|
) |
| |
| const ON_2dex* ON_2dexMap::Array |
( |
| ) |
const |
| int ON_2dexMap::Count |
( |
| ) |
const |
| void ON_2dexMap::Create |
( |
int |
count, |
|
|
int |
i0, |
|
|
int |
j |
|
) |
| |
| const ON_2dex* ON_2dexMap::Find2dex |
( |
int |
i | ) |
const |
| int ON_2dexMap::FindIndex |
( |
int |
i, |
|
|
int |
not_found_rc |
|
) |
| const |
| ON_2dex ON_2dexMap::operator[] |
( |
int |
i | ) |
const |
| bool ON_2dexMap::RemoveIndex |
( |
int |
i | ) |
|
| void ON_2dexMap::Reserve |
( |
int |
capacity | ) |
|
| bool ON_2dexMap::SetIndex |
( |
int |
i, |
|
|
int |
j |
|
) |
| |
| void ON_2dexMap::SetOrAddIndex |
( |
int |
i, |
|
|
int |
j |
|
) |
| |
The documentation for this class was generated from the following file:
- /tmp/buildd/pcl-1.7.2/surface/include/pcl/surface/3rdparty/opennurbs/opennurbs_array.h