ON_2fVectorArray Class Reference

#include <opennurbs_point.h>

Inheritance diagram for ON_2fVectorArray:
ON_SimpleArray< ON_2fVector >

Public Member Functions

 ON_2fVectorArray ()
 see ON_SimpleArray class definition comments for constructor documentation More...
 
 ON_2fVectorArray (int)
 
 ON_2fVectorArray (const ON_2fVectorArray &)
 
bool GetBBox (float boxmin[2], float boxmax[2], bool=false) const
 
ON_2fVectorArrayoperator= (const ON_2fVectorArray &)
 
bool SwapCoordinates (int, int)
 
bool Transform (const ON_Xform &)
 
- Public Member Functions inherited from ON_SimpleArray< ON_2fVector >
 ON_SimpleArray () ON_NOEXCEPT
 construction //////////////////////////////////////////////////////// More...
 
 ON_SimpleArray (const ON_SimpleArray< ON_2fVector > &)
 Copy constructor. More...
 
 ON_SimpleArray (size_t)
 
virtual ~ON_SimpleArray ()
 
void Append (const ON_2fVector &)
 
void Append (int, const ON_2fVector *)
 
ON_2fVectorAppendNew ()
 array operations //////////////////////////////////////////////////// More...
 
ON_2fVectorArray ()
 
const ON_2fVectorArray () const
 
ON_2fVectorAt (int)
 At(index) returns nullptr if index < 0 or index >= count. More...
 
ON_2fVectorAt (unsigned int)
 
ON_2fVectorAt (ON__INT64)
 
ON_2fVectorAt (ON__UINT64)
 
const ON_2fVectorAt (int) const
 
const ON_2fVectorAt (unsigned int) const
 
const ON_2fVectorAt (ON__INT64) const
 
const ON_2fVectorAt (ON__UINT64) const
 
int BinarySearch (const ON_2fVector *, int(*)(const ON_2fVector *, const ON_2fVector *)) const
 
int BinarySearch (const ON_2fVector *, int(*)(const ON_2fVector *, const ON_2fVector *), 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_2fVectorFirst ()
 
const ON_2fVectorFirst () const
 
bool HeapSort (int(*)(const ON_2fVector *, const ON_2fVector *))
 
void Insert (int, const ON_2fVector &)
 
ON_2fVectorKeepArray ()
 Expert user tool to take charge of the memory used by the dyanmic array. More...
 
ON_2fVectorLast ()
 
const ON_2fVectorLast () const
 
void MemSet (unsigned char)
 
int NewCapacity () const
 
 operator const ON_2fVector * () const
 
 operator ON_2fVector * ()
 
ON_SimpleArray< ON_2fVector > & operator= (const ON_SimpleArray< ON_2fVector > &)
 
ON_2fVectoroperator[] (int)
 
ON_2fVectoroperator[] (unsigned int)
 
ON_2fVectoroperator[] (ON__INT64)
 
ON_2fVectoroperator[] (ON__UINT64)
 
const ON_2fVectoroperator[] (int) const
 
const ON_2fVectoroperator[] (unsigned int) const
 
const ON_2fVectoroperator[] (ON__INT64) const
 
const ON_2fVectoroperator[] (ON__UINT64) const
 
bool Permute (const int *)
 
bool QuickSort (int(*)(const ON_2fVector *, const ON_2fVector *))
 
virtual ON_2fVectorRealloc (ON_2fVector *, int)
 low level memory managment ////////////////////////////////////////// More...
 
void Remove ()
 
virtual void Remove (int)
 
ON_2fVectorReserve (size_t)
 memory managment //////////////////////////////////////////////////// More...
 
void Reverse ()
 
int Search (const ON_2fVector &) const
 
int Search (const ON_2fVector *, int(*)(const ON_2fVector *, const ON_2fVector *)) const
 
void SetArray (ON_2fVector *)
 Do not use this version of SetArray(). Use the one that takes a pointer, count and capacity. More...
 
void SetArray (ON_2fVector *, int, int)
 Expert user tool to set the memory used by the dyanmic array. More...
 
ON_2fVectorSetCapacity (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_2fVector *, const ON_2fVector *)) 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_2fVector *, const ON_2fVector *, 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_2fVector >
void Move (int, int, int)
 implimentation ////////////////////////////////////////////////////// More...
 
- Protected Attributes inherited from ON_SimpleArray< ON_2fVector >
ON_2fVectorm_a
 
int m_capacity
 
int m_count
 

Constructor & Destructor Documentation

◆ ON_2fVectorArray() [1/3]

ON_2fVectorArray::ON_2fVectorArray ( )

see ON_SimpleArray class definition comments for constructor documentation

◆ ON_2fVectorArray() [2/3]

ON_2fVectorArray::ON_2fVectorArray ( int  )

◆ ON_2fVectorArray() [3/3]

ON_2fVectorArray::ON_2fVectorArray ( const ON_2fVectorArray )

Member Function Documentation

◆ GetBBox()

bool ON_2fVectorArray::GetBBox ( float  boxmin[2],
float  boxmax[2],
bool  = false 
) const

◆ operator=()

ON_2fVectorArray& ON_2fVectorArray::operator= ( const ON_2fVectorArray )

◆ SwapCoordinates()

bool ON_2fVectorArray::SwapCoordinates ( int  ,
int   
)

◆ Transform()

bool ON_2fVectorArray::Transform ( const ON_Xform )