HE_Mesh2014  2.0.11
Public Member Functions | List of all members
wblut.math.WB_Parameter< T > Interface Template Reference
+ Inheritance diagram for wblut.math.WB_Parameter< T >:

Public Member Functions

value ()
 
value (double x)
 
value (double x, double y)
 
value (double x, double y, double z)
 
value (double x, double y, double z, double t)
 

Detailed Description

Generic interface for parameter classes.

Author
Frederik Vanhoutte, W:Blut
Parameters
<T>the generic type

Member Function Documentation

T wblut.math.WB_Parameter< T >.value ( )
T wblut.math.WB_Parameter< T >.value ( double  x)

Value.

Parameters
xthe x
Returns
value dependent on 1 variable
T wblut.math.WB_Parameter< T >.value ( double  x,
double  y 
)

Value.

Parameters
xthe x
ythe y
Returns
value dependent on 2 variables
T wblut.math.WB_Parameter< T >.value ( double  x,
double  y,
double  z 
)

Value.

Parameters
xthe x
ythe y
zthe z
Returns
value dependent on 3 variables
T wblut.math.WB_Parameter< T >.value ( double  x,
double  y,
double  z,
double  t 
)

Value.

Parameters
xthe x
ythe y
zthe z
tthe t
Returns
value dependent on 4 variables

The documentation for this interface was generated from the following file: