|
HyperspaceExplorer 0.7.1
|
#include <RealFunctionImplementations.h>


Classes | |
| class | DefiningFunction |
| ParametricFunction that defines PolarR. More... | |
Public Member Functions | |
| PolarR (double _tmin, double _tmax, double _dt, double _umin, double _umax, double _du, double _vmin, double _vmax, double _dv, double _phase=2) | |
| virtual std::string | getFunctionName () const |
| virtual void | SetParameters (const ParameterMap &parms) |
| Set parameters to the Displayable. | |
Protected Attributes | |
| double | _phase |
| phase | |
| PolarR::PolarR | ( | double | tmin, |
| double | tmax, | ||
| double | dt, | ||
| double | umin, | ||
| double | umax, | ||
| double | du, | ||
| double | vmin, | ||
| double | vmax, | ||
| double | dv, | ||
| double | phase = 2 |
||
| ) |
PolarR c'tor given a definition set in
(as parameter space) and a phase
| tmin | minimal value in t |
| tmax | maximal value in t |
| dt | stepsize in t |
| umin | minimal value in u |
| umax | maximal value in u |
| du | stepsize in u |
| vmin | minimal value in v |
| vmax | maximal value in v |
| dv | stepsize in v |
| phase | phase |
References RealFunction::_function, Displayable::declareParameter(), and RealFunction::Initialize().

| virtual std::string PolarR::getFunctionName | ( | ) | const [inline, virtual] |
Reimplemented from RealFunction.
References Util::sup2().

| virtual void PolarR::SetParameters | ( | const ParameterMap & | ) | [inline, virtual] |
Set parameters to the Displayable.
Reimplemented from Displayable.
References _phase, std::map< _Key, _Tp, _Compare, _Alloc >::begin(), std::map< _Key, _Tp, _Compare, _Alloc >::end(), and Displayable::setParameter().

1.7.4
-
Hosted by