ON_BrepRegionArray Class Reference

#include <opennurbs_brep.h>

Inheritance diagram for ON_BrepRegionArray:
ON_ObjectArray< ON_BrepRegion > ON_ClassArray< ON_BrepRegion >

Public Member Functions

 ON_BrepRegionArray ()
 
 ~ON_BrepRegionArray ()
 
bool Read (ON_BinaryArchive &)
 
unsigned int SizeOf () const
 
bool Write (ON_BinaryArchive &) const
 
- Public Member Functions inherited from ON_ObjectArray< ON_BrepRegion >
 ON_ObjectArray ()
 Class ON_ObjectArray<> More...
 
 ON_ObjectArray (size_t)
 
 ON_ObjectArray (const ON_ObjectArray< ON_BrepRegion > &)
 
 ~ON_ObjectArray ()
 
ON__UINT32 DataCRC (ON__UINT32 current_remainder) const
 
bool HeapSort (int(*)(const ON_BrepRegion *, const ON_BrepRegion *))
 
ON_ObjectArray< ON_BrepRegion > & operator= (const ON_ObjectArray< ON_BrepRegion > &)
 
bool QuickSort (int(*)(const ON_BrepRegion *, const ON_BrepRegion *))
 Sorts the array using the heap sort algorithm. More...
 
ON_BrepRegionRealloc (ON_BrepRegion *, int)
 low level memory managment /////////////////////////////////////// More...
 
- Public Member Functions inherited from ON_ClassArray< ON_BrepRegion >
 ON_ClassArray () ON_NOEXCEPT
 construction //////////////////////////////////////////////////////// More...
 
 ON_ClassArray (size_t)
 
 ON_ClassArray (const ON_ClassArray< ON_BrepRegion > &)
 Copy constructor. More...
 
virtual ~ON_ClassArray ()
 
void Append (const ON_BrepRegion &)
 
void Append (int, const ON_BrepRegion *)
 
ON_BrepRegionAppendNew ()
 array operations //////////////////////////////////////////////////// More...
 
ON_BrepRegionArray ()
 
const ON_BrepRegionArray () const
 
ON_BrepRegionAt (int)
 At(index) returns nullptr if index < 0 or index >= count. More...
 
ON_BrepRegionAt (unsigned int)
 
ON_BrepRegionAt (ON__INT64)
 
ON_BrepRegionAt (ON__UINT64)
 
const ON_BrepRegionAt (int) const
 
const ON_BrepRegionAt (unsigned int) const
 
const ON_BrepRegionAt (ON__INT64) const
 
const ON_BrepRegionAt (ON__UINT64) 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
 
int Capacity () const
 
int Count () const
 query /////////////////////////////////////////////////////////////// More...
 
void Destroy ()
 
void EmergencyDestroy (void)
 emergency bailout /////////////////////////////////////////////////// More...
 
void Empty ()
 
ON_BrepRegionFirst ()
 
const ON_BrepRegionFirst () const
 
void Insert (int, const ON_BrepRegion &)
 Insert called with a reference uses operator =. More...
 
ON_BrepRegionKeepArray ()
 
ON_BrepRegionLast ()
 
const ON_BrepRegionLast () const
 
int NewCapacity () const
 
 operator const ON_BrepRegion * () const
 
 operator ON_BrepRegion * ()
 
ON_ClassArray< ON_BrepRegion > & operator= (const ON_ClassArray< ON_BrepRegion > &)
 Assignment operator. More...
 
ON_BrepRegionoperator[] (int)
 
ON_BrepRegionoperator[] (unsigned int)
 
ON_BrepRegionoperator[] (ON__INT64)
 
ON_BrepRegionoperator[] (ON__UINT64)
 
const ON_BrepRegionoperator[] (int) const
 
const ON_BrepRegionoperator[] (unsigned int) const
 
const ON_BrepRegionoperator[] (ON__INT64) const
 
const ON_BrepRegionoperator[] (ON__UINT64) const
 
bool Permute (const int *)
 
void Remove ()
 
void Remove (int)
 
ON_BrepRegionReserve (size_t)
 memory managment ///////////////////////////////////////////////// More...
 
void Reverse ()
 
int Search (const ON_BrepRegion *, int(*)(const ON_BrepRegion *, const ON_BrepRegion *)) const
 
void SetArray (ON_BrepRegion *)
 Do not use this version of SetArray(). Use the one that takes a pointer, count and capacity: SetArray(pointer,count,capacity) More...
 
void SetArray (ON_BrepRegion *, int, int)
 Expert user tool to set the memory used by the dyanmic array. More...
 
ON_BrepRegionSetCapacity (size_t)
 
void SetCount (int)
 low level memory managment ////////////////////////////////////////// More...
 
void Shrink ()
 
unsigned int SizeOfArray () const
 
unsigned int SizeOfElement () const
 
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepRegion *, const ON_BrepRegion *)) const
 Sort() fills in the index[] array so that array[index[i]] <= array[index[i+1]]. The array is not modified. More...
 
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepRegion *, const ON_BrepRegion *, void *), void *) const
 Sort() fills in the index[] array so that array[index[i]] <= array[index[i+1]]. The array is not modified. More...
 
void Swap (int, int)
 
unsigned int UnsignedCount () const
 
void Zero ()
 

Additional Inherited Members

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

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