|
HyperspaceExplorer 0.7.1
|
Function
, editable to an arbitrary function.
More...
#include <CustomFunction.h>


Public Member Functions | |
| CustomPolarFunction (double _tmin, double _tmax, double _dt, double _umin, double _umax, double _du, double _vmin, double _vmax, double _dv) | |
| virtual std::string | getFunctionName () const |
Protected Attributes | |
| virtual RealFunction::function_type | f |
Function
, editable to an arbitrary function.
The function is interpreted as a four-dimensional polar function,
.
| CustomPolarFunction::CustomPolarFunction | ( | double | _tmin, |
| double | _tmax, | ||
| double | _dt, | ||
| double | _umin, | ||
| double | _umax, | ||
| double | _du, | ||
| double | _vmin, | ||
| double | _vmax, | ||
| double | _dv | ||
| ) |
CustomPolarFunction c'tor given a definition set in
(as parameter space) and a flag indicating 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 |
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 CustomPolarFunction::getFunctionName | ( | ) | const [virtual] |
Reimplemented from CustomFunction.
Vector< 4 > & CustomPolarFunction::f [protected] |
CustomPolarFunction defining function; calls loaded function
| x | x value (these would really be phi, theta, psi) |
| y | y value |
| z | z value |
Reimplemented from CustomFunction.
1.7.4
-
Hosted by