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

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

+ Inheritance diagram for ON_3fVectorArray:
+ Collaboration diagram for ON_3fVectorArray:

Public Member Functions

 ON_3fVectorArray ()
 
 ON_3fVectorArray (int)
 
 ON_3fVectorArray (const ON_3fVectorArray &)
 
ON_3fVectorArrayoperator= (const ON_3fVectorArray &)
 
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_3fVector >
 ON_SimpleArray ()
 
 ON_SimpleArray (int)
 
 ON_SimpleArray (const ON_SimpleArray< ON_3fVector > &)
 
virtual ~ON_SimpleArray ()
 
virtual ON_SimpleArray< ON_3fVector > & operator= (const ON_SimpleArray< ON_3fVector > &)
 
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_3fVectoroperator[] (int)
 
ON_3fVectoroperator[] (unsigned int)
 
ON_3fVectoroperator[] (ON__INT64)
 
ON_3fVectoroperator[] (ON__UINT64)
 
const ON_3fVectoroperator[] (int) const
 
const ON_3fVectoroperator[] (unsigned int) const
 
const ON_3fVectoroperator[] (ON__INT64) const
 
const ON_3fVectoroperator[] (ON__UINT64) const
 
 operator ON_3fVector * ()
 
 operator const ON_3fVector * () const
 
ON_3fVectorFirst ()
 
const ON_3fVectorFirst () const
 
ON_3fVectorAt (int)
 
ON_3fVectorAt (unsigned int)
 
ON_3fVectorAt (ON__INT64)
 
ON_3fVectorAt (ON__UINT64)
 
const ON_3fVectorAt (int) const
 
const ON_3fVectorAt (unsigned int) const
 
const ON_3fVectorAt (ON__INT64) const
 
const ON_3fVectorAt (ON__UINT64) const
 
ON_3fVectorLast ()
 
const ON_3fVectorLast () const
 
ON_3fVectorAppendNew ()
 
void Append (const ON_3fVector &)
 
void Append (int, const ON_3fVector *)
 
void Insert (int, const ON_3fVector &)
 
void Remove ()
 
virtual void Remove (int)
 
void Empty ()
 
void Reverse ()
 
void Swap (int, int)
 
int Search (const ON_3fVector &) const
 
int Search (const ON_3fVector *, int(*)(const ON_3fVector *, const ON_3fVector *)) const
 
int BinarySearch (const ON_3fVector *, int(*)(const ON_3fVector *, const ON_3fVector *)) const
 
int BinarySearch (const ON_3fVector *, int(*)(const ON_3fVector *, const ON_3fVector *), int) const
 
bool HeapSort (int(*)(const ON_3fVector *, const ON_3fVector *))
 
bool QuickSort (int(*)(const ON_3fVector *, const ON_3fVector *))
 
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_3fVector *, const ON_3fVector *)) const
 
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_3fVector *, const ON_3fVector *, void *), void *) const
 
bool Permute (const int *)
 
void Zero ()
 
void MemSet (unsigned char)
 
void Reserve (int)
 
void Shrink ()
 
void Destroy ()
 
virtual ON_3fVectorRealloc (ON_3fVector *, int)
 
ON_3fVectorArray ()
 
const ON_3fVectorArray () const
 
void SetCount (int)
 
void SetCapacity (int)
 
int NewCapacity () const
 
ON_3fVectorKeepArray ()
 
void SetArray (ON_3fVector *)
 
void SetArray (ON_3fVector *, int, int)
 

Additional Inherited Members

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

Detailed Description

Definition at line 788 of file opennurbs_array.h.

Constructor & Destructor Documentation

◆ ON_3fVectorArray() [1/3]

ON_3fVectorArray::ON_3fVectorArray ( )

◆ ON_3fVectorArray() [2/3]

ON_3fVectorArray::ON_3fVectorArray ( int  )

◆ ON_3fVectorArray() [3/3]

ON_3fVectorArray::ON_3fVectorArray ( const ON_3fVectorArray )

Member Function Documentation

◆ GetBBox()

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

◆ operator=()

ON_3fVectorArray& ON_3fVectorArray::operator= ( const ON_3fVectorArray )

◆ SwapCoordinates()

bool ON_3fVectorArray::SwapCoordinates ( int  ,
int   
)

◆ Transform()

bool ON_3fVectorArray::Transform ( const ON_Xform )

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