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

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

Inheritance diagram for ON_2dPointArray:

Public Member Functions

 ON_2dPointArray ()
 ON_2dPointArray (int)
 ON_2dPointArray (const ON_2dPointArray &)
ON_2dPointArrayoperator= (const ON_2dPointArray &)
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_2dPoint >
 ON_SimpleArray ()
virtual ~ON_SimpleArray ()
virtual ON_SimpleArray< ON_2dPoint > & operator= (const ON_SimpleArray< ON_2dPoint > &)
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_2dPointoperator[] (int)
 operator ON_2dPoint * ()
 operator const ON_2dPoint * () const
ON_2dPointFirst ()
ON_2dPointAt (int)
ON_2dPointLast ()
ON_2dPointAppendNew ()
void Append (const ON_2dPoint &)
void Insert (int, const ON_2dPoint &)
void Remove ()
void Empty ()
void Reverse ()
void Swap (int, int)
int Search (const ON_2dPoint &) const
int BinarySearch (const ON_2dPoint *, int(*)(const ON_2dPoint *, const ON_2dPoint *)) const
bool HeapSort (int(*)(const ON_2dPoint *, const ON_2dPoint *))
bool QuickSort (int(*)(const ON_2dPoint *, const ON_2dPoint *))
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_2dPoint *, const ON_2dPoint *)) const
bool Permute (const int *)
void Zero ()
void MemSet (unsigned char)
void Reserve (int)
void Shrink ()
void Destroy ()
virtual ON_2dPointRealloc (ON_2dPoint *, int)
ON_2dPointArray ()
void SetCount (int)
void SetCapacity (int)
int NewCapacity () const
ON_2dPointKeepArray ()
void SetArray (ON_2dPoint *)

Additional Inherited Members

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

Detailed Description

Definition at line 414 of file opennurbs_array.h.

Constructor & Destructor Documentation

◆ ON_2dPointArray() [1/3]

ON_2dPointArray::ON_2dPointArray ( )

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

◆ ON_2dPointArray() [2/3]

ON_2dPointArray::ON_2dPointArray ( int )

◆ ON_2dPointArray() [3/3]

ON_2dPointArray::ON_2dPointArray ( const ON_2dPointArray & )

References ON_2dPointArray().

Member Function Documentation

◆ GetBBox()

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

◆ operator=()

ON_2dPointArray & ON_2dPointArray::operator= ( const ON_2dPointArray & )

References ON_2dPointArray().

◆ SwapCoordinates()

bool ON_2dPointArray::SwapCoordinates ( int ,
int  )

◆ Transform()

bool ON_2dPointArray::Transform ( const ON_Xform & )

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