Point Cloud Library (PCL) 1.15.1
Loading...
Searching...
No Matches
ON_4fPointArray Class Reference

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

Inheritance 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 ()
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)
 operator ON_4fPoint * ()
 operator const ON_4fPoint * () const
ON_4fPointFirst ()
ON_4fPointAt (int)
ON_4fPointLast ()
ON_4fPointAppendNew ()
void Append (const ON_4fPoint &)
void Insert (int, const ON_4fPoint &)
void Remove ()
void Empty ()
void Reverse ()
void Swap (int, int)
int Search (const ON_4fPoint &) const
int BinarySearch (const ON_4fPoint *, int(*)(const ON_4fPoint *, const ON_4fPoint *)) 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 Permute (const int *)
void Zero ()
void MemSet (unsigned char)
void Reserve (int)
void Shrink ()
void Destroy ()
virtual ON_4fPointRealloc (ON_4fPoint *, int)
ON_4fPointArray ()
void SetCount (int)
void SetCapacity (int)
int NewCapacity () const
ON_4fPointKeepArray ()
void SetArray (ON_4fPoint *)

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 ( )

Referenced by ON_4fPointArray(), and operator=().

◆ ON_4fPointArray() [2/3]

ON_4fPointArray::ON_4fPointArray ( int )

◆ ON_4fPointArray() [3/3]

ON_4fPointArray::ON_4fPointArray ( const ON_4fPointArray & )

References ON_4fPointArray().

Member Function Documentation

◆ operator=()

ON_4fPointArray & ON_4fPointArray::operator= ( const ON_4fPointArray & )

References 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: