Point Cloud Library (PCL)  1.7.2
List of all members | Public Member Functions | Static Public Member Functions
ON_UuidList Class Reference

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

+ Inheritance diagram for ON_UuidList:

Public Member Functions

 ON_UuidList ()
 ON_UuidList (int capacity)
 ~ON_UuidList ()
 ON_UuidList (const ON_UuidList &src)
ON_UuidListoperator= (const ON_UuidList &src)
int Count () const
const ON_UUIDArray () const
void Empty ()
void Destroy ()
void Reserve (int capacity)
void Compact ()
bool AddUuid (ON_UUID uuid, bool bCheckForDupicates=true)
bool RemoveUuid (ON_UUID uuid)
bool FindUuid (ON_UUID uuid) const
bool Write (class ON_BinaryArchive &archive) const
bool Read (class ON_BinaryArchive &archive)
int GetUuids (ON_SimpleArray< ON_UUID > &uuid_list) const
void RemapUuids (const ON_SimpleArray< ON_UuidPair > &uuid_remap)

Static Public Member Functions

static int CompareUuid (const ON_UUID *a, const ON_UUID *b)

Additional Inherited Members

- Private Member Functions inherited from ON_SimpleArray< ON_UUID >
 ON_SimpleArray ()
 ON_SimpleArray (int)
 ON_SimpleArray (const ON_SimpleArray< ON_UUID > &)
virtual ~ON_SimpleArray ()
virtual ON_SimpleArray< ON_UUID > & operator= (const ON_SimpleArray< ON_UUID > &)
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_UUIDoperator[] (int)
ON_UUIDoperator[] (unsigned int)
ON_UUIDoperator[] (ON__INT64)
ON_UUIDoperator[] (ON__UINT64)
const ON_UUIDoperator[] (int) const
const ON_UUIDoperator[] (unsigned int) const
const ON_UUIDoperator[] (ON__INT64) const
const ON_UUIDoperator[] (ON__UINT64) const
 operator ON_UUID * ()
 operator const ON_UUID * () const
ON_UUIDFirst ()
const ON_UUIDFirst () const
ON_UUIDAt (int)
ON_UUIDAt (unsigned int)
ON_UUIDAt (ON__INT64)
ON_UUIDAt (ON__UINT64)
const ON_UUIDAt (int) const
const ON_UUIDAt (unsigned int) const
const ON_UUIDAt (ON__INT64) const
const ON_UUIDAt (ON__UINT64) const
ON_UUIDLast ()
const ON_UUIDLast () const
ON_UUIDAppendNew ()
void Append (const ON_UUID &)
void Append (int, const ON_UUID *)
void Insert (int, const ON_UUID &)
void Remove ()
virtual void Remove (int)
void Empty ()
void Reverse ()
void Swap (int, int)
int Search (const ON_UUID &) const
int Search (const ON_UUID *, int(*)(const ON_UUID *, const ON_UUID *)) const
int BinarySearch (const ON_UUID *, int(*)(const ON_UUID *, const ON_UUID *)) const
int BinarySearch (const ON_UUID *, int(*)(const ON_UUID *, const ON_UUID *), int) const
bool HeapSort (int(*)(const ON_UUID *, const ON_UUID *))
bool QuickSort (int(*)(const ON_UUID *, const ON_UUID *))
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_UUID *, const ON_UUID *)) const
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_UUID *, const ON_UUID *, void *), void *) const
bool Permute (const int *)
void Zero ()
void MemSet (unsigned char)
void Reserve (int)
void Shrink ()
void Destroy ()
virtual ON_UUIDRealloc (ON_UUID *, int)
ON_UUIDArray ()
const ON_UUIDArray () const
void SetCount (int)
void SetCapacity (int)
int NewCapacity () const
ON_UUIDKeepArray ()
void SetArray (ON_UUID *)
void SetArray (ON_UUID *, int, int)
void Move (int, int, int)

Detailed Description

Definition at line 1202 of file opennurbs_array.h.

Constructor & Destructor Documentation

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

Member Function Documentation

bool ON_UuidList::AddUuid ( ON_UUID  uuid,
bool  bCheckForDupicates = true 
)
const ON_UUID* ON_UuidList::Array ( ) const
void ON_UuidList::Compact ( )
static int ON_UuidList::CompareUuid ( const ON_UUID a,
const ON_UUID b 
)
static
int ON_UuidList::Count ( ) const
void ON_UuidList::Destroy ( )
void ON_UuidList::Empty ( )
bool ON_UuidList::FindUuid ( ON_UUID  uuid) const
int ON_UuidList::GetUuids ( ON_SimpleArray< ON_UUID > &  uuid_list) const
ON_UuidList& ON_UuidList::operator= ( const ON_UuidList src)
bool ON_UuidList::Read ( class ON_BinaryArchive archive)
void ON_UuidList::RemapUuids ( const ON_SimpleArray< ON_UuidPair > &  uuid_remap)
bool ON_UuidList::RemoveUuid ( ON_UUID  uuid)
void ON_UuidList::Reserve ( int  capacity)
bool ON_UuidList::Write ( class ON_BinaryArchive archive) const

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