Rhino C++ API  8.5
Public Member Functions | List of all members
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 (const ON_ObjectArray< ON_BrepFaceSide > &)
 
 ON_ObjectArray (size_t)
 size_t parameter = initial capacity More...
 
 ~ON_ObjectArray ()
 override for struct member deallocation, etc. More...
 
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 *))
 
ON_BrepFaceSideRealloc (ON_BrepFaceSide *, int)
 
- Public Member Functions inherited from ON_ClassArray< ON_BrepFaceSide >
 ON_ClassArray () ON_NOEXCEPT
 construction //////////////////////////////////////////////////////// More...
 
 ON_ClassArray (const ON_ClassArray< ON_BrepFaceSide > &)
 Copy constructor. More...
 
 ON_ClassArray (size_t)
 size_t parameter = initial capacity More...
 
virtual ~ON_ClassArray ()
 override for struct member deallocation, etc. More...
 
void Append (const ON_BrepFaceSide &)
 
void Append (int, const ON_BrepFaceSide *)
 Append copy of an array T[count]. More...
 
ON_BrepFaceSideAppendNew ()
 array operations //////////////////////////////////////////////////// More...
 
ON_BrepFaceSideArray ()
 The Array() function return the. More...
 
const ON_BrepFaceSideArray () const
 m_a pointer value. More...
 
ON_BrepFaceSideAt (int)
 At(index) returns nullptr if index < 0 or index >= count. More...
 
const ON_BrepFaceSideAt (int) const
 
ON_BrepFaceSideAt (ON__INT64)
 
const ON_BrepFaceSideAt (ON__INT64) const
 
ON_BrepFaceSideAt (ON__UINT64)
 
const ON_BrepFaceSideAt (ON__UINT64) const
 
ON_BrepFaceSideAt (unsigned int)
 
const ON_BrepFaceSideAt (unsigned int) const
 
int BinarySearch (const ON_BrepFaceSide *, int(*)(const ON_BrepFaceSide *, const ON_BrepFaceSide *)) const
 See Also: ON_CompareIncreasing<T> and ON_CompareDeccreasing<T> More...
 
int BinarySearch (const ON_BrepFaceSide *, int(*)(const ON_BrepFaceSide *, const ON_BrepFaceSide *), int) const
 
int Capacity () const
 capacity of array More...
 
int Count () const
 query /////////////////////////////////////////////////////////////// More...
 
void Destroy ()
 onfree any memory and set count and capacity to zero More...
 
void EmergencyDestroy (void)
 emergency bailout /////////////////////////////////////////////////// More...
 
void Empty ()
 Sets count to 0, leaves capacity untouched. More...
 
ON_BrepFaceSideFirst ()
 
const ON_BrepFaceSideFirst () const
 returns nullptr if count = 0 More...
 
void Insert (int, const ON_BrepFaceSide &)
 Insert called with a reference uses operator =. More...
 
int InsertInSortedList (const ON_BrepFaceSide &, int(*)(const ON_BrepFaceSide *, const ON_BrepFaceSide *))
 
int InsertInSortedList (const ON_BrepFaceSide &, int(*)(const ON_BrepFaceSide *, const ON_BrepFaceSide *), int)
 
ON_BrepFaceSideKeepArray ()
 
ON_BrepFaceSideLast ()
 
const ON_BrepFaceSideLast () const
 returns nullptr if count = 0 More...
 
int NewCapacity () const
 
 operator const ON_BrepFaceSide * () const
 
 operator ON_BrepFaceSide * ()
 The cast operators return a pointer. More...
 
ON_ClassArray< ON_BrepFaceSide > & operator= (const ON_ClassArray< ON_BrepFaceSide > &)
 Assignment operator. More...
 
ON_BrepFaceSideoperator[] (int)
 
const ON_BrepFaceSideoperator[] (int) const
 
ON_BrepFaceSideoperator[] (ON__INT64)
 
const ON_BrepFaceSideoperator[] (ON__INT64) const
 
ON_BrepFaceSideoperator[] (ON__UINT64)
 
const ON_BrepFaceSideoperator[] (ON__UINT64) const
 
ON_BrepFaceSideoperator[] (unsigned int)
 
const ON_BrepFaceSideoperator[] (unsigned int) const
 
bool Permute (const int *)
 
void Remove ()
 
void Remove (int)
 
ON_BrepFaceSideReserve (size_t)
 memory management ///////////////////////////////////////////////// More...
 
void Reverse ()
 reverse order More...
 
int Search (const ON_BrepFaceSide *, int(*)(const ON_BrepFaceSide *, const ON_BrepFaceSide *)) const
 
void SetArray (ON_BrepFaceSide *)
 
void SetArray (ON_BrepFaceSide *, int, int)
 
ON_BrepFaceSideSetCapacity (size_t)
 
void SetCount (int)
 low level memory management ////////////////////////////////////////// More...
 
void Shrink ()
 remove unused capacity More...
 
unsigned int SizeOfArray () const
 amount of memory in the m_a[] array More...
 
unsigned int SizeOfElement () const
 amount of memory in an m_a[] array element More...
 
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepFaceSide *, const ON_BrepFaceSide *)) const
 
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_BrepFaceSide *, const ON_BrepFaceSide *, void *), void *) const
 
void Swap (int, int)
 swap elements i and j More...
 
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)
 implementation ////////////////////////////////////////////////////// More...
 
- Protected Attributes inherited from ON_ClassArray< ON_BrepFaceSide >
ON_BrepFaceSidem_a
 pointer to array memory More...
 
int m_capacity
 actual length of m_a[] More...
 
int m_count
 0 <= m_count <= m_capacity More...
 

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