Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_array.h>
Public Member Functions | |
ON_UuidPairList () | |
ON_UuidPairList (int capacity) | |
~ON_UuidPairList () | |
ON_UuidPairList (const ON_UuidPairList &src) | |
ON_UuidPairList & | operator= (const ON_UuidPairList &src) |
int | Count () const |
void | Empty () |
void | Reserve (int capacity) |
bool | AddPair (ON_UUID id1, ON_UUID id2, bool bCheckForDupicates=true) |
bool | RemovePair (ON_UUID id1) |
bool | RemovePair (ON_UUID id1, ON_UUID id2) |
bool | FindId1 (ON_UUID id1, ON_UUID *id2=0) const |
bool | FindPair (ON_UUID id1, ON_UUID id2) const |
int | GetId1s (ON_SimpleArray< ON_UUID > &uuid_list) const |
void | ImproveSearchSpeed () |
Definition at line 1481 of file opennurbs_array.h.
ON_UuidPairList::ON_UuidPairList | ( | int | capacity | ) |
ON_UuidPairList::ON_UuidPairList | ( | const ON_UuidPairList & | src | ) |
bool ON_UuidPairList::AddPair | ( | ON_UUID | id1, |
ON_UUID | id2, | ||
bool | bCheckForDupicates = true |
||
) |
int ON_UuidPairList::Count | ( | ) | const |
Reimplemented from ON_SimpleArray< ON_UuidPair >.
void ON_UuidPairList::Empty | ( | ) |
Reimplemented from ON_SimpleArray< ON_UuidPair >.
bool ON_UuidPairList::FindId1 | ( | ON_UUID | id1, |
ON_UUID * | id2 = 0 |
||
) | const |
bool ON_UuidPairList::FindPair | ( | ON_UUID | id1, |
ON_UUID | id2 | ||
) | const |
int ON_UuidPairList::GetId1s | ( | ON_SimpleArray< ON_UUID > & | uuid_list | ) | const |
void ON_UuidPairList::ImproveSearchSpeed | ( | ) |
ON_UuidPairList& ON_UuidPairList::operator= | ( | const ON_UuidPairList & | src | ) |
bool ON_UuidPairList::RemovePair | ( | ON_UUID | id1 | ) |
bool ON_UuidPairList::RemovePair | ( | ON_UUID | id1, |
ON_UUID | id2 | ||
) |
void ON_UuidPairList::Reserve | ( | int | capacity | ) |
Reimplemented from ON_SimpleArray< ON_UuidPair >.