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

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

Inheritance diagram for ON_2dVectorArray:

Public Member Functions

 ON_2dVectorArray ()
 ON_2dVectorArray (int)
 ON_2dVectorArray (const ON_2dVectorArray &)
ON_2dVectorArrayoperator= (const ON_2dVectorArray &)
bool GetBBox (double boxmin[2], double boxmax[2], int bGrowBox=false) const
bool Transform (const ON_Xform &)
bool SwapCoordinates (int, int)
Public Member Functions inherited from ON_SimpleArray< ON_2dVector >
 ON_SimpleArray ()
virtual ~ON_SimpleArray ()
virtual ON_SimpleArray< ON_2dVector > & operator= (const ON_SimpleArray< ON_2dVector > &)
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_2dVectoroperator[] (int)
 operator ON_2dVector * ()
 operator const ON_2dVector * () const
ON_2dVectorFirst ()
ON_2dVectorAt (int)
ON_2dVectorLast ()
ON_2dVectorAppendNew ()
void Append (const ON_2dVector &)
void Insert (int, const ON_2dVector &)
void Remove ()
void Empty ()
void Reverse ()
void Swap (int, int)
int Search (const ON_2dVector &) const
int BinarySearch (const ON_2dVector *, int(*)(const ON_2dVector *, const ON_2dVector *)) const
bool HeapSort (int(*)(const ON_2dVector *, const ON_2dVector *))
bool QuickSort (int(*)(const ON_2dVector *, const ON_2dVector *))
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_2dVector *, const ON_2dVector *)) const
bool Permute (const int *)
void Zero ()
void MemSet (unsigned char)
void Reserve (int)
void Shrink ()
void Destroy ()
virtual ON_2dVectorRealloc (ON_2dVector *, int)
ON_2dVectorArray ()
void SetCount (int)
void SetCapacity (int)
int NewCapacity () const
ON_2dVectorKeepArray ()
void SetArray (ON_2dVector *)

Additional Inherited Members

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

Detailed Description

Definition at line 721 of file opennurbs_array.h.

Constructor & Destructor Documentation

◆ ON_2dVectorArray() [1/3]

ON_2dVectorArray::ON_2dVectorArray ( )

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

◆ ON_2dVectorArray() [2/3]

ON_2dVectorArray::ON_2dVectorArray ( int )

◆ ON_2dVectorArray() [3/3]

ON_2dVectorArray::ON_2dVectorArray ( const ON_2dVectorArray & )

References ON_2dVectorArray().

Member Function Documentation

◆ GetBBox()

bool ON_2dVectorArray::GetBBox ( double boxmin[2],
double boxmax[2],
int bGrowBox = false ) const

◆ operator=()

ON_2dVectorArray & ON_2dVectorArray::operator= ( const ON_2dVectorArray & )

References ON_2dVectorArray().

◆ SwapCoordinates()

bool ON_2dVectorArray::SwapCoordinates ( int ,
int  )

◆ Transform()

bool ON_2dVectorArray::Transform ( const ON_Xform & )

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