#include <opennurbs_curve.h>
Public Member Functions | |
void | Destroy () |
bool | Duplicate (ON_CurveArray &) const |
bool | GetTightBoundingBox (ON_BoundingBox &tight_bbox, int bGrowBox=false, const ON_Xform *xform=0) const |
ON_CurveArray (int=0) | |
bool | Read (ON_BinaryArchive &) |
bool | Write (ON_BinaryArchive &) const |
~ON_CurveArray () |
Definition at line 1143 of file opennurbs_curve.h.
ON_CurveArray::ON_CurveArray | ( | int | initial_capacity = 0 | ) |
Definition at line 2206 of file opennurbs_curve.cpp.
Definition at line 2210 of file opennurbs_curve.cpp.
void ON_CurveArray::Destroy | ( | ) |
Reimplemented from ON_SimpleArray< ON_Curve * >.
Definition at line 2215 of file opennurbs_curve.cpp.
bool ON_CurveArray::Duplicate | ( | ON_CurveArray & | dst | ) | const |
Definition at line 2227 of file opennurbs_curve.cpp.
bool ON_CurveArray::GetTightBoundingBox | ( | ON_BoundingBox & | tight_bbox, |
int | bGrowBox = false , |
||
const ON_Xform * | xform = 0 |
||
) | const |
Definition at line 909 of file opennurbs_bezier.cpp.
bool ON_CurveArray::Read | ( | ON_BinaryArchive & | file | ) |
Definition at line 2272 of file opennurbs_curve.cpp.
bool ON_CurveArray::Write | ( | ON_BinaryArchive & | file | ) | const |
Definition at line 2247 of file opennurbs_curve.cpp.