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

#include <opennurbs_array.h>

Inheritance diagram for ON_2fPointArray:
ON_SimpleArray< ON_2fPoint >

Public Member Functions

bool GetBBox (float boxmin[2], float boxmax[2], int bGrowBox=false) const
 
 ON_2fPointArray ()
 
 ON_2fPointArray (const ON_2fPointArray &)
 
 ON_2fPointArray (int)
 
ON_2fPointArrayoperator= (const ON_2fPointArray &)
 
bool SwapCoordinates (int, int)
 
bool Transform (const ON_Xform &)
 
- Public Member Functions inherited from ON_SimpleArray< ON_2fPoint >
void Append (const ON_2fPoint &)
 
void Append (int, const ON_2fPoint *)
 
ON_2fPointAppendNew ()
 
ON_2fPointArray ()
 
const ON_2fPointArray () const
 
ON_2fPointAt (int)
 
const ON_2fPointAt (int) const
 
int BinarySearch (const ON_2fPoint *, int(*)(const ON_2fPoint *, const ON_2fPoint *)) const
 
int Capacity () const
 
int Count () const
 
ON__UINT32 DataCRC (ON__UINT32 current_remainder) const
 
void Destroy ()
 
void EmergencyDestroy (void)
 
void Empty ()
 
ON_2fPointFirst ()
 
const ON_2fPointFirst () const
 
bool HeapSort (int(*)(const ON_2fPoint *, const ON_2fPoint *))
 
void Insert (int, const ON_2fPoint &)
 
ON_2fPointKeepArray ()
 
ON_2fPointLast ()
 
const ON_2fPointLast () const
 
void MemSet (unsigned char)
 
int NewCapacity () const
 
 ON_SimpleArray ()
 
 ON_SimpleArray (const ON_SimpleArray< ON_2fPoint > &)
 
 ON_SimpleArray (int)
 
 operator const ON_2fPoint * () const
 
 operator ON_2fPoint * ()
 
virtual ON_SimpleArray< ON_2fPoint > & operator= (const ON_SimpleArray< ON_2fPoint > &)
 
ON_2fPointoperator[] (int)
 
const ON_2fPointoperator[] (int) const
 
bool Permute (const int *)
 
bool QuickSort (int(*)(const ON_2fPoint *, const ON_2fPoint *))
 
virtual ON_2fPointRealloc (ON_2fPoint *, int)
 
void Remove ()
 
virtual void Remove (int)
 
void Reserve (int)
 
void Reverse ()
 
int Search (const ON_2fPoint &) const
 
int Search (const ON_2fPoint *, int(*)(const ON_2fPoint *, const ON_2fPoint *)) const
 
void SetArray (ON_2fPoint *)
 
void SetCapacity (int)
 
void SetCount (int)
 
void Shrink ()
 
unsigned int SizeOfArray () const
 
bool Sort (ON::sort_algorithm, int *, int(*)(const ON_2fPoint *, const ON_2fPoint *)) const
 
bool Sort (ON::sort_algorithm, int *, int(*)(const ON_2fPoint *, const ON_2fPoint *, void *), void *) const
 
void Swap (int, int)
 
void Zero ()
 
virtual ~ON_SimpleArray ()
 

Additional Inherited Members

- Protected Member Functions inherited from ON_SimpleArray< ON_2fPoint >
void Move (int, int, int)
 
- Protected Attributes inherited from ON_SimpleArray< ON_2fPoint >
ON_2fPointm_a
 
int m_capacity
 
int m_count
 

Constructor & Destructor Documentation

◆ ON_2fPointArray() [1/3]

ON_2fPointArray::ON_2fPointArray ( )

◆ ON_2fPointArray() [2/3]

ON_2fPointArray::ON_2fPointArray ( int c)

◆ ON_2fPointArray() [3/3]

ON_2fPointArray::ON_2fPointArray ( const ON_2fPointArray & src)

Member Function Documentation

◆ GetBBox()

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

◆ operator=()

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

◆ SwapCoordinates()

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

◆ Transform()

bool ON_2fPointArray::Transform ( const ON_Xform & xform)

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