ON_BrepFaceArray Class Reference

#include <opennurbs_brep.h>

Inheritance diagram for ON_BrepFaceArray:
ON_ObjectArray< ON_BrepFace > ON_ClassArray< ON_BrepFace >

Public Member Functions

 ON_BrepFaceArray ()
 
 ~ON_BrepFaceArray ()
 
bool Read (ON_BinaryArchive &)
 
unsigned int SizeOf () const
 
bool Write (ON_BinaryArchive &) const
 
- Public Member Functions inherited from ON_ObjectArray< ON_BrepFace >
 ON_ObjectArray ()
 Class ON_ObjectArray<> More...
 
 ON_ObjectArray (size_t)
 
 ON_ObjectArray (const ON_ObjectArray< ON_BrepFace > &)
 
 ~ON_ObjectArray ()
 
ON__UINT32 DataCRC (ON__UINT32 current_remainder) const
 
bool HeapSort (int(*)(const ON_BrepFace *, const ON_BrepFace *))
 
ON_ObjectArray< ON_BrepFace > & operator= (const ON_ObjectArray< ON_BrepFace > &)
 
bool QuickSort (int(*)(const ON_BrepFace *, const ON_BrepFace *))
 Sorts the array using the heap sort algorithm. More...
 
ON_BrepFaceRealloc (ON_BrepFace *, int)
 low level memory managment /////////////////////////////////////// More...
 
- Public Member Functions inherited from ON_ClassArray< ON_BrepFace >
 ON_ClassArray () ON_NOEXCEPT
 construction //////////////////////////////////////////////////////// More...
 
 ON_ClassArray (size_t)
 
 ON_ClassArray (const ON_ClassArray< ON_BrepFace > &)
 Copy constructor. More...
 
virtual ~ON_ClassArray ()
 
void Append (const ON_BrepFace &)
 
void Append (int, const ON_BrepFace *)
 
ON_BrepFaceAppendNew ()
 array operations //////////////////////////////////////////////////// More...
 
ON_BrepFaceArray ()
 
const ON_BrepFaceArray () const
 
ON_BrepFaceAt (int)
 At(index) returns nullptr if index < 0 or index >= count. More...
 
ON_BrepFaceAt (unsigned int)
 
ON_BrepFaceAt (ON__INT64)
 
ON_BrepFaceAt (ON__UINT64)
 
const ON_BrepFaceAt (int) const
 
const ON_BrepFaceAt (unsigned int) const
 
const ON_BrepFaceAt (ON__INT64) const
 
const ON_BrepFaceAt (ON__UINT64) const
 
int BinarySearch (const ON_BrepFace *, int(*)(const ON_BrepFace *, const ON_BrepFace *)) const
 
int BinarySearch (const ON_BrepFace *, int(*)(const ON_BrepFace *, const ON_BrepFace *), int) const
 
int Capacity () const
 
int Count () const
 query /////////////////////////////////////////////////////////////// More...
 
void Destroy ()
 
void EmergencyDestroy (void)
 emergency bailout /////////////////////////////////////////////////// More...
 
void Empty ()
 
ON_BrepFaceFirst ()
 
const ON_BrepFaceFirst () const
 
void Insert (int, const ON_BrepFace &)
 Insert called with a reference uses operator =. More...
 
ON_BrepFaceKeepArray ()
 
ON_BrepFaceLast ()
 
const ON_BrepFaceLast () const
 
int NewCapacity () const
 
 operator const ON_BrepFace * () const
 
 operator ON_BrepFace * ()
 
ON_ClassArray< ON_BrepFace > & operator= (const ON_ClassArray< ON_BrepFace > &)
 Assignment operator. More...
 
ON_BrepFaceoperator[] (int)
 
ON_BrepFaceoperator[] (unsigned int)
 
ON_BrepFaceoperator[] (ON__INT64)
 
ON_BrepFaceoperator[] (ON__UINT64)
 
const ON_BrepFaceoperator[] (int) const
 
const ON_BrepFaceoperator[] (unsigned int) const
 
const ON_BrepFaceoperator[] (ON__INT64) const
 
const ON_BrepFaceoperator[] (ON__UINT64) const
 
bool Permute (const int *)
 
void Remove ()
 
void Remove (int)
 
ON_BrepFaceReserve (size_t)
 memory managment ///////////////////////////////////////////////// More...
 
void Reverse ()
 
int Search (const ON_BrepFace *, int(*)(const ON_BrepFace *, const ON_BrepFace *)) const
 
void SetArray (ON_BrepFace *)
 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_BrepFace *, int, int)
 Expert user tool to set the memory used by the dyanmic array. More...
 
ON_BrepFaceSetCapacity (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_BrepFace *, const ON_BrepFace *)) 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_BrepFace *, const ON_BrepFace *, 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_BrepFace >
void ConstructDefaultElement (ON_BrepFace *)
 
void DestroyElement (ON_BrepFace &)
 
void Move (int, int, int)
 implimentation ////////////////////////////////////////////////////// More...
 
- Protected Attributes inherited from ON_ClassArray< ON_BrepFace >
ON_BrepFacem_a
 
int m_capacity
 
int m_count
 

Constructor & Destructor Documentation

◆ ON_BrepFaceArray()

ON_BrepFaceArray::ON_BrepFaceArray ( )

◆ ~ON_BrepFaceArray()

ON_BrepFaceArray::~ON_BrepFaceArray ( )

Member Function Documentation

◆ Read()

bool ON_BrepFaceArray::Read ( ON_BinaryArchive )

◆ SizeOf()

unsigned int ON_BrepFaceArray::SizeOf ( ) const

◆ Write()

bool ON_BrepFaceArray::Write ( ON_BinaryArchive ) const