Open CASCADE Technology 6.6.0
|
#include <BRepAdaptor_HCompCurve.hxx>
Public Member Functions | |
BRepAdaptor_HCompCurve () | |
BRepAdaptor_HCompCurve (const BRepAdaptor_CompCurve &C) | |
void | Set (const BRepAdaptor_CompCurve &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_CompCurve & | ChangeCurve () |
Protected Attributes | |
BRepAdaptor_CompCurve | myCurve |
BRepAdaptor_HCompCurve::BRepAdaptor_HCompCurve | ( | ) |
BRepAdaptor_HCompCurve::BRepAdaptor_HCompCurve | ( | const BRepAdaptor_CompCurve & | C | ) |
BRepAdaptor_CompCurve& BRepAdaptor_HCompCurve::ChangeCurve | ( | ) |
const Adaptor3d_Curve& BRepAdaptor_HCompCurve::Curve | ( | ) | const [virtual] |
Implements Adaptor3d_HCurve.
Adaptor3d_Curve& BRepAdaptor_HCompCurve::GetCurve | ( | ) | [virtual] |
Implements Adaptor3d_HCurve.
void BRepAdaptor_HCompCurve::Set | ( | const BRepAdaptor_CompCurve & | C | ) |
BRepAdaptor_CompCurve BRepAdaptor_HCompCurve::myCurve [protected] |