Uses of Interface
spis.Util.Func.ScalFunctionOf5Scal

Packages that use ScalFunctionOf5Scal
spis.Surf.InteractModel   
spis.Surf.SurfField   
spis.Util.Func   
spis.Util.Table   
 

Uses of ScalFunctionOf5Scal in spis.Surf.InteractModel
 

Classes in spis.Surf.InteractModel that implement ScalFunctionOf5Scal
 class ElecBackscatterFunction
          Class Name : ElecBackscatterFunction
Project ref : SPIS project
File name : ElecBackscatterFunction.java
File type : class
Copyright : ONERA, 2 Av.
 class FunctionOfParticleETheta
          Class Name : FunctionOfParticleETheta
Project ref : SPIS project
File name : FunctionOfParticleETheta.java
File type : class
Copyright : ONERA, 2 Av.
 class SEEEYieldFunction1
          Class Name : SEEEYieldFunction1
Project ref : SPIS project
File name : SEEEYieldFunction1.java
File type : class
Copyright : ONERA, 2 Av.
 class SEEPYieldFunction1
          Class Name : SEEPYieldFunction1
Project ref : SPIS project
File name : SEEPYieldFunction1.java
File type : class
Copyright : ONERA, 2 Av.
 

Uses of ScalFunctionOf5Scal in spis.Surf.SurfField
 

Methods in spis.Surf.SurfField with parameters of type ScalFunctionOf5Scal
 void ScalSurfField.set(ScalSurfField inField1, ScalSurfField inField2, ScalSurfField inField3, ScalSurfField inField4, float x5, ScalFunctionOf5Scal f)
          Applies the function f to the passed Fields/value and assigns the result to this Field.
 

Uses of ScalFunctionOf5Scal in spis.Util.Func
 

Constructors in spis.Util.Func with parameters of type ScalFunctionOf5Scal
ScalFunctionOfScalFromFunctionOf5(ScalFunctionOf5Scal f5_, float x2_, float x3_, float x4_, float x5_)
          Default constructor
 

Uses of ScalFunctionOf5Scal in spis.Util.Table
 

Methods in spis.Util.Table with parameters of type ScalFunctionOf5Scal
 void FloatScalTable.set(FloatScalTable inTable1, FloatScalTable inTable2, FloatScalTable inTable3, FloatScalTable inTable4, float x5, ScalFunctionOf5Scal f)
          Applies a function to 5 arguments (4 tables and 1 float) and affects the result to this table (same dimension requested and checked)