Open CASCADE Technology 6.6.0
Public Member Functions
Dynamic_RealParameter Class Reference

This inherited class from Parameter describes all
the parameters, which are characterized by a real
value.

#include <Dynamic_RealParameter.hxx>

Inheritance diagram for Dynamic_RealParameter:
Inheritance graph
[legend]

Public Member Functions

 Dynamic_RealParameter (const Standard_CString aparameter)
 Creates a RealParameter with <aparameter> as name.

 Dynamic_RealParameter (const Standard_CString aparameter, const Standard_Real avalue)
 With the name of the Parameter <aparameter> and the
real <avalue>, creates an instance of RealParameter.

Standard_Real Value () const
 Returns the value of the parameter which is a real.

void Value (const Standard_Real avalue)
 Sets the real <avalue> in <me>.

virtual void Dump (Standard_OStream &astream) const
 Useful for debugging.


Constructor & Destructor Documentation

Dynamic_RealParameter::Dynamic_RealParameter ( const Standard_CString  aparameter)
Dynamic_RealParameter::Dynamic_RealParameter ( const Standard_CString  aparameter,
const Standard_Real  avalue 
)

Member Function Documentation

virtual void Dynamic_RealParameter::Dump ( Standard_OStream astream) const [virtual]

Reimplemented from Dynamic_Parameter.

Standard_Real Dynamic_RealParameter::Value ( ) const
void Dynamic_RealParameter::Value ( const Standard_Real  avalue)

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines