HyperspaceExplorer 0.7.1
Public Member Functions | Private Attributes | Static Private Attributes
ParametricTestFunction Class Reference

Testing a ParametricFunction to initialize a RealFunction with. More...

#include <RealFunctionImplementations.h>

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

List of all members.

Public Member Functions

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

Private Attributes

static constexpr double a1x = 1
static constexpr double a1y = -1
static constexpr double a1z = 1
static constexpr double a2xx = -1
static constexpr double a2xy = 1
static constexpr double a2xz = -1
static constexpr double a2yy = 1
static constexpr double a2yz = -1
static constexpr double a2zz = 1

Static Private Attributes

static constexpr double a0 = 0

Detailed Description

Testing a ParametricFunction to initialize a RealFunction with.


Member Function Documentation

virtual return_type ParametricTestFunction::f ( const argument_type x) [inline, 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.

Implements ParametricFunction< 4, 3 >.


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