Open CASCADE Technology
6.5.4
|
#include <GeomAdaptor_GHCurve.hxx>
Public Member Functions | |
GeomAdaptor_GHCurve () | |
GeomAdaptor_GHCurve (const GeomAdaptor_Curve &C) | |
void | Set (const GeomAdaptor_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. | |
GeomAdaptor_Curve & | ChangeCurve () |
Protected Attributes | |
GeomAdaptor_Curve | myCurve |
const Adaptor3d_Curve& GeomAdaptor_GHCurve::Curve | ( | ) | const [virtual] |
Implements Adaptor3d_HCurve.
Adaptor3d_Curve& GeomAdaptor_GHCurve::GetCurve | ( | ) | [virtual] |
Implements Adaptor3d_HCurve.
GeomAdaptor_Curve GeomAdaptor_GHCurve::myCurve [protected] |