ON_BrepFaceSideArray Class Reference

#include <opennurbs_brep.h>

Inheritance diagram for ON_BrepFaceSideArray:
ON_ObjectArray< ON_BrepFaceSide > ON_ClassArray< ON_BrepFaceSide >

Public Member Functions

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

Constructor & Destructor Documentation

◆ ON_BrepFaceSideArray()

ON_BrepFaceSideArray::ON_BrepFaceSideArray ( )

◆ ~ON_BrepFaceSideArray()

ON_BrepFaceSideArray::~ON_BrepFaceSideArray ( )

Member Function Documentation

◆ Read()

bool ON_BrepFaceSideArray::Read ( ON_BinaryArchive )

◆ SizeOf()

unsigned int ON_BrepFaceSideArray::SizeOf ( ) const

◆ Write()

bool ON_BrepFaceSideArray::Write ( ON_BinaryArchive ) const