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

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

Inheritance diagram for ON_CurveArray:

Public Member Functions

 ON_CurveArray (int=0)
 ~ON_CurveArray ()
bool Write (ON_BinaryArchive &) const
bool Read (ON_BinaryArchive &)
void Destroy ()
bool Duplicate (ON_CurveArray &) const
bool GetTightBoundingBox (ON_BoundingBox &tight_bbox, int bGrowBox=false, const ON_Xform *xform=0) const
Public Member Functions inherited from ON_SimpleArray< ON_Curve * >
 ON_SimpleArray ()
virtual ~ON_SimpleArray ()
virtual ON_SimpleArray< ON_Curve * > & operator= (const ON_SimpleArray< ON_Curve * > &)
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_Curve *& operator[] (int)
 operator ON_Curve ** ()
 operator const ON_Curve ** () const
ON_Curve ** First ()
ON_Curve ** At (int)
ON_Curve ** Last ()
ON_Curve *& AppendNew ()
void Append (const ON_Curve *&)
void Insert (int, const ON_Curve *&)
void Remove ()
void Empty ()
void Reverse ()
void Swap (int, int)
int Search (const ON_Curve *&) const
int BinarySearch (const ON_Curve **, int(*)(const ON_Curve **, const ON_Curve **)) const
bool HeapSort (int(*)(const ON_Curve **, const ON_Curve **))
bool QuickSort (int(*)(const ON_Curve **, const ON_Curve **))
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_Curve **, const ON_Curve **)) const
bool Permute (const int *)
void Zero ()
void MemSet (unsigned char)
void Reserve (int)
void Shrink ()
void Destroy ()
virtual ON_Curve ** Realloc (ON_Curve **, int)
ON_Curve ** Array ()
void SetCount (int)
void SetCapacity (int)
int NewCapacity () const
ON_Curve ** KeepArray ()
void SetArray (ON_Curve **)

Additional Inherited Members

Protected Member Functions inherited from ON_SimpleArray< ON_Curve * >
void Move (int, int, int)
Protected Attributes inherited from ON_SimpleArray< ON_Curve * >
ON_Curve ** m_a
int m_count
int m_capacity

Detailed Description

Definition at line 1143 of file opennurbs_curve.h.

Constructor & Destructor Documentation

◆ ON_CurveArray()

ON_CurveArray::ON_CurveArray ( int = 0)

Referenced by Duplicate().

◆ ~ON_CurveArray()

ON_CurveArray::~ON_CurveArray ( )

Member Function Documentation

◆ Destroy()

void ON_CurveArray::Destroy ( )

◆ Duplicate()

bool ON_CurveArray::Duplicate ( ON_CurveArray & ) const

References ON_CurveArray().

◆ GetTightBoundingBox()

bool ON_CurveArray::GetTightBoundingBox ( ON_BoundingBox & tight_bbox,
int bGrowBox = false,
const ON_Xform * xform = 0 ) const

◆ Read()

bool ON_CurveArray::Read ( ON_BinaryArchive & )

◆ Write()

bool ON_CurveArray::Write ( ON_BinaryArchive & ) const

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