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