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

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

Inheritance diagram for ON_2fVectorArray:

Public Member Functions

 ON_2fVectorArray ()
 ON_2fVectorArray (int)
 ON_2fVectorArray (const ON_2fVectorArray &)
ON_2fVectorArrayoperator= (const ON_2fVectorArray &)
bool GetBBox (float boxmin[2], float boxmax[2], bool=false) const
bool Transform (const ON_Xform &)
bool SwapCoordinates (int, int)
Public Member Functions inherited from ON_SimpleArray< ON_2fVector >
 ON_SimpleArray ()
virtual ~ON_SimpleArray ()
virtual ON_SimpleArray< ON_2fVector > & operator= (const ON_SimpleArray< ON_2fVector > &)
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_2fVectoroperator[] (int)
 operator ON_2fVector * ()
 operator const ON_2fVector * () const
ON_2fVectorFirst ()
ON_2fVectorAt (int)
ON_2fVectorLast ()
ON_2fVectorAppendNew ()
void Append (const ON_2fVector &)
void Insert (int, const ON_2fVector &)
void Remove ()
void Empty ()
void Reverse ()
void Swap (int, int)
int Search (const ON_2fVector &) const
int BinarySearch (const ON_2fVector *, int(*)(const ON_2fVector *, const ON_2fVector *)) const
bool HeapSort (int(*)(const ON_2fVector *, const ON_2fVector *))
bool QuickSort (int(*)(const ON_2fVector *, const ON_2fVector *))
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_2fVector *, const ON_2fVector *)) const
bool Permute (const int *)
void Zero ()
void MemSet (unsigned char)
void Reserve (int)
void Shrink ()
void Destroy ()
virtual ON_2fVectorRealloc (ON_2fVector *, int)
ON_2fVectorArray ()
void SetCount (int)
void SetCapacity (int)
int NewCapacity () const
ON_2fVectorKeepArray ()
void SetArray (ON_2fVector *)

Additional Inherited Members

Protected Member Functions inherited from ON_SimpleArray< ON_2fVector >
void Move (int, int, int)
Protected Attributes inherited from ON_SimpleArray< ON_2fVector >
ON_2fVectorm_a
int m_count
int m_capacity

Detailed Description

Definition at line 744 of file opennurbs_array.h.

Constructor & Destructor Documentation

◆ ON_2fVectorArray() [1/3]

ON_2fVectorArray::ON_2fVectorArray ( )

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

◆ ON_2fVectorArray() [2/3]

ON_2fVectorArray::ON_2fVectorArray ( int )

◆ ON_2fVectorArray() [3/3]

ON_2fVectorArray::ON_2fVectorArray ( const ON_2fVectorArray & )

References ON_2fVectorArray().

Member Function Documentation

◆ GetBBox()

bool ON_2fVectorArray::GetBBox ( float boxmin[2],
float boxmax[2],
bool = false ) const

◆ operator=()

ON_2fVectorArray & ON_2fVectorArray::operator= ( const ON_2fVectorArray & )

References ON_2fVectorArray().

◆ SwapCoordinates()

bool ON_2fVectorArray::SwapCoordinates ( int ,
int  )

◆ Transform()

bool ON_2fVectorArray::Transform ( const ON_Xform & )

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