#include <BRepAdaptor_HCurve.hxx>
Inheritance diagram for BRepAdaptor_HCurve:
Public Member Functions | |
Standard_EXPORT | BRepAdaptor_HCurve () |
Standard_EXPORT | BRepAdaptor_HCurve (const BRepAdaptor_Curve &C) |
Standard_EXPORT void | Set (const BRepAdaptor_Curve &C) |
Standard_EXPORT const Adaptor3d_Curve & | Curve () const |
Returns a pointer to the Curve inside the HCurve. . | |
Standard_EXPORT Adaptor3d_Curve & | GetCurve () |
Returns a pointer to the Curve inside the HCurve. . | |
BRepAdaptor_Curve & | ChangeCurve () |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Protected Attributes | |
BRepAdaptor_Curve | myCurve |
|
|
|
|
|
|
|
Implements Adaptor3d_HCurve. |
|
Implements Adaptor3d_HCurve. |
|
Reimplemented from Adaptor3d_HCurve. |
|
|
|
|