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

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

Inheritance diagram for ON_SurfaceArray:

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Definition at line 904 of file opennurbs_surface.h.

Constructor & Destructor Documentation

◆ ON_SurfaceArray()

ON_SurfaceArray::ON_SurfaceArray ( int = 0)

Referenced by Duplicate().

◆ ~ON_SurfaceArray()

ON_SurfaceArray::~ON_SurfaceArray ( )

Member Function Documentation

◆ Destroy()

void ON_SurfaceArray::Destroy ( )

◆ Duplicate()

ON_BOOL32 ON_SurfaceArray::Duplicate ( ON_SurfaceArray & ) const

References ON_SurfaceArray().

◆ Read()

ON_BOOL32 ON_SurfaceArray::Read ( ON_BinaryArchive & )

◆ Write()

ON_BOOL32 ON_SurfaceArray::Write ( ON_BinaryArchive & ) const

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