Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_curve.h>
Public Member Functions | |
ON_CurveArray (int=0) | |
~ON_CurveArray () | |
bool | Write (ON_BinaryArchive &) const |
bool | Read (ON_BinaryArchive &) |
void | Destroy () |
bool | Duplicate (ON_CurveArray &) const |
bool | GetTightBoundingBox (ON_BoundingBox &tight_bbox, int bGrowBox=false, const ON_Xform *xform=0) const |
Definition at line 1143 of file opennurbs_curve.h.
ON_CurveArray::ON_CurveArray | ( | int | = 0 | ) |
void ON_CurveArray::Destroy | ( | ) |
Reimplemented from ON_SimpleArray< ON_Curve * >.
bool ON_CurveArray::Duplicate | ( | ON_CurveArray & | ) | const |
bool ON_CurveArray::GetTightBoundingBox | ( | ON_BoundingBox & | tight_bbox, |
int | bGrowBox = false , |
||
const ON_Xform * | xform = 0 |
||
) | const |
bool ON_CurveArray::Read | ( | ON_BinaryArchive & | ) |
bool ON_CurveArray::Write | ( | ON_BinaryArchive & | ) | const |