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