Point Cloud Library (PCL) 1.15.1
Loading...
Searching...
No Matches
ON_4dPointArray Class Reference

#include <pcl/surface/3rdparty/opennurbs/opennurbs_array.h>

Inheritance diagram for ON_4dPointArray:

Public Member Functions

 ON_4dPointArray ()
 ON_4dPointArray (int)
 ON_4dPointArray (const ON_4dPointArray &)
ON_4dPointArrayoperator= (const ON_4dPointArray &)
bool Transform (const ON_Xform &)
bool SwapCoordinates (int, int)
Public Member Functions inherited from ON_SimpleArray< ON_4dPoint >
 ON_SimpleArray ()
virtual ~ON_SimpleArray ()
virtual ON_SimpleArray< ON_4dPoint > & operator= (const ON_SimpleArray< ON_4dPoint > &)
void EmergencyDestroy (void)
int Count () const
unsigned int UnsignedCount () const
int Capacity () const
unsigned int SizeOfArray () const
unsigned int SizeOfElement () const
ON__UINT32 DataCRC (ON__UINT32 current_remainder) const
ON_4dPointoperator[] (int)
 operator ON_4dPoint * ()
 operator const ON_4dPoint * () const
ON_4dPointFirst ()
ON_4dPointAt (int)
ON_4dPointLast ()
ON_4dPointAppendNew ()
void Append (const ON_4dPoint &)
void Insert (int, const ON_4dPoint &)
void Remove ()
void Empty ()
void Reverse ()
void Swap (int, int)
int Search (const ON_4dPoint &) const
int BinarySearch (const ON_4dPoint *, int(*)(const ON_4dPoint *, const ON_4dPoint *)) const
bool HeapSort (int(*)(const ON_4dPoint *, const ON_4dPoint *))
bool QuickSort (int(*)(const ON_4dPoint *, const ON_4dPoint *))
bool Sort (ON::sort_algorithm sort_algorithm, int *, int(*)(const ON_4dPoint *, const ON_4dPoint *)) const
bool Permute (const int *)
void Zero ()
void MemSet (unsigned char)
void Reserve (int)
void Shrink ()
void Destroy ()
virtual ON_4dPointRealloc (ON_4dPoint *, int)
ON_4dPointArray ()
void SetCount (int)
void SetCapacity (int)
int NewCapacity () const
ON_4dPointKeepArray ()
void SetArray (ON_4dPoint *)

Additional Inherited Members

Protected Member Functions inherited from ON_SimpleArray< ON_4dPoint >
void Move (int, int, int)
Protected Attributes inherited from ON_SimpleArray< ON_4dPoint >
ON_4dPointm_a
int m_count
int m_capacity

Detailed Description

Definition at line 687 of file opennurbs_array.h.

Constructor & Destructor Documentation

◆ ON_4dPointArray() [1/3]

ON_4dPointArray::ON_4dPointArray ( )

Referenced by ON_4dPointArray(), and operator=().

◆ ON_4dPointArray() [2/3]

ON_4dPointArray::ON_4dPointArray ( int )

◆ ON_4dPointArray() [3/3]

ON_4dPointArray::ON_4dPointArray ( const ON_4dPointArray & )

References ON_4dPointArray().

Member Function Documentation

◆ operator=()

ON_4dPointArray & ON_4dPointArray::operator= ( const ON_4dPointArray & )

References ON_4dPointArray().

◆ SwapCoordinates()

bool ON_4dPointArray::SwapCoordinates ( int ,
int  )

◆ Transform()

bool ON_4dPointArray::Transform ( const ON_Xform & )

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