ON_BrepLoopArray Class Reference

#include <opennurbs_brep.h>

Inheritance diagram for ON_BrepLoopArray:
ON_ObjectArray< ON_BrepLoop > ON_ClassArray< ON_BrepLoop >

Public Member Functions

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

Constructor & Destructor Documentation

◆ ON_BrepLoopArray()

ON_BrepLoopArray::ON_BrepLoopArray ( )

◆ ~ON_BrepLoopArray()

ON_BrepLoopArray::~ON_BrepLoopArray ( )

Member Function Documentation

◆ Read()

bool ON_BrepLoopArray::Read ( ON_BinaryArchive )

◆ SizeOf()

unsigned int ON_BrepLoopArray::SizeOf ( ) const

◆ Write()

bool ON_BrepLoopArray::Write ( ON_BinaryArchive ) const