Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_array.h>
Public Member Functions | |
ON_3fVectorArray () | |
ON_3fVectorArray (int) | |
ON_3fVectorArray (const ON_3fVectorArray &) | |
ON_3fVectorArray & | operator= (const ON_3fVectorArray &) |
bool | GetBBox (float boxmin[3], float boxmax[3], int bGrowBox=false) const |
bool | Transform (const ON_Xform &) |
bool | SwapCoordinates (int, int) |
Definition at line 788 of file opennurbs_array.h.
ON_3fVectorArray::ON_3fVectorArray | ( | const ON_3fVectorArray & | ) |
bool ON_3fVectorArray::GetBBox | ( | float | boxmin[3], |
float | boxmax[3], | ||
int | bGrowBox = false |
||
) | const |
ON_3fVectorArray& ON_3fVectorArray::operator= | ( | const ON_3fVectorArray & | ) |
bool ON_3fVectorArray::SwapCoordinates | ( | int | , |
int | |||
) |
bool ON_3fVectorArray::Transform | ( | const ON_Xform & | ) |