// 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 _Dynamic_RealParameter_HeaderFile #define _Dynamic_RealParameter_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_Dynamic_RealParameter_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _Dynamic_Parameter_HeaderFile #include #endif #ifndef _Standard_CString_HeaderFile #include #endif #ifndef _Standard_OStream_HeaderFile #include #endif //! This inherited class from Parameter describes all
//! the parameters, which are characterized by a real
//! value.
class Dynamic_RealParameter : public Dynamic_Parameter { public: //! Creates a RealParameter with as name.
Standard_EXPORT Dynamic_RealParameter(const Standard_CString aparameter); //! With the name of the Parameter and the
//! real , creates an instance of RealParameter.
Standard_EXPORT Dynamic_RealParameter(const Standard_CString aparameter,const Standard_Real avalue); //! Returns the value of the parameter which is a real.
Standard_EXPORT Standard_Real Value() const; //! Sets the real in .
Standard_EXPORT void Value(const Standard_Real avalue) ; //! Useful for debugging.
Standard_EXPORT virtual void Dump(Standard_OStream& astream) const; DEFINE_STANDARD_RTTI(Dynamic_RealParameter) protected: private: Standard_Real thevalue; }; // other Inline functions and methods (like "C++: function call" methods) #endif