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

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

Inheritance diagram for ON_3dVectorArray:

Public Member Functions

 ON_3dVectorArray ()
 ON_3dVectorArray (int)
 ON_3dVectorArray (const ON_3dVectorArray &)
ON_3dVectorArrayoperator= (const ON_3dVectorArray &)
bool GetBBox (double boxmin[3], double boxmax[3], bool bGrowBow=false) const
bool Transform (const ON_Xform &)
bool SwapCoordinates (int, int)
Public Member Functions inherited from ON_SimpleArray< ON_3dVector >
 ON_SimpleArray ()
virtual ~ON_SimpleArray ()
virtual ON_SimpleArray< ON_3dVector > & operator= (const ON_SimpleArray< ON_3dVector > &)
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_3dVectoroperator[] (int)
 operator ON_3dVector * ()
 operator const ON_3dVector * () const
ON_3dVectorFirst ()
ON_3dVectorAt (int)
ON_3dVectorLast ()
ON_3dVectorAppendNew ()
void Append (const ON_3dVector &)
void Insert (int, const ON_3dVector &)
void Remove ()
void Empty ()
void Reverse ()
void Swap (int, int)
int Search (const ON_3dVector &) const
int BinarySearch (const ON_3dVector *, int(*)(const ON_3dVector *, const ON_3dVector *)) const
bool HeapSort (int(*)(const ON_3dVector *, const ON_3dVector *))
bool QuickSort (int(*)(const ON_3dVector *, const ON_3dVector *))
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_3dVector *, const ON_3dVector *)) const
bool Permute (const int *)
void Zero ()
void MemSet (unsigned char)
void Reserve (int)
void Shrink ()
void Destroy ()
virtual ON_3dVectorRealloc (ON_3dVector *, int)
ON_3dVectorArray ()
void SetCount (int)
void SetCapacity (int)
int NewCapacity () const
ON_3dVectorKeepArray ()
void SetArray (ON_3dVector *)

Additional Inherited Members

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

Detailed Description

Definition at line 767 of file opennurbs_array.h.

Constructor & Destructor Documentation

◆ ON_3dVectorArray() [1/3]

ON_3dVectorArray::ON_3dVectorArray ( )

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

◆ ON_3dVectorArray() [2/3]

ON_3dVectorArray::ON_3dVectorArray ( int )

◆ ON_3dVectorArray() [3/3]

ON_3dVectorArray::ON_3dVectorArray ( const ON_3dVectorArray & )

References ON_3dVectorArray().

Member Function Documentation

◆ GetBBox()

bool ON_3dVectorArray::GetBBox ( double boxmin[3],
double boxmax[3],
bool bGrowBow = false ) const

◆ operator=()

ON_3dVectorArray & ON_3dVectorArray::operator= ( const ON_3dVectorArray & )

References ON_3dVectorArray().

◆ SwapCoordinates()

bool ON_3dVectorArray::SwapCoordinates ( int ,
int  )

◆ Transform()

bool ON_3dVectorArray::Transform ( const ON_Xform & )

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