HyperspaceExplorer 0.7.1
Public Member Functions | Private Attributes
Surface1::DefiningFunction Class Reference

ParametricFunction that defines Surface1. More...

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

List of all members.

Public Member Functions

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

Private Attributes

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

Detailed Description

ParametricFunction that defines Surface1.


Member Function Documentation

virtual return_type Surface1::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 class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends

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