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

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

+ Inheritance diagram for ON_4fPointArray:
+ Collaboration diagram for ON_4fPointArray:

Public Member Functions

 ON_4fPointArray ()
 
 ON_4fPointArray (int)
 
 ON_4fPointArray (const ON_4fPointArray &)
 
ON_4fPointArrayoperator= (const ON_4fPointArray &)
 
bool Transform (const ON_Xform &)
 
bool SwapCoordinates (int, int)
 
- Public Member Functions inherited from ON_SimpleArray< ON_4fPoint >
 ON_SimpleArray ()
 
 ON_SimpleArray (int)
 
 ON_SimpleArray (const ON_SimpleArray< ON_4fPoint > &)
 
virtual ~ON_SimpleArray ()
 
virtual ON_SimpleArray< ON_4fPoint > & operator= (const ON_SimpleArray< ON_4fPoint > &)
 
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_4fPointoperator[] (int)
 
ON_4fPointoperator[] (unsigned int)
 
ON_4fPointoperator[] (ON__INT64)
 
ON_4fPointoperator[] (ON__UINT64)
 
const ON_4fPointoperator[] (int) const
 
const ON_4fPointoperator[] (unsigned int) const
 
const ON_4fPointoperator[] (ON__INT64) const
 
const ON_4fPointoperator[] (ON__UINT64) const
 
 operator ON_4fPoint * ()
 
 operator const ON_4fPoint * () const
 
ON_4fPointFirst ()
 
const ON_4fPointFirst () const
 
ON_4fPointAt (int)
 
ON_4fPointAt (unsigned int)
 
ON_4fPointAt (ON__INT64)
 
ON_4fPointAt (ON__UINT64)
 
const ON_4fPointAt (int) const
 
const ON_4fPointAt (unsigned int) const
 
const ON_4fPointAt (ON__INT64) const
 
const ON_4fPointAt (ON__UINT64) const
 
ON_4fPointLast ()
 
const ON_4fPointLast () const
 
ON_4fPointAppendNew ()
 
void Append (const ON_4fPoint &)
 
void Append (int, const ON_4fPoint *)
 
void Insert (int, const ON_4fPoint &)
 
void Remove ()
 
virtual void Remove (int)
 
void Empty ()
 
void Reverse ()
 
void Swap (int, int)
 
int Search (const ON_4fPoint &) const
 
int Search (const ON_4fPoint *, int(*)(const ON_4fPoint *, const ON_4fPoint *)) const
 
int BinarySearch (const ON_4fPoint *, int(*)(const ON_4fPoint *, const ON_4fPoint *)) const
 
int BinarySearch (const ON_4fPoint *, int(*)(const ON_4fPoint *, const ON_4fPoint *), int) const
 
bool HeapSort (int(*)(const ON_4fPoint *, const ON_4fPoint *))
 
bool QuickSort (int(*)(const ON_4fPoint *, const ON_4fPoint *))
 
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_4fPoint *, const ON_4fPoint *)) const
 
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_4fPoint *, const ON_4fPoint *, void *), void *) const
 
bool Permute (const int *)
 
void Zero ()
 
void MemSet (unsigned char)
 
void Reserve (int)
 
void Shrink ()
 
void Destroy ()
 
virtual ON_4fPointRealloc (ON_4fPoint *, int)
 
ON_4fPointArray ()
 
const ON_4fPointArray () const
 
void SetCount (int)
 
void SetCapacity (int)
 
int NewCapacity () const
 
ON_4fPointKeepArray ()
 
void SetArray (ON_4fPoint *)
 
void SetArray (ON_4fPoint *, int, int)
 

Additional Inherited Members

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

Detailed Description

Definition at line 704 of file opennurbs_array.h.

Constructor & Destructor Documentation

◆ ON_4fPointArray() [1/3]

ON_4fPointArray::ON_4fPointArray ( )

◆ ON_4fPointArray() [2/3]

ON_4fPointArray::ON_4fPointArray ( int  )

◆ ON_4fPointArray() [3/3]

ON_4fPointArray::ON_4fPointArray ( const ON_4fPointArray )

Member Function Documentation

◆ operator=()

ON_4fPointArray& ON_4fPointArray::operator= ( const ON_4fPointArray )

◆ SwapCoordinates()

bool ON_4fPointArray::SwapCoordinates ( int  ,
int   
)

◆ Transform()

bool ON_4fPointArray::Transform ( const ON_Xform )

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