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

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

Inheritance diagram for ON_BrepRegionArray:

Public Member Functions

 ON_BrepRegionArray ()
 ~ON_BrepRegionArray ()
bool Read (ON_BinaryArchive &)
bool Write (ON_BinaryArchive &) const
unsigned int SizeOf () const
Public Member Functions inherited from ON_ObjectArray< ON_BrepRegion >
 ON_ObjectArray ()
 ~ON_ObjectArray ()
ON_ObjectArray< ON_BrepRegion > & operator= (const ON_ObjectArray< ON_BrepRegion > &)
ON__UINT32 DataCRC (ON__UINT32 current_remainder) const
ON_BrepRegionRealloc (ON_BrepRegion *, int)
bool HeapSort (int(*)(const ON_BrepRegion *, const ON_BrepRegion *))
bool QuickSort (int(*)(const ON_BrepRegion *, const ON_BrepRegion *))
Public Member Functions inherited from ON_ClassArray< ON_BrepRegion >
 ON_ClassArray ()
virtual ~ON_ClassArray ()
ON_ClassArray< ON_BrepRegion > & operator= (const ON_ClassArray< ON_BrepRegion > &)
void EmergencyDestroy (void)
int Count () const
unsigned int UnsignedCount () const
int Capacity () const
unsigned int SizeOfArray () const
unsigned int SizeOfElement () const
ON_BrepRegionoperator[] (int)
 operator ON_BrepRegion * ()
 operator const ON_BrepRegion * () const
ON_BrepRegionFirst ()
ON_BrepRegionAt (int)
ON_BrepRegionLast ()
ON_BrepRegionAppendNew ()
void Append (const ON_BrepRegion &)
void Insert (int, const ON_BrepRegion &)
void Remove ()
void Empty ()
void Reverse ()
void Swap (int, int)
int Search (const ON_BrepRegion *, int(*)(const ON_BrepRegion *, const ON_BrepRegion *)) const
int BinarySearch (const ON_BrepRegion *, int(*)(const ON_BrepRegion *, const ON_BrepRegion *)) const
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepRegion *, const ON_BrepRegion *)) const
bool Permute (const int *)
void Zero ()
void Reserve (int)
void Shrink ()
void Destroy ()
ON_BrepRegionArray ()
void SetCount (int)
void SetCapacity (int)
int NewCapacity () const
ON_BrepRegionKeepArray ()
void SetArray (ON_BrepRegion *)

Additional Inherited Members

Protected Member Functions inherited from ON_ClassArray< ON_BrepRegion >
void Move (int, int, int)
void ConstructDefaultElement (ON_BrepRegion *)
void DestroyElement (ON_BrepRegion &)
Protected Attributes inherited from ON_ClassArray< ON_BrepRegion >
ON_BrepRegionm_a
int m_count
int m_capacity

Detailed Description

Definition at line 1534 of file opennurbs_brep.h.

Constructor & Destructor Documentation

◆ ON_BrepRegionArray()

ON_BrepRegionArray::ON_BrepRegionArray ( )

◆ ~ON_BrepRegionArray()

ON_BrepRegionArray::~ON_BrepRegionArray ( )

Member Function Documentation

◆ Read()

bool ON_BrepRegionArray::Read ( ON_BinaryArchive & )

◆ SizeOf()

unsigned int ON_BrepRegionArray::SizeOf ( ) const

◆ Write()

bool ON_BrepRegionArray::Write ( ON_BinaryArchive & ) const

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