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