Point Cloud Library (PCL)  1.7.0
Public Member Functions
ON_UuidPairList Class Reference

#include <pcl/surface/3rdparty/opennurbs/opennurbs_array.h>

+ Inheritance diagram for ON_UuidPairList:

List of all members.

Public Member Functions

 ON_UuidPairList ()
 ON_UuidPairList (int capacity)
 ~ON_UuidPairList ()
 ON_UuidPairList (const ON_UuidPairList &src)
ON_UuidPairListoperator= (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 ()

Detailed Description

Definition at line 1481 of file opennurbs_array.h.


Constructor & Destructor Documentation


Member Function Documentation

bool ON_UuidPairList::AddPair ( ON_UUID  id1,
ON_UUID  id2,
bool  bCheckForDupicates = true 
)
int ON_UuidPairList::Count ( ) const

Reimplemented from ON_SimpleArray< ON_UuidPair >.

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
ON_UuidPairList& ON_UuidPairList::operator= ( const ON_UuidPairList src)
bool ON_UuidPairList::RemovePair ( ON_UUID  id1,
ON_UUID  id2 
)
void ON_UuidPairList::Reserve ( int  capacity)

Reimplemented from ON_SimpleArray< ON_UuidPair >.


The documentation for this class was generated from the following file: