HyperspaceExplorer 0.7.1
Public Member Functions | Protected Attributes

Function $ f: R^2 \rightarrow R^4 $, editable to an arbitrary function. More...

#include <CustomFunction.h>

Inheritance diagram for CustomSurface:
Inheritance graph
[legend]
Collaboration diagram for CustomSurface:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Function $ f: R^2 \rightarrow R^4 $, editable to an arbitrary function.


Constructor & Destructor Documentation

CustomSurface::CustomSurface ( double  _umin,
double  _umax,
double  _du,
double  _vmin,
double  _vmax,
double  _dv 
)

CustomSurface c'tor given a definition set in $ R^3 $ (as parameter space) and a flag indicatin whether this is a test construction or a real one

Parameters:
_uminminimal value in u
_umaxmaximal value in u
_dustepsize in u
_vminminimal value in v
_vmaxmaximal value in v
_dvstepsize 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().

Here is the call graph for this function:


Member Function Documentation

std::string CustomSurface::getFunctionName ( ) const [virtual]
Returns:
The name of the Displayable in cleartext

Implements Displayable.

References CustomFunctionBase< Surface::raw_function_type >::symbolic().

Here is the call graph for this function:


Member Data Documentation

Vector< 4 > & CustomSurface::f [protected]

CustomFunction defining function; calls loaded function

Parameters:
uu value
vv value
Returns:
custom function of (u, v)

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends

Generated on Mon Apr 9 2012 20:25:17 for HyperspaceExplorer 0.7.1 by doxygen 1.7.4  -  Hosted bySourceForge.net Logo