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

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

+ Inheritance diagram for ON_UuidIndexList:

Public Member Functions

 ON_UuidIndexList ()
 
 ON_UuidIndexList (int capacity)
 
 ~ON_UuidIndexList ()
 
 ON_UuidIndexList (const ON_UuidIndexList &src)
 
ON_UuidIndexListoperator= (const ON_UuidIndexList &src)
 
int Count () const
 
void Empty ()
 
void Reserve (int capacity)
 
bool AddUuidIndex (ON_UUID uuid, int index, bool bCheckForDupicates=true)
 
bool RemoveUuid (ON_UUID uuid)
 
bool FindUuid (ON_UUID uuid, int *index=NULL) const
 
bool FindUuidIndex (ON_UUID uuid, int index) const
 
int GetUuids (ON_SimpleArray< ON_UUID > &uuid_list) const
 
void ImproveSearchSpeed ()
 

Additional Inherited Members

- Private Member Functions inherited from ON_SimpleArray< ON_UuidIndex >
 ON_SimpleArray ()
 
 ON_SimpleArray (int)
 
 ON_SimpleArray (const ON_SimpleArray< ON_UuidIndex > &)
 
virtual ~ON_SimpleArray ()
 
virtual ON_SimpleArray
< ON_UuidIndex > & 
operator= (const ON_SimpleArray< ON_UuidIndex > &)
 
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_UuidIndex & operator[] (int)
 
ON_UuidIndex & operator[] (unsigned int)
 
ON_UuidIndex & operator[] (ON__INT64)
 
ON_UuidIndex & operator[] (ON__UINT64)
 
const ON_UuidIndex & operator[] (int) const
 
const ON_UuidIndex & operator[] (unsigned int) const
 
const ON_UuidIndex & operator[] (ON__INT64) const
 
const ON_UuidIndex & operator[] (ON__UINT64) const
 
 operator ON_UuidIndex * ()
 
 operator const ON_UuidIndex * () const
 
ON_UuidIndex * First ()
 
const ON_UuidIndex * First () const
 
ON_UuidIndex * At (int)
 
ON_UuidIndex * At (unsigned int)
 
ON_UuidIndex * At (ON__INT64)
 
ON_UuidIndex * At (ON__UINT64)
 
const ON_UuidIndex * At (int) const
 
const ON_UuidIndex * At (unsigned int) const
 
const ON_UuidIndex * At (ON__INT64) const
 
const ON_UuidIndex * At (ON__UINT64) const
 
ON_UuidIndex * Last ()
 
const ON_UuidIndex * Last () const
 
ON_UuidIndex & AppendNew ()
 
void Append (const ON_UuidIndex &)
 
void Append (int, const ON_UuidIndex *)
 
void Insert (int, const ON_UuidIndex &)
 
void Remove ()
 
virtual void Remove (int)
 
void Empty ()
 
void Reverse ()
 
void Swap (int, int)
 
int Search (const ON_UuidIndex &) const
 
int Search (const ON_UuidIndex *, int(*)(const ON_UuidIndex *, const ON_UuidIndex *)) const
 
int BinarySearch (const ON_UuidIndex *, int(*)(const ON_UuidIndex *, const ON_UuidIndex *)) const
 
int BinarySearch (const ON_UuidIndex *, int(*)(const ON_UuidIndex *, const ON_UuidIndex *), int) const
 
bool HeapSort (int(*)(const ON_UuidIndex *, const ON_UuidIndex *))
 
bool QuickSort (int(*)(const ON_UuidIndex *, const ON_UuidIndex *))
 
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_UuidIndex *, const ON_UuidIndex *)) const
 
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_UuidIndex *, const ON_UuidIndex *, void *), void *) const
 
bool Permute (const int *)
 
void Zero ()
 
void MemSet (unsigned char)
 
void Reserve (int)
 
void Shrink ()
 
void Destroy ()
 
virtual ON_UuidIndex * Realloc (ON_UuidIndex *, int)
 
ON_UuidIndex * Array ()
 
const ON_UuidIndex * Array () const
 
void SetCount (int)
 
void SetCapacity (int)
 
int NewCapacity () const
 
ON_UuidIndex * KeepArray ()
 
void SetArray (ON_UuidIndex *)
 
void SetArray (ON_UuidIndex *, int, int)
 
void Move (int, int, int)
 

Detailed Description

Definition at line 1360 of file opennurbs_array.h.

Constructor & Destructor Documentation

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

Member Function Documentation

bool ON_UuidIndexList::AddUuidIndex ( ON_UUID  uuid,
int  index,
bool  bCheckForDupicates = true 
)
int ON_UuidIndexList::Count ( ) const
void ON_UuidIndexList::Empty ( )
bool ON_UuidIndexList::FindUuid ( ON_UUID  uuid,
int *  index = NULL 
) const
bool ON_UuidIndexList::FindUuidIndex ( ON_UUID  uuid,
int  index 
) const
int ON_UuidIndexList::GetUuids ( ON_SimpleArray< ON_UUID > &  uuid_list) const
void ON_UuidIndexList::ImproveSearchSpeed ( )
ON_UuidIndexList& ON_UuidIndexList::operator= ( const ON_UuidIndexList src)
bool ON_UuidIndexList::RemoveUuid ( ON_UUID  uuid)
void ON_UuidIndexList::Reserve ( int  capacity)

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