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

Public Member Functions

 WB_ConstantParameter (final T value)
 
value (final double x, final double y, final double z)
 
value ()
 
value (final double x)
 
value (final double x, final double y)
 
value (final double x, final double y, final double z, final double t)
 
- Public Member Functions inherited from wblut.math.WB_Parameter< T >
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

The Class WB_ConstantParameter.

Author
Frederik Vanhoutte, W:Blut
    A parameter which is constant, i.e. a single unchanging value. As a
    generic class the value needs to be an object. For example, Double,
    Float or Integer. Primitives such as double, float or int cannot be
    passed as objects.
Parameters
<T>the generic type

Constructor & Destructor Documentation

Instantiates a new w b_ constant parameter.

Parameters
valueconstant value.

Member Function Documentation

T wblut.math.WB_ConstantParameter< T >.value ( final double  x,
final double  y,
final double  z 
)

Value.

Returns
default value

Implements wblut.math.WB_Parameter< T >.

T wblut.math.WB_ConstantParameter< T >.value ( final double  x)
T wblut.math.WB_ConstantParameter< T >.value ( final double  x,
final double  y 
)
T wblut.math.WB_ConstantParameter< T >.value ( final double  x,
final double  y,
final double  z,
final double  t 
)

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