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

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

Inheritance 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 ()
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)
 operator ON_3fPoint * ()
 operator const ON_3fPoint * () const
ON_3fPointFirst ()
ON_3fPointAt (int)
ON_3fPointLast ()
ON_3fPointAppendNew ()
void Append (const ON_3fPoint &)
void Insert (int, const ON_3fPoint &)
void Remove ()
void Empty ()
void Reverse ()
void Swap (int, int)
int Search (const ON_3fPoint &) const
int BinarySearch (const ON_3fPoint *, int(*)(const ON_3fPoint *, const ON_3fPoint *)) 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 Permute (const int *)
void Zero ()
void MemSet (unsigned char)
void Reserve (int)
void Shrink ()
void Destroy ()
virtual ON_3fPointRealloc (ON_3fPoint *, int)
ON_3fPointArray ()
void SetCount (int)
void SetCapacity (int)
int NewCapacity () const
ON_3fPointKeepArray ()
void SetArray (ON_3fPoint *)

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

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

◆ ON_3fPointArray() [2/3]

ON_3fPointArray::ON_3fPointArray ( int )

◆ ON_3fPointArray() [3/3]

ON_3fPointArray::ON_3fPointArray ( const ON_3fPointArray & )

References 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 & )

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