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