Point Cloud Library (PCL)  1.14.1-dev
List of all members | Public Member Functions
ON_2fPointArray Class Reference

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

+ Inheritance diagram for ON_2fPointArray:
+ Collaboration diagram for ON_2fPointArray:

Public Member Functions

 ON_2fPointArray ()
 
 ON_2fPointArray (int)
 
 ON_2fPointArray (const ON_2fPointArray &)
 
ON_2fPointArrayoperator= (const ON_2fPointArray &)
 
bool GetBBox (float boxmin[2], float boxmax[2], int bGrowBox=false) const
 
bool Transform (const ON_Xform &)
 
bool SwapCoordinates (int, int)
 
- Public Member Functions inherited from ON_SimpleArray< ON_2fPoint >
 ON_SimpleArray ()
 
 ON_SimpleArray (int)
 
 ON_SimpleArray (const ON_SimpleArray< ON_2fPoint > &)
 
virtual ~ON_SimpleArray ()
 
virtual ON_SimpleArray< ON_2fPoint > & operator= (const ON_SimpleArray< ON_2fPoint > &)
 
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_2fPointoperator[] (int)
 
ON_2fPointoperator[] (unsigned int)
 
ON_2fPointoperator[] (ON__INT64)
 
ON_2fPointoperator[] (ON__UINT64)
 
const ON_2fPointoperator[] (int) const
 
const ON_2fPointoperator[] (unsigned int) const
 
const ON_2fPointoperator[] (ON__INT64) const
 
const ON_2fPointoperator[] (ON__UINT64) const
 
 operator ON_2fPoint * ()
 
 operator const ON_2fPoint * () const
 
ON_2fPointFirst ()
 
const ON_2fPointFirst () const
 
ON_2fPointAt (int)
 
ON_2fPointAt (unsigned int)
 
ON_2fPointAt (ON__INT64)
 
ON_2fPointAt (ON__UINT64)
 
const ON_2fPointAt (int) const
 
const ON_2fPointAt (unsigned int) const
 
const ON_2fPointAt (ON__INT64) const
 
const ON_2fPointAt (ON__UINT64) const
 
ON_2fPointLast ()
 
const ON_2fPointLast () const
 
ON_2fPointAppendNew ()
 
void Append (const ON_2fPoint &)
 
void Append (int, const ON_2fPoint *)
 
void Insert (int, const ON_2fPoint &)
 
void Remove ()
 
virtual void Remove (int)
 
void Empty ()
 
void Reverse ()
 
void Swap (int, int)
 
int Search (const ON_2fPoint &) const
 
int Search (const ON_2fPoint *, int(*)(const ON_2fPoint *, const ON_2fPoint *)) const
 
int BinarySearch (const ON_2fPoint *, int(*)(const ON_2fPoint *, const ON_2fPoint *)) const
 
int BinarySearch (const ON_2fPoint *, int(*)(const ON_2fPoint *, const ON_2fPoint *), int) const
 
bool HeapSort (int(*)(const ON_2fPoint *, const ON_2fPoint *))
 
bool QuickSort (int(*)(const ON_2fPoint *, const ON_2fPoint *))
 
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_2fPoint *, const ON_2fPoint *)) const
 
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_2fPoint *, const ON_2fPoint *, void *), void *) const
 
bool Permute (const int *)
 
void Zero ()
 
void MemSet (unsigned char)
 
void Reserve (int)
 
void Shrink ()
 
void Destroy ()
 
virtual ON_2fPointRealloc (ON_2fPoint *, int)
 
ON_2fPointArray ()
 
const ON_2fPointArray () const
 
void SetCount (int)
 
void SetCapacity (int)
 
int NewCapacity () const
 
ON_2fPointKeepArray ()
 
void SetArray (ON_2fPoint *)
 
void SetArray (ON_2fPoint *, int, int)
 

Additional Inherited Members

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

Detailed Description

Definition at line 437 of file opennurbs_array.h.

Constructor & Destructor Documentation

◆ ON_2fPointArray() [1/3]

ON_2fPointArray::ON_2fPointArray ( )

◆ ON_2fPointArray() [2/3]

ON_2fPointArray::ON_2fPointArray ( int  )

◆ ON_2fPointArray() [3/3]

ON_2fPointArray::ON_2fPointArray ( const ON_2fPointArray )

Member Function Documentation

◆ GetBBox()

bool ON_2fPointArray::GetBBox ( float  boxmin[2],
float  boxmax[2],
int  bGrowBox = false 
) const

◆ operator=()

ON_2fPointArray& ON_2fPointArray::operator= ( const ON_2fPointArray )

◆ SwapCoordinates()

bool ON_2fPointArray::SwapCoordinates ( int  ,
int   
)

◆ Transform()

bool ON_2fPointArray::Transform ( const ON_Xform )

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