// 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_InstanceParameter_HeaderFile #define _Dynamic_InstanceParameter_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_Dynamic_InstanceParameter_HeaderFile #include #endif #ifndef _Handle_Dynamic_DynamicInstance_HeaderFile #include #endif #ifndef _Dynamic_Parameter_HeaderFile #include #endif #ifndef _Standard_CString_HeaderFile #include #endif #ifndef _Standard_OStream_HeaderFile #include #endif class Dynamic_DynamicInstance; //! This class describes a parameter with a dynamic
//! fuzzy instance as value.
class Dynamic_InstanceParameter : public Dynamic_Parameter { public: //! Creates an InstanceParameter with as
//! identifier.
Standard_EXPORT Dynamic_InstanceParameter(const Standard_CString aparameter); //! Creates an InstanceParameter with as
//! identifier and as initial value.
Standard_EXPORT Dynamic_InstanceParameter(const Standard_CString aparameter,const Handle(Dynamic_DynamicInstance)& avalue); //! Returns .
Standard_EXPORT Handle_Dynamic_DynamicInstance Value() const; //! Sets to .
Standard_EXPORT void Value(const Handle(Dynamic_DynamicInstance)& avalue) ; //! Useful for debugging.
Standard_EXPORT virtual void Dump(Standard_OStream& astream) const; DEFINE_STANDARD_RTTI(Dynamic_InstanceParameter) protected: private: Handle_Dynamic_DynamicInstance thevalue; }; // other Inline functions and methods (like "C++: function call" methods) #endif