|
Open CASCADE Technology 6.5.2
|
#include <BRepAdaptor_HCurve.hxx>

Public Member Functions | |
| BRepAdaptor_HCurve () | |
| BRepAdaptor_HCurve (const BRepAdaptor_Curve &C) | |
| void | Set (const BRepAdaptor_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. | |
| BRepAdaptor_Curve & | ChangeCurve () |
Protected Attributes | |
| BRepAdaptor_Curve | myCurve |
| BRepAdaptor_HCurve::BRepAdaptor_HCurve | ( | ) |
| BRepAdaptor_HCurve::BRepAdaptor_HCurve | ( | const BRepAdaptor_Curve & | C | ) |
| BRepAdaptor_Curve& BRepAdaptor_HCurve::ChangeCurve | ( | ) |
| const Adaptor3d_Curve& BRepAdaptor_HCurve::Curve | ( | ) | const [virtual] |
Implements Adaptor3d_HCurve.
| Adaptor3d_Curve& BRepAdaptor_HCurve::GetCurve | ( | ) | [virtual] |
Implements Adaptor3d_HCurve.
| void BRepAdaptor_HCurve::Set | ( | const BRepAdaptor_Curve & | C | ) |
BRepAdaptor_Curve BRepAdaptor_HCurve::myCurve [protected] |
1.7.4