1 #if !defined(COMPLEXPARAMETER) 2 #define COMPLEXPARAMETER 91 complex< double > initialValue = complex< double >( 1, 0 ),
92 bool purelyReal =
false );
106 void update(
const MISubject* callingSubject );
113 void setValue( complex< double > value );
130 const string&
name()
const {
return m_name; }
153 bool isFixed()
const;
158 complex< double >
value()
const {
return m_value; }
182 complex< double > m_value;
complex< double > * valuePtr()
const string & name() const
bool isPurelyReal() const
const complex< double > * constValuePtr() const
complex< double > value() const