Point Cloud Library (PCL)
1.11.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_array.h>
Public Member Functions | |
ON_UuidIndexList () | |
ON_UuidIndexList (int capacity) | |
~ON_UuidIndexList () | |
ON_UuidIndexList (const ON_UuidIndexList &src) | |
ON_UuidIndexList & | operator= (const ON_UuidIndexList &src) |
int | Count () const |
void | Empty () |
void | Reserve (int capacity) |
bool | AddUuidIndex (ON_UUID uuid, int index, bool bCheckForDupicates=true) |
bool | RemoveUuid (ON_UUID uuid) |
bool | FindUuid (ON_UUID uuid, int *index=NULL) const |
bool | FindUuidIndex (ON_UUID uuid, int index) const |
int | GetUuids (ON_SimpleArray< ON_UUID > &uuid_list) const |
void | ImproveSearchSpeed () |
Definition at line 1360 of file opennurbs_array.h.
ON_UuidIndexList::ON_UuidIndexList | ( | ) |
ON_UuidIndexList::ON_UuidIndexList | ( | int | capacity | ) |
ON_UuidIndexList::~ON_UuidIndexList | ( | ) |
ON_UuidIndexList::ON_UuidIndexList | ( | const ON_UuidIndexList & | src | ) |
bool ON_UuidIndexList::AddUuidIndex | ( | ON_UUID | uuid, |
int | index, | ||
bool | bCheckForDupicates = true |
||
) |
int ON_UuidIndexList::Count | ( | ) | const |
void ON_UuidIndexList::Empty | ( | ) |
bool ON_UuidIndexList::FindUuid | ( | ON_UUID | uuid, |
int * | index = NULL |
||
) | const |
bool ON_UuidIndexList::FindUuidIndex | ( | ON_UUID | uuid, |
int | index | ||
) | const |
int ON_UuidIndexList::GetUuids | ( | ON_SimpleArray< ON_UUID > & | uuid_list | ) | const |
void ON_UuidIndexList::ImproveSearchSpeed | ( | ) |
ON_UuidIndexList& ON_UuidIndexList::operator= | ( | const ON_UuidIndexList & | src | ) |
bool ON_UuidIndexList::RemoveUuid | ( | ON_UUID | uuid | ) |
void ON_UuidIndexList::Reserve | ( | int | capacity | ) |