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

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

+ Inheritance diagram for ON_2dVectorArray:

Public Member Functions

 ON_2dVectorArray ()
 ON_2dVectorArray (int)
 ON_2dVectorArray (const ON_2dVectorArray &)
ON_2dVectorArrayoperator= (const ON_2dVectorArray &)
bool GetBBox (double boxmin[2], double boxmax[2], int bGrowBox=false) const
bool Transform (const ON_Xform &)
bool SwapCoordinates (int, int)
- Public Member Functions inherited from ON_SimpleArray< ON_2dVector >
 ON_SimpleArray ()
 ON_SimpleArray (int)
 ON_SimpleArray (const ON_SimpleArray< ON_2dVector > &)
virtual ~ON_SimpleArray ()
virtual ON_SimpleArray
< ON_2dVector > & 
operator= (const ON_SimpleArray< ON_2dVector > &)
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_2dVectoroperator[] (int)
ON_2dVectoroperator[] (unsigned int)
ON_2dVectoroperator[] (ON__INT64)
ON_2dVectoroperator[] (ON__UINT64)
const ON_2dVectoroperator[] (int) const
const ON_2dVectoroperator[] (unsigned int) const
const ON_2dVectoroperator[] (ON__INT64) const
const ON_2dVectoroperator[] (ON__UINT64) const
 operator ON_2dVector * ()
 operator const ON_2dVector * () const
ON_2dVectorFirst ()
const ON_2dVectorFirst () const
ON_2dVectorAt (int)
ON_2dVectorAt (unsigned int)
ON_2dVectorAt (ON__INT64)
ON_2dVectorAt (ON__UINT64)
const ON_2dVectorAt (int) const
const ON_2dVectorAt (unsigned int) const
const ON_2dVectorAt (ON__INT64) const
const ON_2dVectorAt (ON__UINT64) const
ON_2dVectorLast ()
const ON_2dVectorLast () const
ON_2dVectorAppendNew ()
void Append (const ON_2dVector &)
void Append (int, const ON_2dVector *)
void Insert (int, const ON_2dVector &)
void Remove ()
virtual void Remove (int)
void Empty ()
void Reverse ()
void Swap (int, int)
int Search (const ON_2dVector &) const
int Search (const ON_2dVector *, int(*)(const ON_2dVector *, const ON_2dVector *)) const
int BinarySearch (const ON_2dVector *, int(*)(const ON_2dVector *, const ON_2dVector *)) const
int BinarySearch (const ON_2dVector *, int(*)(const ON_2dVector *, const ON_2dVector *), int) const
bool HeapSort (int(*)(const ON_2dVector *, const ON_2dVector *))
bool QuickSort (int(*)(const ON_2dVector *, const ON_2dVector *))
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_2dVector *, const ON_2dVector *)) const
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_2dVector *, const ON_2dVector *, void *), void *) const
bool Permute (const int *)
void Zero ()
void MemSet (unsigned char)
void Reserve (int)
void Shrink ()
void Destroy ()
virtual ON_2dVectorRealloc (ON_2dVector *, int)
ON_2dVectorArray ()
const ON_2dVectorArray () const
void SetCount (int)
void SetCapacity (int)
int NewCapacity () const
ON_2dVectorKeepArray ()
void SetArray (ON_2dVector *)
void SetArray (ON_2dVector *, int, int)

Additional Inherited Members

- Protected Member Functions inherited from ON_SimpleArray< ON_2dVector >
void Move (int, int, int)
- Protected Attributes inherited from ON_SimpleArray< ON_2dVector >
ON_2dVectorm_a
int m_count
int m_capacity

Detailed Description

Definition at line 721 of file opennurbs_array.h.

Constructor & Destructor Documentation

ON_2dVectorArray::ON_2dVectorArray ( )
ON_2dVectorArray::ON_2dVectorArray ( int  )
ON_2dVectorArray::ON_2dVectorArray ( const ON_2dVectorArray )

Member Function Documentation

bool ON_2dVectorArray::GetBBox ( double  boxmin[2],
double  boxmax[2],
int  bGrowBox = false 
) const
ON_2dVectorArray& ON_2dVectorArray::operator= ( const ON_2dVectorArray )
bool ON_2dVectorArray::SwapCoordinates ( int  ,
int   
)
bool ON_2dVectorArray::Transform ( const ON_Xform )

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