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

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

+ Inheritance diagram for ON_2dexMap:

Public Member Functions

 ON_2dexMap ()
 
 ON_2dexMap (int capacity)
 
 ~ON_2dexMap ()
 
int Count () const
 
void Reserve (int capacity)
 
const ON_2dexArray () const
 
ON_2dex operator[] (int i) const
 
void Create (int count, int i0, int j)
 
int FindIndex (int i, int not_found_rc) const
 
bool AddIndex (int i, int j)
 
bool SetIndex (int i, int j)
 
void SetOrAddIndex (int i, int j)
 
bool RemoveIndex (int i)
 
const ON_2dexFind2dex (int i) const
 

Additional Inherited Members

- Private Member Functions inherited from ON_SimpleArray< ON_2dex >
 ON_SimpleArray ()
 
 ON_SimpleArray (int)
 
 ON_SimpleArray (const ON_SimpleArray< ON_2dex > &)
 
virtual ~ON_SimpleArray ()
 
virtual ON_SimpleArray< ON_2dex > & operator= (const ON_SimpleArray< ON_2dex > &)
 
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_2dexoperator[] (int)
 
ON_2dexoperator[] (unsigned int)
 
ON_2dexoperator[] (ON__INT64)
 
ON_2dexoperator[] (ON__UINT64)
 
const ON_2dexoperator[] (int) const
 
const ON_2dexoperator[] (unsigned int) const
 
const ON_2dexoperator[] (ON__INT64) const
 
const ON_2dexoperator[] (ON__UINT64) const
 
 operator ON_2dex * ()
 
 operator const ON_2dex * () const
 
ON_2dexFirst ()
 
const ON_2dexFirst () const
 
ON_2dexAt (int)
 
ON_2dexAt (unsigned int)
 
ON_2dexAt (ON__INT64)
 
ON_2dexAt (ON__UINT64)
 
const ON_2dexAt (int) const
 
const ON_2dexAt (unsigned int) const
 
const ON_2dexAt (ON__INT64) const
 
const ON_2dexAt (ON__UINT64) const
 
ON_2dexLast ()
 
const ON_2dexLast () const
 
ON_2dexAppendNew ()
 
void Append (const ON_2dex &)
 
void Append (int, const ON_2dex *)
 
void Insert (int, const ON_2dex &)
 
void Remove ()
 
virtual void Remove (int)
 
void Empty ()
 
void Reverse ()
 
void Swap (int, int)
 
int Search (const ON_2dex &) const
 
int Search (const ON_2dex *, int(*)(const ON_2dex *, const ON_2dex *)) const
 
int BinarySearch (const ON_2dex *, int(*)(const ON_2dex *, const ON_2dex *)) const
 
int BinarySearch (const ON_2dex *, int(*)(const ON_2dex *, const ON_2dex *), int) const
 
bool HeapSort (int(*)(const ON_2dex *, const ON_2dex *))
 
bool QuickSort (int(*)(const ON_2dex *, const ON_2dex *))
 
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_2dex *, const ON_2dex *)) const
 
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_2dex *, const ON_2dex *, void *), void *) const
 
bool Permute (const int *)
 
void Zero ()
 
void MemSet (unsigned char)
 
void Reserve (int)
 
void Shrink ()
 
void Destroy ()
 
virtual ON_2dexRealloc (ON_2dex *, int)
 
ON_2dexArray ()
 
const ON_2dexArray () const
 
void SetCount (int)
 
void SetCapacity (int)
 
int NewCapacity () const
 
ON_2dexKeepArray ()
 
void SetArray (ON_2dex *)
 
void SetArray (ON_2dex *, int, int)
 
void Move (int, int, int)
 

Detailed Description

Definition at line 1612 of file opennurbs_array.h.

Constructor & Destructor Documentation

ON_2dexMap::ON_2dexMap ( )
ON_2dexMap::ON_2dexMap ( int  capacity)
ON_2dexMap::~ON_2dexMap ( )

Member Function Documentation

bool ON_2dexMap::AddIndex ( int  i,
int  j 
)
const ON_2dex* ON_2dexMap::Array ( ) const
int ON_2dexMap::Count ( ) const
void ON_2dexMap::Create ( int  count,
int  i0,
int  j 
)
const ON_2dex* ON_2dexMap::Find2dex ( int  i) const
int ON_2dexMap::FindIndex ( int  i,
int  not_found_rc 
) const
ON_2dex ON_2dexMap::operator[] ( int  i) const
bool ON_2dexMap::RemoveIndex ( int  i)
void ON_2dexMap::Reserve ( int  capacity)
bool ON_2dexMap::SetIndex ( int  i,
int  j 
)
void ON_2dexMap::SetOrAddIndex ( int  i,
int  j 
)

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