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