Open CASCADE Technology
6.5.4
|
#include <Geom2dAdaptor_GHCurve.hxx>
Public Member Functions | |
Geom2dAdaptor_GHCurve () | |
Geom2dAdaptor_GHCurve (const Geom2dAdaptor_Curve &C) | |
void | Set (const Geom2dAdaptor_Curve &C) |
const Adaptor2d_Curve2d & | Curve2d () const |
Returns a reference to the Curve2d inside the HCurve2d. | |
Geom2dAdaptor_Curve & | ChangeCurve2d () |
Protected Attributes | |
Geom2dAdaptor_Curve | myCurve |
const Adaptor2d_Curve2d& Geom2dAdaptor_GHCurve::Curve2d | ( | ) | const [virtual] |
Implements Adaptor2d_HCurve2d.
Geom2dAdaptor_Curve Geom2dAdaptor_GHCurve::myCurve [protected] |