Open CASCADE Technology 6.6.0
|
#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 |
Adaptor2d_HLine2d::Adaptor2d_HLine2d | ( | ) |
Adaptor2d_HLine2d::Adaptor2d_HLine2d | ( | const Adaptor2d_Line2d & | C | ) |
Adaptor2d_Line2d& Adaptor2d_HLine2d::ChangeCurve2d | ( | ) |
const Adaptor2d_Curve2d& Adaptor2d_HLine2d::Curve2d | ( | ) | const [virtual] |
Implements Adaptor2d_HCurve2d.
void Adaptor2d_HLine2d::Set | ( | const Adaptor2d_Line2d & | C | ) |
Adaptor2d_Line2d Adaptor2d_HLine2d::myCurve [protected] |