QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
ON_3fVectorArray Class Reference

#include <opennurbs_array.h>

Inheritance diagram for ON_3fVectorArray:
ON_SimpleArray< ON_3fVector >

Public Member Functions

bool GetBBox (float boxmin[3], float boxmax[3], int bGrowBox=false) const
 
 ON_3fVectorArray ()
 
 ON_3fVectorArray (const ON_3fVectorArray &)
 
 ON_3fVectorArray (int)
 
ON_3fVectorArrayoperator= (const ON_3fVectorArray &)
 
bool SwapCoordinates (int, int)
 
bool Transform (const ON_Xform &)
 
- Public Member Functions inherited from ON_SimpleArray< ON_3fVector >
void Append (const ON_3fVector &)
 
void Append (int, const ON_3fVector *)
 
ON_3fVectorAppendNew ()
 
ON_3fVectorArray ()
 
const ON_3fVectorArray () const
 
ON_3fVectorAt (int)
 
const ON_3fVectorAt (int) const
 
int BinarySearch (const ON_3fVector *, int(*)(const ON_3fVector *, const ON_3fVector *)) const
 
int Capacity () const
 
int Count () const
 
ON__UINT32 DataCRC (ON__UINT32 current_remainder) const
 
void Destroy ()
 
void EmergencyDestroy (void)
 
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 ()
 
ON_3fVectorLast ()
 
const ON_3fVectorLast () const
 
void MemSet (unsigned char)
 
int NewCapacity () const
 
 ON_SimpleArray ()
 
 ON_SimpleArray (const ON_SimpleArray< ON_3fVector > &)
 
 ON_SimpleArray (int)
 
 operator const ON_3fVector * () const
 
 operator ON_3fVector * ()
 
virtual ON_SimpleArray< ON_3fVector > & operator= (const ON_SimpleArray< ON_3fVector > &)
 
ON_3fVectoroperator[] (int)
 
const ON_3fVectoroperator[] (int) const
 
bool Permute (const int *)
 
bool QuickSort (int(*)(const ON_3fVector *, const ON_3fVector *))
 
virtual ON_3fVectorRealloc (ON_3fVector *, int)
 
void Remove ()
 
virtual void Remove (int)
 
void Reserve (int)
 
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 *)
 
void SetCapacity (int)
 
void SetCount (int)
 
void Shrink ()
 
unsigned int SizeOfArray () const
 
bool Sort (ON::sort_algorithm, int *, int(*)(const ON_3fVector *, const ON_3fVector *)) const
 
bool Sort (ON::sort_algorithm, int *, int(*)(const ON_3fVector *, const ON_3fVector *, void *), void *) const
 
void Swap (int, int)
 
void Zero ()
 
virtual ~ON_SimpleArray ()
 

Additional Inherited Members

- Protected Member Functions inherited from ON_SimpleArray< ON_3fVector >
void Move (int, int, int)
 
- 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 c)

◆ ON_3fVectorArray() [3/3]

ON_3fVectorArray::ON_3fVectorArray ( const ON_3fVectorArray & src)

Member Function Documentation

◆ GetBBox()

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

◆ operator=()

ON_3fVectorArray & ON_3fVectorArray::operator= ( const ON_3fVectorArray & src)

◆ SwapCoordinates()

bool ON_3fVectorArray::SwapCoordinates ( int i,
int j )

◆ Transform()

bool ON_3fVectorArray::Transform ( const ON_Xform & xform)

The documentation for this class was generated from the following files: