HyperspaceExplorer 0.7.1
|
Function , editable to an arbitrary function. More...
#include <CustomFunction.h>
Public Member Functions | |
CustomFunction (double _tmin, double _tmax, double _dt, double _umin, double _umax, double _du, double _vmin, double _vmax, double _dv, bool final=true) | |
virtual std::string | getFunctionName () const |
Protected Attributes | |
virtual RealFunction::function_type | f |
Function , editable to an arbitrary function.
CustomFunction::CustomFunction | ( | double | _tmin, |
double | _tmax, | ||
double | _dt, | ||
double | _umin, | ||
double | _umax, | ||
double | _du, | ||
double | _vmin, | ||
double | _vmax, | ||
double | _dv, | ||
bool | final = true |
||
) |
CustomFunction c'tor given a definition set in (as parameter space) and a flag indicatin whether this is a test construction or a real one
_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 |
final | real construction or test |
References RealFunction::Initialize(), UI::Dialogs::PluginCreator::libraryName(), CustomFunctionBase< RealFunction::raw_function_type >::loadFunction(), CustomFunctionBase< RealFunction::raw_function_type >::setInvalid(), and CustomFunctionBase< RealFunction::raw_function_type >::setValid().
std::string CustomFunction::getFunctionName | ( | ) | const [virtual] |
Reimplemented from RealFunction.
Reimplemented in CustomPolarFunction.
References CustomFunctionBase< RealFunction::raw_function_type >::symbolic().
Vector< 4 > & CustomFunction::f [protected] |
CustomFunction defining function; calls loaded function
x | x value |
y | y value |
z | z value |
Reimplemented in CustomPolarFunction.