HyperspaceExplorer 0.7.1
Public Member Functions | Private Attributes
ComplexFunction::DefiningFunction Struct Reference

ParametricFunction that defines this function. More...

Inheritance diagram for ComplexFunction::DefiningFunction:
Inheritance graph
[legend]
Collaboration diagram for ComplexFunction::DefiningFunction:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DefiningFunction (ComplexFunction *parent)
virtual return_type f (const argument_type &x)
 The function defining the parametric equation for the P -surface.

Private Attributes

ComplexFunction_complex_function
 Not a smart pointer because it's initialized to this and mustn't be deleted.

Detailed Description

ParametricFunction that defines this function.


Member Function Documentation

virtual return_type ComplexFunction::DefiningFunction::f ( const argument_type x) [virtual]

The function defining the parametric equation for the P -surface.

Implement this in every derived class.

Parameters:
xValue of the parameter to be evaluated.
Returns:
The evaluation of the parametric equation at point x.

Torus3 defining function

Parameters:
thetau value
phiv value
Returns:
(costht, sintht, cosphi, sinphi)

Implements ParametricFunction< 4, 2 >.


The documentation for this struct was generated from the following file:
 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