// 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 _GeomAdaptor_HCurve_HeaderFile #define _GeomAdaptor_HCurve_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_GeomAdaptor_HCurve_HeaderFile #include #endif #ifndef _GeomAdaptor_GHCurve_HeaderFile #include #endif #ifndef _Handle_Geom_Curve_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif class Standard_ConstructionError; class GeomAdaptor_Curve; class Geom_Curve; //! An interface between the services provided by any
//! curve from the package Geom and those required of
//! the curve by algorithms which use it.
class GeomAdaptor_HCurve : public GeomAdaptor_GHCurve { public: GeomAdaptor_HCurve(); GeomAdaptor_HCurve(const GeomAdaptor_Curve& AS); GeomAdaptor_HCurve(const Handle(Geom_Curve)& S); //! ConstructionError is raised if UFirst>ULast or VFirst>VLast
GeomAdaptor_HCurve(const Handle(Geom_Curve)& S,const Standard_Real UFirst,const Standard_Real ULast); DEFINE_STANDARD_RTTI(GeomAdaptor_HCurve) protected: private: }; #include // other Inline functions and methods (like "C++: function call" methods) #endif