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