|
Open CASCADE Technology
6.5.4
|
This class describes a parameter with an integer
as its value.
#include <Dynamic_IntegerParameter.hxx>

Public Member Functions | |
| Dynamic_IntegerParameter (const Standard_CString aparameter) | |
| Creates an IntegerParameter with <aparameter> as identifier. | |
| Dynamic_IntegerParameter (const Standard_CString aparameter, const Standard_Integer avalue) | |
| Creates an IntegerParameter with <aparameter> as identifier and <avalue> as initial value. | |
| Standard_Integer | Value () const |
| Returns the integer value <thevalue>. | |
| void | Value (const Standard_Integer avalue) |
| Sets the field <thevalue> with the integer value <avalue> | |
| virtual void | Dump (Standard_OStream &astream) const |
| Useful for debugging. | |
| Dynamic_IntegerParameter::Dynamic_IntegerParameter | ( | const Standard_CString | aparameter, |
| const Standard_Integer | avalue | ||
| ) |
| virtual void Dynamic_IntegerParameter::Dump | ( | Standard_OStream & | astream | ) | const [virtual] |
Reimplemented from Dynamic_Parameter.
1.8.0