|
Open CASCADE Technology
6.5.4
|
This inherited class from Parameter describes all
the parameters, which are characterized by an
object value.
#include <Dynamic_ObjectParameter.hxx>

Public Member Functions | |
| Dynamic_ObjectParameter (const Standard_CString aparameter) | |
| Creates an ObjectParameter with <aparameter> as name. | |
| Dynamic_ObjectParameter (const Standard_CString aparameter, const Handle< Standard_Transient > &anobject) | |
| With the name of the Parameter <aparameter> and the object <anobject>, creates an instance of ObjectParameter. | |
| Handle_Standard_Transient | Value () const |
| Returns the value of the parameter which is an object. | |
| void | Value (const Handle< Standard_Transient > &anobject) |
| Sets the object <anobject> in <me>. | |
| virtual void | Dump (Standard_OStream &astream) const |
| Useful for debugging. | |
| Dynamic_ObjectParameter::Dynamic_ObjectParameter | ( | const Standard_CString | aparameter, |
| const Handle< Standard_Transient > & | anobject | ||
| ) |
| virtual void Dynamic_ObjectParameter::Dump | ( | Standard_OStream & | astream | ) | const [virtual] |
Reimplemented from Dynamic_Parameter.
| void Dynamic_ObjectParameter::Value | ( | const Handle< Standard_Transient > & | anobject | ) |
1.8.0