#include <pcl/surface/3rdparty/opennurbs/opennurbs_array.h>
|
| ON_SimpleArray () |
|
| ON_SimpleArray (int) |
|
| ON_SimpleArray (const ON_SimpleArray< ON_UUID > &) |
|
virtual | ~ON_SimpleArray () |
|
virtual ON_SimpleArray< ON_UUID > & | operator= (const ON_SimpleArray< ON_UUID > &) |
|
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_UUID & | operator[] (int) |
|
ON_UUID & | operator[] (unsigned int) |
|
ON_UUID & | operator[] (ON__INT64) |
|
ON_UUID & | operator[] (ON__UINT64) |
|
const ON_UUID & | operator[] (int) const |
|
const ON_UUID & | operator[] (unsigned int) const |
|
const ON_UUID & | operator[] (ON__INT64) const |
|
const ON_UUID & | operator[] (ON__UINT64) const |
|
| operator ON_UUID * () |
|
| operator const ON_UUID * () const |
|
ON_UUID * | First () |
|
const ON_UUID * | First () const |
|
ON_UUID * | At (int) |
|
ON_UUID * | At (unsigned int) |
|
ON_UUID * | At (ON__INT64) |
|
ON_UUID * | At (ON__UINT64) |
|
const ON_UUID * | At (int) const |
|
const ON_UUID * | At (unsigned int) const |
|
const ON_UUID * | At (ON__INT64) const |
|
const ON_UUID * | At (ON__UINT64) const |
|
ON_UUID * | Last () |
|
const ON_UUID * | Last () const |
|
ON_UUID & | AppendNew () |
|
void | Append (const ON_UUID &) |
|
void | Append (int, const ON_UUID *) |
|
void | Insert (int, const ON_UUID &) |
|
void | Remove () |
|
virtual void | Remove (int) |
|
void | Empty () |
|
void | Reverse () |
|
void | Swap (int, int) |
|
int | Search (const ON_UUID &) const |
|
int | Search (const ON_UUID *, int(*)(const ON_UUID *, const ON_UUID *)) const |
|
int | BinarySearch (const ON_UUID *, int(*)(const ON_UUID *, const ON_UUID *)) const |
|
int | BinarySearch (const ON_UUID *, int(*)(const ON_UUID *, const ON_UUID *), int) const |
|
bool | HeapSort (int(*)(const ON_UUID *, const ON_UUID *)) |
|
bool | QuickSort (int(*)(const ON_UUID *, const ON_UUID *)) |
|
bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_UUID *, const ON_UUID *)) const |
|
bool | Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_UUID *, const ON_UUID *, void *), void *) const |
|
bool | Permute (const int *) |
|
void | Zero () |
|
void | MemSet (unsigned char) |
|
void | Reserve (int) |
|
void | Shrink () |
|
void | Destroy () |
|
virtual ON_UUID * | Realloc (ON_UUID *, int) |
|
ON_UUID * | Array () |
|
const ON_UUID * | Array () const |
|
void | SetCount (int) |
|
void | SetCapacity (int) |
|
int | NewCapacity () const |
|
ON_UUID * | KeepArray () |
|
void | SetArray (ON_UUID *) |
|
void | SetArray (ON_UUID *, int, int) |
|
void | Move (int, int, int) |
|
Definition at line 1202 of file opennurbs_array.h.
ON_UuidList::ON_UuidList |
( |
| ) |
|
ON_UuidList::ON_UuidList |
( |
int |
capacity | ) |
|
ON_UuidList::~ON_UuidList |
( |
| ) |
|
bool ON_UuidList::AddUuid |
( |
ON_UUID |
uuid, |
|
|
bool |
bCheckForDupicates = true |
|
) |
| |
const ON_UUID* ON_UuidList::Array |
( |
| ) |
const |
void ON_UuidList::Compact |
( |
| ) |
|
static int ON_UuidList::CompareUuid |
( |
const ON_UUID * |
a, |
|
|
const ON_UUID * |
b |
|
) |
| |
|
static |
int ON_UuidList::Count |
( |
| ) |
const |
void ON_UuidList::Destroy |
( |
| ) |
|
void ON_UuidList::Empty |
( |
| ) |
|
bool ON_UuidList::FindUuid |
( |
ON_UUID |
uuid | ) |
const |
bool ON_UuidList::RemoveUuid |
( |
ON_UUID |
uuid | ) |
|
void ON_UuidList::Reserve |
( |
int |
capacity | ) |
|
The documentation for this class was generated from the following file:
- /build/buildd/pcl-1.7-1.7.0/surface/include/pcl/surface/3rdparty/opennurbs/opennurbs_array.h