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