Point Cloud Library (PCL)  1.10.0
List of all members | Public Member Functions
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 (int)
 
 ON_ObjectArray (const ON_ObjectArray< ON_BrepRegion > &)
 
 ~ON_ObjectArray ()
 
ON_ObjectArray< ON_BrepRegion > & operator= (const ON_ObjectArray< ON_BrepRegion > &)
 
ON__UINT32 DataCRC (ON__UINT32 current_remainder) const
 
ON_BrepRegion * Realloc (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 ()
 
 ON_ClassArray (int)
 
 ON_ClassArray (const ON_ClassArray< ON_BrepRegion > &)
 
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_BrepRegion & operator[] (int)
 
ON_BrepRegion & operator[] (unsigned int)
 
ON_BrepRegion & operator[] (ON__INT64)
 
ON_BrepRegion & operator[] (ON__UINT64)
 
const ON_BrepRegion & operator[] (int) const
 
const ON_BrepRegion & operator[] (unsigned int) const
 
const ON_BrepRegion & operator[] (ON__INT64) const
 
const ON_BrepRegion & operator[] (ON__UINT64) const
 
 operator ON_BrepRegion * ()
 
 operator const ON_BrepRegion * () const
 
ON_BrepRegion * First ()
 
const ON_BrepRegion * First () const
 
ON_BrepRegion * At (int)
 
ON_BrepRegion * At (unsigned int)
 
ON_BrepRegion * At (ON__INT64)
 
ON_BrepRegion * At (ON__UINT64)
 
const ON_BrepRegion * At (int) const
 
const ON_BrepRegion * At (unsigned int) const
 
const ON_BrepRegion * At (ON__INT64) const
 
const ON_BrepRegion * At (ON__UINT64) const
 
ON_BrepRegion * Last ()
 
const ON_BrepRegion * Last () const
 
ON_BrepRegion & AppendNew ()
 
void Append (const ON_BrepRegion &)
 
void Append (int, const ON_BrepRegion *)
 
void Insert (int, const ON_BrepRegion &)
 
void Remove ()
 
void Remove (int)
 
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
 
int BinarySearch (const ON_BrepRegion *, int(*)(const ON_BrepRegion *, const ON_BrepRegion *), int) const
 
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepRegion *, const ON_BrepRegion *)) const
 
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepRegion *, const ON_BrepRegion *, void *), void *) const
 
bool Permute (const int *)
 
void Zero ()
 
void Reserve (int)
 
void Shrink ()
 
void Destroy ()
 
ON_BrepRegion * Array ()
 
const ON_BrepRegion * Array () const
 
void SetCount (int)
 
void SetCapacity (int)
 
int NewCapacity () const
 
ON_BrepRegion * KeepArray ()
 
void SetArray (ON_BrepRegion *)
 
void SetArray (ON_BrepRegion *, int, int)
 

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_BrepRegion * m_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: