|
HyperspaceExplorer 0.7.1
|
#include <RealFunctionImplementations.h>


Classes | |
| class | DefiningFunction |
| ParametricFunction that defines Torus1. More... | |
Public Member Functions | |
| Torus1 (double tmin, double tmax, double dt, double umin, double umax, double du, double vmin, double vmax, double dv, double R=2, double r=1, double rho=0.5) | |
| virtual std::string | getFunctionName () const |
| virtual void | SetParameters (const ParameterMap &parms) |
| Set parameters to the Displayable. | |
Protected Attributes | |
| double | _R |
| major radius of the torus | |
| double | _r |
| minor radius of the torus | |
| double | _rho |
| smallest radius of the torus | |
A ditorus
A four-dimensional torus where there are three radii - one circling about the main axis, the second circling perpendicular to the first circle, and the third circling about the second circle, perpendicular to all other directions
| Torus1::Torus1 | ( | double | tmin, |
| double | tmax, | ||
| double | dt, | ||
| double | umin, | ||
| double | umax, | ||
| double | du, | ||
| double | vmin, | ||
| double | vmax, | ||
| double | dv, | ||
| double | R = 2, |
||
| double | r = 1, |
||
| double | rho = 0.5 |
||
| ) |
Torus1 c'tor given a definition set in
(as parameter space) and three radii: major, minor and... what'sitcalled... subminor
| 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 |
| R | major radius |
| r | minor radius |
| rho | subminor radius |
References RealFunction::_function, Displayable::declareParameter(), and RealFunction::Initialize().

| virtual std::string Torus1::getFunctionName | ( | ) | const [inline, virtual] |
Reimplemented from RealFunction.
| virtual void Torus1::SetParameters | ( | const ParameterMap & | ) | [inline, virtual] |
Set parameters to the Displayable.
Reimplemented from Displayable.
References _r, _R, _rho, std::map< _Key, _Tp, _Compare, _Alloc >::begin(), std::map< _Key, _Tp, _Compare, _Alloc >::end(), and Displayable::setParameter().

1.7.4
-
Hosted by