Point Cloud Library (PCL)  1.7.1
List of all members | Public Member Functions
ON_UuidPairList Class Reference

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

+ Inheritance diagram for ON_UuidPairList:

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 ()
 

Additional Inherited Members

- Private Member Functions inherited from ON_SimpleArray< ON_UuidPair >
 ON_SimpleArray ()
 
 ON_SimpleArray (int)
 
 ON_SimpleArray (const ON_SimpleArray< ON_UuidPair > &)
 
virtual ~ON_SimpleArray ()
 
virtual ON_SimpleArray
< ON_UuidPair > & 
operator= (const ON_SimpleArray< ON_UuidPair > &)
 
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_UuidPairoperator[] (int)
 
ON_UuidPairoperator[] (unsigned int)
 
ON_UuidPairoperator[] (ON__INT64)
 
ON_UuidPairoperator[] (ON__UINT64)
 
const ON_UuidPairoperator[] (int) const
 
const ON_UuidPairoperator[] (unsigned int) const
 
const ON_UuidPairoperator[] (ON__INT64) const
 
const ON_UuidPairoperator[] (ON__UINT64) const
 
 operator ON_UuidPair * ()
 
 operator const ON_UuidPair * () const
 
ON_UuidPairFirst ()
 
const ON_UuidPairFirst () const
 
ON_UuidPairAt (int)
 
ON_UuidPairAt (unsigned int)
 
ON_UuidPairAt (ON__INT64)
 
ON_UuidPairAt (ON__UINT64)
 
const ON_UuidPairAt (int) const
 
const ON_UuidPairAt (unsigned int) const
 
const ON_UuidPairAt (ON__INT64) const
 
const ON_UuidPairAt (ON__UINT64) const
 
ON_UuidPairLast ()
 
const ON_UuidPairLast () const
 
ON_UuidPairAppendNew ()
 
void Append (const ON_UuidPair &)
 
void Append (int, const ON_UuidPair *)
 
void Insert (int, const ON_UuidPair &)
 
void Remove ()
 
virtual void Remove (int)
 
void Empty ()
 
void Reverse ()
 
void Swap (int, int)
 
int Search (const ON_UuidPair &) const
 
int Search (const ON_UuidPair *, int(*)(const ON_UuidPair *, const ON_UuidPair *)) const
 
int BinarySearch (const ON_UuidPair *, int(*)(const ON_UuidPair *, const ON_UuidPair *)) const
 
int BinarySearch (const ON_UuidPair *, int(*)(const ON_UuidPair *, const ON_UuidPair *), int) const
 
bool HeapSort (int(*)(const ON_UuidPair *, const ON_UuidPair *))
 
bool QuickSort (int(*)(const ON_UuidPair *, const ON_UuidPair *))
 
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_UuidPair *, const ON_UuidPair *)) const
 
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_UuidPair *, const ON_UuidPair *, void *), void *) const
 
bool Permute (const int *)
 
void Zero ()
 
void MemSet (unsigned char)
 
void Reserve (int)
 
void Shrink ()
 
void Destroy ()
 
virtual ON_UuidPairRealloc (ON_UuidPair *, int)
 
ON_UuidPairArray ()
 
const ON_UuidPairArray () const
 
void SetCount (int)
 
void SetCapacity (int)
 
int NewCapacity () const
 
ON_UuidPairKeepArray ()
 
void SetArray (ON_UuidPair *)
 
void SetArray (ON_UuidPair *, int, int)
 
void Move (int, int, int)
 

Detailed Description

Definition at line 1481 of file opennurbs_array.h.

Constructor & Destructor Documentation

ON_UuidPairList::ON_UuidPairList ( )
ON_UuidPairList::ON_UuidPairList ( int  capacity)
ON_UuidPairList::~ON_UuidPairList ( )
ON_UuidPairList::ON_UuidPairList ( const ON_UuidPairList src)

Member Function Documentation

bool ON_UuidPairList::AddPair ( ON_UUID  id1,
ON_UUID  id2,
bool  bCheckForDupicates = true 
)
int ON_UuidPairList::Count ( ) const
void ON_UuidPairList::Empty ( )
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)

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