|
Point Cloud Library (PCL)
1.14.1
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_array.h>
Inheritance diagram for ON_UuidPairList:
Collaboration diagram for ON_UuidPairList: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 | ( | ) |
| ON_UuidPairList::ON_UuidPairList | ( | int | capacity | ) |
| ON_UuidPairList::~ON_UuidPairList | ( | ) |
| ON_UuidPairList::ON_UuidPairList | ( | const ON_UuidPairList & | src | ) |
| int ON_UuidPairList::Count | ( | ) | const |
| void ON_UuidPairList::Empty | ( | ) |
| 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 | ) |
| void ON_UuidPairList::Reserve | ( | int | capacity | ) |