// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _GeomFill_TrihedronWithGuide_HeaderFile #define _GeomFill_TrihedronWithGuide_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_GeomFill_TrihedronWithGuide_HeaderFile #include #endif #ifndef _Handle_Adaptor3d_HCurve_HeaderFile #include #endif #ifndef _GeomFill_TrihedronLaw_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif class Adaptor3d_HCurve; class Standard_OutOfRange; class Standard_NotImplemented; //! To define Trihedron along one Curve with a guide
//!
//!
//!
class GeomFill_TrihedronWithGuide : public GeomFill_TrihedronLaw { public: Standard_EXPORT virtual Handle_Adaptor3d_HCurve Guide() const = 0; Standard_EXPORT virtual void Origine(const Standard_Real Param1,const Standard_Real Param2) = 0; DEFINE_STANDARD_RTTI(GeomFill_TrihedronWithGuide) protected: Handle_Adaptor3d_HCurve myGuide; Handle_Adaptor3d_HCurve myTrimG; private: }; // other Inline functions and methods (like "C++: function call" methods) #endif