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

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

+ Inheritance diagram for ON_3fPointArray:
+ Collaboration diagram for ON_3fPointArray:

Public Member Functions

 ON_3fPointArray ()
 
 ON_3fPointArray (int)
 
 ON_3fPointArray (const ON_3fPointArray &)
 
ON_3fPointArrayoperator= (const ON_3fPointArray &)
 
bool GetBBox (float boxmin[3], float boxmax[3], int bGrowBox=false) const
 
bool Transform (const ON_Xform &)
 
bool SwapCoordinates (int, int)
 
- Public Member Functions inherited from ON_SimpleArray< ON_3fPoint >
 ON_SimpleArray ()
 
 ON_SimpleArray (int)
 
 ON_SimpleArray (const ON_SimpleArray< ON_3fPoint > &)
 
virtual ~ON_SimpleArray ()
 
virtual ON_SimpleArray< ON_3fPoint > & operator= (const ON_SimpleArray< ON_3fPoint > &)
 
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_3fPointoperator[] (int)
 
ON_3fPointoperator[] (unsigned int)
 
ON_3fPointoperator[] (ON__INT64)
 
ON_3fPointoperator[] (ON__UINT64)
 
const ON_3fPointoperator[] (int) const
 
const ON_3fPointoperator[] (unsigned int) const
 
const ON_3fPointoperator[] (ON__INT64) const
 
const ON_3fPointoperator[] (ON__UINT64) const
 
 operator ON_3fPoint * ()
 
 operator const ON_3fPoint * () const
 
ON_3fPointFirst ()
 
const ON_3fPointFirst () const
 
ON_3fPointAt (int)
 
ON_3fPointAt (unsigned int)
 
ON_3fPointAt (ON__INT64)
 
ON_3fPointAt (ON__UINT64)
 
const ON_3fPointAt (int) const
 
const ON_3fPointAt (unsigned int) const
 
const ON_3fPointAt (ON__INT64) const
 
const ON_3fPointAt (ON__UINT64) const
 
ON_3fPointLast ()
 
const ON_3fPointLast () const
 
ON_3fPointAppendNew ()
 
void Append (const ON_3fPoint &)
 
void Append (int, const ON_3fPoint *)
 
void Insert (int, const ON_3fPoint &)
 
void Remove ()
 
virtual void Remove (int)
 
void Empty ()
 
void Reverse ()
 
void Swap (int, int)
 
int Search (const ON_3fPoint &) const
 
int Search (const ON_3fPoint *, int(*)(const ON_3fPoint *, const ON_3fPoint *)) const
 
int BinarySearch (const ON_3fPoint *, int(*)(const ON_3fPoint *, const ON_3fPoint *)) const
 
int BinarySearch (const ON_3fPoint *, int(*)(const ON_3fPoint *, const ON_3fPoint *), int) const
 
bool HeapSort (int(*)(const ON_3fPoint *, const ON_3fPoint *))
 
bool QuickSort (int(*)(const ON_3fPoint *, const ON_3fPoint *))
 
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_3fPoint *, const ON_3fPoint *)) const
 
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_3fPoint *, const ON_3fPoint *, void *), void *) const
 
bool Permute (const int *)
 
void Zero ()
 
void MemSet (unsigned char)
 
void Reserve (int)
 
void Shrink ()
 
void Destroy ()
 
virtual ON_3fPointRealloc (ON_3fPoint *, int)
 
ON_3fPointArray ()
 
const ON_3fPointArray () const
 
void SetCount (int)
 
void SetCapacity (int)
 
int NewCapacity () const
 
ON_3fPointKeepArray ()
 
void SetArray (ON_3fPoint *)
 
void SetArray (ON_3fPoint *, int, int)
 

Additional Inherited Members

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

Detailed Description

Definition at line 663 of file opennurbs_array.h.

Constructor & Destructor Documentation

◆ ON_3fPointArray() [1/3]

ON_3fPointArray::ON_3fPointArray ( )

◆ ON_3fPointArray() [2/3]

ON_3fPointArray::ON_3fPointArray ( int  )

◆ ON_3fPointArray() [3/3]

ON_3fPointArray::ON_3fPointArray ( const ON_3fPointArray )

Member Function Documentation

◆ GetBBox()

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

◆ operator=()

ON_3fPointArray& ON_3fPointArray::operator= ( const ON_3fPointArray )

◆ SwapCoordinates()

bool ON_3fPointArray::SwapCoordinates ( int  ,
int   
)

◆ Transform()

bool ON_3fPointArray::Transform ( const ON_Xform )

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