HyperspaceExplorer 0.7.1
|
#include <ComplexFunction.h>
Public Member Functions | |
zA (double _umin, double _umax, double _du, double _vmin, double _vmax, double _dv, double _alpha=2) | |
virtual std::string | getFunctionName () const |
virtual void | SetParameters (const ParameterMap &parms) |
Protected Attributes | |
virtual function_type | g |
Private Attributes | |
double | alpha |
Exponent. |
zA::zA | ( | double | _umin, |
double | _umax, | ||
double | _du, | ||
double | _vmin, | ||
double | _vmax, | ||
double | _dv, | ||
double | _alpha = 2 |
||
) |
z^a c'tor given a definition set in C (as parameter space)
_umin | minimal value in Re (z) |
_umax | maximal value in Re (z) |
_du | stepsize in Re (z) |
_vmin | minimal value in Im (z) |
_vmax | maximal value in Im (z) |
_dv | stepsize in Im (z) |
_alpha | exponent |
References Displayable::declareParameter(), and Surface::Initialize().
virtual std::string zA::getFunctionName | ( | ) | const [inline, virtual] |
Implements Displayable.
virtual void zA::SetParameters | ( | const ParameterMap & | parms | ) | [inline, virtual] |
Reimplemented from Displayable.
References alpha, std::map< _Key, _Tp, _Compare, _Alloc >::begin(), std::map< _Key, _Tp, _Compare, _Alloc >::end(), and Displayable::setParameter().