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