ON_4dPointArray Class Reference

#include <opennurbs_point.h>

Inheritance diagram for ON_4dPointArray:
ON_SimpleArray< ON_4dPoint >

Public Member Functions

 ON_4dPointArray ()
 see ON_SimpleArray class definition comments for constructor documentation More...
 
 ON_4dPointArray (int)
 
 ON_4dPointArray (const ON_4dPointArray &)
 
ON_4dPointArrayoperator= (const ON_4dPointArray &)
 
bool SwapCoordinates (int, int)
 
bool Transform (const ON_Xform &)
 
- Public Member Functions inherited from ON_SimpleArray< ON_4dPoint >
 ON_SimpleArray () ON_NOEXCEPT
 construction //////////////////////////////////////////////////////// More...
 
 ON_SimpleArray (const ON_SimpleArray< ON_4dPoint > &)
 Copy constructor. More...
 
 ON_SimpleArray (size_t)
 
virtual ~ON_SimpleArray ()
 
void Append (const ON_4dPoint &)
 
void Append (int, const ON_4dPoint *)
 
ON_4dPointAppendNew ()
 array operations //////////////////////////////////////////////////// More...
 
ON_4dPointArray ()
 
const ON_4dPointArray () const
 
ON_4dPointAt (int)
 At(index) returns nullptr if index < 0 or index >= count. More...
 
ON_4dPointAt (unsigned int)
 
ON_4dPointAt (ON__INT64)
 
ON_4dPointAt (ON__UINT64)
 
const ON_4dPointAt (int) const
 
const ON_4dPointAt (unsigned int) const
 
const ON_4dPointAt (ON__INT64) const
 
const ON_4dPointAt (ON__UINT64) const
 
int BinarySearch (const ON_4dPoint *, int(*)(const ON_4dPoint *, const ON_4dPoint *)) const
 
int BinarySearch (const ON_4dPoint *, int(*)(const ON_4dPoint *, const ON_4dPoint *), int) const
 
int Capacity () const
 
int Count () const
 query /////////////////////////////////////////////////////////////// More...
 
ON__UINT32 DataCRC (ON__UINT32 current_remainder) const
 
void Destroy ()
 
void EmergencyDestroy (void)
 emergency bailout /////////////////////////////////////////////////// More...
 
void Empty ()
 
ON_4dPointFirst ()
 
const ON_4dPointFirst () const
 
bool HeapSort (int(*)(const ON_4dPoint *, const ON_4dPoint *))
 
void Insert (int, const ON_4dPoint &)
 
ON_4dPointKeepArray ()
 Expert user tool to take charge of the memory used by the dyanmic array. More...
 
ON_4dPointLast ()
 
const ON_4dPointLast () const
 
void MemSet (unsigned char)
 
int NewCapacity () const
 
 operator const ON_4dPoint * () const
 
 operator ON_4dPoint * ()
 
ON_SimpleArray< ON_4dPoint > & operator= (const ON_SimpleArray< ON_4dPoint > &)
 
ON_4dPointoperator[] (int)
 
ON_4dPointoperator[] (unsigned int)
 
ON_4dPointoperator[] (ON__INT64)
 
ON_4dPointoperator[] (ON__UINT64)
 
const ON_4dPointoperator[] (int) const
 
const ON_4dPointoperator[] (unsigned int) const
 
const ON_4dPointoperator[] (ON__INT64) const
 
const ON_4dPointoperator[] (ON__UINT64) const
 
bool Permute (const int *)
 
bool QuickSort (int(*)(const ON_4dPoint *, const ON_4dPoint *))
 
virtual ON_4dPointRealloc (ON_4dPoint *, int)
 low level memory managment ////////////////////////////////////////// More...
 
void Remove ()
 
virtual void Remove (int)
 
ON_4dPointReserve (size_t)
 memory managment //////////////////////////////////////////////////// More...
 
void Reverse ()
 
int Search (const ON_4dPoint &) const
 
int Search (const ON_4dPoint *, int(*)(const ON_4dPoint *, const ON_4dPoint *)) const
 
void SetArray (ON_4dPoint *)
 Do not use this version of SetArray(). Use the one that takes a pointer, count and capacity. More...
 
void SetArray (ON_4dPoint *, int, int)
 Expert user tool to set the memory used by the dyanmic array. More...
 
ON_4dPointSetCapacity (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_4dPoint *, const ON_4dPoint *)) 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_4dPoint *, const ON_4dPoint *, 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_SimpleArray< ON_4dPoint >
void Move (int, int, int)
 implimentation ////////////////////////////////////////////////////// More...
 
- Protected Attributes inherited from ON_SimpleArray< ON_4dPoint >
ON_4dPointm_a
 
int m_capacity
 
int m_count
 

Constructor & Destructor Documentation

◆ ON_4dPointArray() [1/3]

ON_4dPointArray::ON_4dPointArray ( )

see ON_SimpleArray class definition comments for constructor documentation

◆ ON_4dPointArray() [2/3]

ON_4dPointArray::ON_4dPointArray ( int  )

◆ ON_4dPointArray() [3/3]

ON_4dPointArray::ON_4dPointArray ( const ON_4dPointArray )

Member Function Documentation

◆ operator=()

ON_4dPointArray& ON_4dPointArray::operator= ( const ON_4dPointArray )

◆ SwapCoordinates()

bool ON_4dPointArray::SwapCoordinates ( int  ,
int   
)

◆ Transform()

bool ON_4dPointArray::Transform ( const ON_Xform )