ON_3fVectorArray Class Reference

#include <opennurbs_point.h>

Inheritance diagram for ON_3fVectorArray:
ON_SimpleArray< ON_3fVector >

Public Member Functions

 ON_3fVectorArray ()
 
 ON_3fVectorArray (int)
 
 ON_3fVectorArray (const ON_3fVectorArray &)
 
bool GetBBox (float boxmin[3], float boxmax[3], bool bGrowBox=false) const
 
ON_3fVectorArrayoperator= (const ON_3fVectorArray &)
 
bool SwapCoordinates (int, int)
 
bool Transform (const ON_Xform &)
 
- Public Member Functions inherited from ON_SimpleArray< ON_3fVector >
 ON_SimpleArray () ON_NOEXCEPT
 construction //////////////////////////////////////////////////////// More...
 
 ON_SimpleArray (const ON_SimpleArray< ON_3fVector > &)
 Copy constructor. More...
 
 ON_SimpleArray (size_t)
 
virtual ~ON_SimpleArray ()
 
void Append (const ON_3fVector &)
 
void Append (int, const ON_3fVector *)
 
ON_3fVectorAppendNew ()
 array operations //////////////////////////////////////////////////// More...
 
ON_3fVectorArray ()
 
const ON_3fVectorArray () const
 
ON_3fVectorAt (int)
 At(index) returns nullptr if index < 0 or index >= count. More...
 
ON_3fVectorAt (unsigned int)
 
ON_3fVectorAt (ON__INT64)
 
ON_3fVectorAt (ON__UINT64)
 
const ON_3fVectorAt (int) const
 
const ON_3fVectorAt (unsigned int) const
 
const ON_3fVectorAt (ON__INT64) const
 
const ON_3fVectorAt (ON__UINT64) const
 
int BinarySearch (const ON_3fVector *, int(*)(const ON_3fVector *, const ON_3fVector *)) const
 
int BinarySearch (const ON_3fVector *, int(*)(const ON_3fVector *, const ON_3fVector *), 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_3fVectorFirst ()
 
const ON_3fVectorFirst () const
 
bool HeapSort (int(*)(const ON_3fVector *, const ON_3fVector *))
 
void Insert (int, const ON_3fVector &)
 
ON_3fVectorKeepArray ()
 Expert user tool to take charge of the memory used by the dyanmic array. More...
 
ON_3fVectorLast ()
 
const ON_3fVectorLast () const
 
void MemSet (unsigned char)
 
int NewCapacity () const
 
 operator const ON_3fVector * () const
 
 operator ON_3fVector * ()
 
ON_SimpleArray< ON_3fVector > & operator= (const ON_SimpleArray< ON_3fVector > &)
 
ON_3fVectoroperator[] (int)
 
ON_3fVectoroperator[] (unsigned int)
 
ON_3fVectoroperator[] (ON__INT64)
 
ON_3fVectoroperator[] (ON__UINT64)
 
const ON_3fVectoroperator[] (int) const
 
const ON_3fVectoroperator[] (unsigned int) const
 
const ON_3fVectoroperator[] (ON__INT64) const
 
const ON_3fVectoroperator[] (ON__UINT64) const
 
bool Permute (const int *)
 
bool QuickSort (int(*)(const ON_3fVector *, const ON_3fVector *))
 
virtual ON_3fVectorRealloc (ON_3fVector *, int)
 low level memory managment ////////////////////////////////////////// More...
 
void Remove ()
 
virtual void Remove (int)
 
ON_3fVectorReserve (size_t)
 memory managment //////////////////////////////////////////////////// More...
 
void Reverse ()
 
int Search (const ON_3fVector &) const
 
int Search (const ON_3fVector *, int(*)(const ON_3fVector *, const ON_3fVector *)) const
 
void SetArray (ON_3fVector *)
 Do not use this version of SetArray(). Use the one that takes a pointer, count and capacity. More...
 
void SetArray (ON_3fVector *, int, int)
 Expert user tool to set the memory used by the dyanmic array. More...
 
ON_3fVectorSetCapacity (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_3fVector *, const ON_3fVector *)) 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_3fVector *, const ON_3fVector *, 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_3fVector >
void Move (int, int, int)
 implimentation ////////////////////////////////////////////////////// More...
 
- Protected Attributes inherited from ON_SimpleArray< ON_3fVector >
ON_3fVectorm_a
 
int m_capacity
 
int m_count
 

Constructor & Destructor Documentation

◆ ON_3fVectorArray() [1/3]

ON_3fVectorArray::ON_3fVectorArray ( )

◆ ON_3fVectorArray() [2/3]

ON_3fVectorArray::ON_3fVectorArray ( int  )

◆ ON_3fVectorArray() [3/3]

ON_3fVectorArray::ON_3fVectorArray ( const ON_3fVectorArray )

Member Function Documentation

◆ GetBBox()

bool ON_3fVectorArray::GetBBox ( float  boxmin[3],
float  boxmax[3],
bool  bGrowBox = false 
) const

◆ operator=()

ON_3fVectorArray& ON_3fVectorArray::operator= ( const ON_3fVectorArray )

◆ SwapCoordinates()

bool ON_3fVectorArray::SwapCoordinates ( int  ,
int   
)

◆ Transform()

bool ON_3fVectorArray::Transform ( const ON_Xform )