ON_3dVectorArray Class Reference

#include <opennurbs_point.h>

Inheritance diagram for ON_3dVectorArray:
ON_SimpleArray< ON_3dVector >

Public Member Functions

 ON_3dVectorArray ()
 
 ON_3dVectorArray (int)
 
 ON_3dVectorArray (const ON_3dVectorArray &)
 
bool GetBBox (double boxmin[3], double boxmax[3], bool bGrowBow=false) const
 
ON_3dVectorArrayoperator= (const ON_3dVectorArray &)
 
bool SwapCoordinates (int, int)
 
bool Transform (const ON_Xform &)
 
- Public Member Functions inherited from ON_SimpleArray< ON_3dVector >
 ON_SimpleArray () ON_NOEXCEPT
 construction //////////////////////////////////////////////////////// More...
 
 ON_SimpleArray (const ON_SimpleArray< ON_3dVector > &)
 Copy constructor. More...
 
 ON_SimpleArray (size_t)
 
virtual ~ON_SimpleArray ()
 
void Append (const ON_3dVector &)
 
void Append (int, const ON_3dVector *)
 
ON_3dVectorAppendNew ()
 array operations //////////////////////////////////////////////////// More...
 
ON_3dVectorArray ()
 
const ON_3dVectorArray () const
 
ON_3dVectorAt (int)
 At(index) returns nullptr if index < 0 or index >= count. More...
 
ON_3dVectorAt (unsigned int)
 
ON_3dVectorAt (ON__INT64)
 
ON_3dVectorAt (ON__UINT64)
 
const ON_3dVectorAt (int) const
 
const ON_3dVectorAt (unsigned int) const
 
const ON_3dVectorAt (ON__INT64) const
 
const ON_3dVectorAt (ON__UINT64) const
 
int BinarySearch (const ON_3dVector *, int(*)(const ON_3dVector *, const ON_3dVector *)) const
 
int BinarySearch (const ON_3dVector *, int(*)(const ON_3dVector *, const ON_3dVector *), 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_3dVectorFirst ()
 
const ON_3dVectorFirst () const
 
bool HeapSort (int(*)(const ON_3dVector *, const ON_3dVector *))
 
void Insert (int, const ON_3dVector &)
 
ON_3dVectorKeepArray ()
 Expert user tool to take charge of the memory used by the dyanmic array. More...
 
ON_3dVectorLast ()
 
const ON_3dVectorLast () const
 
void MemSet (unsigned char)
 
int NewCapacity () const
 
 operator const ON_3dVector * () const
 
 operator ON_3dVector * ()
 
ON_SimpleArray< ON_3dVector > & operator= (const ON_SimpleArray< ON_3dVector > &)
 
ON_3dVectoroperator[] (int)
 
ON_3dVectoroperator[] (unsigned int)
 
ON_3dVectoroperator[] (ON__INT64)
 
ON_3dVectoroperator[] (ON__UINT64)
 
const ON_3dVectoroperator[] (int) const
 
const ON_3dVectoroperator[] (unsigned int) const
 
const ON_3dVectoroperator[] (ON__INT64) const
 
const ON_3dVectoroperator[] (ON__UINT64) const
 
bool Permute (const int *)
 
bool QuickSort (int(*)(const ON_3dVector *, const ON_3dVector *))
 
virtual ON_3dVectorRealloc (ON_3dVector *, int)
 low level memory managment ////////////////////////////////////////// More...
 
void Remove ()
 
virtual void Remove (int)
 
ON_3dVectorReserve (size_t)
 memory managment //////////////////////////////////////////////////// More...
 
void Reverse ()
 
int Search (const ON_3dVector &) const
 
int Search (const ON_3dVector *, int(*)(const ON_3dVector *, const ON_3dVector *)) const
 
void SetArray (ON_3dVector *)
 Do not use this version of SetArray(). Use the one that takes a pointer, count and capacity. More...
 
void SetArray (ON_3dVector *, int, int)
 Expert user tool to set the memory used by the dyanmic array. More...
 
ON_3dVectorSetCapacity (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_3dVector *, const ON_3dVector *)) 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_3dVector *, const ON_3dVector *, 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_3dVector >
void Move (int, int, int)
 implimentation ////////////////////////////////////////////////////// More...
 
- Protected Attributes inherited from ON_SimpleArray< ON_3dVector >
ON_3dVectorm_a
 
int m_capacity
 
int m_count
 

Constructor & Destructor Documentation

◆ ON_3dVectorArray() [1/3]

ON_3dVectorArray::ON_3dVectorArray ( )

◆ ON_3dVectorArray() [2/3]

ON_3dVectorArray::ON_3dVectorArray ( int  )

◆ ON_3dVectorArray() [3/3]

ON_3dVectorArray::ON_3dVectorArray ( const ON_3dVectorArray )

Member Function Documentation

◆ GetBBox()

bool ON_3dVectorArray::GetBBox ( double  boxmin[3],
double  boxmax[3],
bool  bGrowBow = false 
) const

◆ operator=()

ON_3dVectorArray& ON_3dVectorArray::operator= ( const ON_3dVectorArray )

◆ SwapCoordinates()

bool ON_3dVectorArray::SwapCoordinates ( int  ,
int   
)

◆ Transform()

bool ON_3dVectorArray::Transform ( const ON_Xform )