HyperspaceExplorer 0.7.1
|
Function , editable to an arbitrary function. More...
#include <CustomFunction.h>
Public Member Functions | |
CustomComplexFunction (double _umin, double _umax, double _du, double _vmin, double _vmax, double _dv) | |
virtual std::string | getFunctionName () const |
Protected Attributes | |
ComplexFunction::function_type | g |
Function , editable to an arbitrary function.
CustomComplexFunction::CustomComplexFunction | ( | double | _umin, |
double | _umax, | ||
double | _du, | ||
double | _vmin, | ||
double | _vmax, | ||
double | _dv | ||
) |
CustomComplexFunction c'tor given a definition set in (as parameter space) and a flag indicatin whether this is a test construction or a real one
_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 |
References Surface::Initialize(), UI::Dialogs::PluginCreator::libraryName(), CustomFunctionBase< ComplexFunction::function_type >::loadFunction(), CustomFunctionBase< ComplexFunction::function_type >::setInvalid(), and CustomFunctionBase< ComplexFunction::function_type >::setValid().
std::string CustomComplexFunction::getFunctionName | ( | ) | const [virtual] |
Implements Displayable.
References CustomFunctionBase< ComplexFunction::function_type >::symbolic().
complex< double > CustomComplexFunction::g [protected] |
CustomComplexFunction defining function; calls loaded function
z | (complex) z value |
Reimplemented from ComplexFunction.