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