Open CASCADE Technology
6.5.4
|
#include <BRepAdaptor_HCurve.hxx>
Public Member Functions | |
BRepAdaptor_HCurve () | |
BRepAdaptor_HCurve (const BRepAdaptor_Curve &C) | |
void | Set (const BRepAdaptor_Curve &C) |
const Adaptor3d_Curve & | Curve () const |
Returns a pointer to the Curve inside the HCurve. | |
Adaptor3d_Curve & | GetCurve () |
Returns a pointer to the Curve inside the HCurve. | |
BRepAdaptor_Curve & | ChangeCurve () |
Protected Attributes | |
BRepAdaptor_Curve | myCurve |
const Adaptor3d_Curve& BRepAdaptor_HCurve::Curve | ( | ) | const [virtual] |
Implements Adaptor3d_HCurve.
Adaptor3d_Curve& BRepAdaptor_HCurve::GetCurve | ( | ) | [virtual] |
Implements Adaptor3d_HCurve.
BRepAdaptor_Curve BRepAdaptor_HCurve::myCurve [protected] |