HyperspaceExplorer 0.7.1
|
Function , editable to an arbitrary function. More...
#include <CustomFunction.h>
Public Member Functions | |
CustomSurface (double _umin, double _umax, double _du, double _vmin, double _vmax, double _dv) | |
virtual std::string | getFunctionName () const |
Protected Attributes | |
virtual Surface::function_type | f |
Function , editable to an arbitrary function.
CustomSurface::CustomSurface | ( | double | _umin, |
double | _umax, | ||
double | _du, | ||
double | _vmin, | ||
double | _vmax, | ||
double | _dv | ||
) |
CustomSurface 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< Surface::raw_function_type >::loadFunction(), CustomFunctionBase< Surface::raw_function_type >::setInvalid(), and CustomFunctionBase< Surface::raw_function_type >::setValid().
std::string CustomSurface::getFunctionName | ( | ) | const [virtual] |
Implements Displayable.
References CustomFunctionBase< Surface::raw_function_type >::symbolic().
Vector< 4 > & CustomSurface::f [protected] |
CustomFunction defining function; calls loaded function
u | u value |
v | v value |