|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScalFunctionOfScal | |
spis.Surf.InteractModel | |
spis.Surf.SurfField | |
spis.Util.Func | |
spis.Util.Monitor | |
spis.Util.Table | |
spis.Vol.VolDistrib | |
spis.Vol.VolField |
Uses of ScalFunctionOfScal in spis.Surf.InteractModel |
Classes in spis.Surf.InteractModel that implement ScalFunctionOfScal | |
class |
DampedEnergyFunction
Class Name : DampedEnergyFunction Project ref : SPIS project File name : DampedEnergyFunction.java File type : class Copyright : ONERA, 2 Av. |
class |
DoublePowerLawRangeFunction
Class Name : DoublePowerLawRangeFunction Project ref : SPIS project File name : DoublePowerLawRangeFunction.java File type : class Copyright : ONERA, 2 Av. |
class |
ElecBackscatterFunction
Class Name : ElecBackscatterFunction Project ref : SPIS project File name : ElecBackscatterFunction.java File type : class Copyright : ONERA, 2 Av. |
class |
EnergyFunction
Class Name : EnergyFunction Project ref : SPIS project File name : EnergyFunction.java File type : class Copyright : ONERA, 2 Av. |
class |
FunctionOfParticleE
Class Name : FunctionOfParticleE Project ref : SPIS project File name : FunctionOfParticleE.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 |
ProtonRangeFunction1
Class Name : ProtonRangeFunction1 Project ref : SPIS project File name : ProtonRangeFunction1.java File type : class Copyright : ONERA, 2 Av. |
class |
RangeFunction
Class Name : RangeFunction Project ref : SPIS project File name : RangeFunction.java File type : class Copyright : ONERA, 2 Av. |
class |
ReciprocalOfFunctionOfParticleE
Class Name : ReciprocalOfFunctionOfParticleE Project ref : SPIS project File name : ReciprocalOfFunctionOfParticleE.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. |
class |
TransmissionFunction
Class Name : TransmissionFunction Project ref : SPIS project File name : TransmissionFunction.java File type : class Copyright : ONERA, 2 Av. |
Fields in spis.Surf.InteractModel declared as ScalFunctionOfScal | |
private ScalFunctionOfScal[] |
ReciprocalOfFunctionOfParticleE.recipFunc
one function per material, each inverted individually |
Uses of ScalFunctionOfScal in spis.Surf.SurfField |
Methods in spis.Surf.SurfField with parameters of type ScalFunctionOfScal | |
void |
ScalSurfField.applyFunc(ScalFunctionOfScal f)
Applies the function f to this field (on the spot). |
void |
ScalSurfField.set(ScalSurfField inField,
ScalFunctionOfScal f)
Applies the function f to the passed field and assigns the result to this Field. |
Uses of ScalFunctionOfScal in spis.Util.Func |
Classes in spis.Util.Func that implement ScalFunctionOfScal | |
class |
Exp
Class Name : Exp Project ref : SPIS project File name : Exp.java File type : class Copyright : ONERA, 2 Av. |
class |
IsEqual
Class Name : IsEqual Project ref : SPIS project File name : IsEqual.java File type : class Copyright : ONERA, 2 Av. |
class |
LimitedExp
Class Name : LimitedExp Project ref : SPIS project File name : LimitedExp.java File type : class Copyright : ONERA, 2 Av. |
class |
Ln
Class Name : Ln Project ref : SPIS project File name : Ln.java File type : class Copyright : ONERA, 2 Av. |
class |
Max
Returns the maximum of the reference float and the passed float |
class |
ReciprocalFunction
Class Name : ReciprocalFunction Project ref : SPIS project File name : ReciprocalFunction.java File type : class Copyright : ONERA, 2 Av. |
class |
ScalFunctionOfScalFromFunctionOf4
Class Name : ScalFunctionOfScalFromFunctionOf4 Project ref : SPIS project File name : ScalFunctionOfScalFromFunctionOf4.java File type : class Copyright : ONERA, 2 Av. |
class |
ScalFunctionOfScalFromFunctionOf5
Class Name : ScalFunctionOfScalFromFunctionOf5 Project ref : SPIS project File name : ScalFunctionOfScalFromFunctionOf5.java File type : class Copyright : ONERA, 2 Av. |
class |
Sqrt
Class Name : Sqrt Project ref : SPIS project File name : Sqrt.java File type : class Copyright : ONERA, 2 Av. |
class |
TabulatedScalFunctionOfScal
Class Name : TabulatedScalFunctionOfScal Project ref : SPIS project File name : TabulatedScalFunctionOfScal.java File type : class Copyright : ONERA, 2 Av. |
Constructors in spis.Util.Func with parameters of type ScalFunctionOfScal | |
ReciprocalFunction(ScalFunctionOfScal f,
float xmin,
float xmax,
int stepNb)
Constructor with a linear spacing of tabulated x points |
|
ReciprocalFunction(ScalFunctionOfScal f,
float xmin,
float xmax,
float firstStep,
float stepRatio)
Constructor with a geometric spacing of tabulated x points. |
Uses of ScalFunctionOfScal in spis.Util.Monitor |
Constructors in spis.Util.Monitor with parameters of type ScalFunctionOfScal | |
XyData(java.lang.String name_,
ScalFunctionOfScal f,
float xMin,
float xMax,
int intervalNb)
Constructor from a function: produces a set of (xi, f(xi)) |
Uses of ScalFunctionOfScal in spis.Util.Table |
Methods in spis.Util.Table with parameters of type ScalFunctionOfScal | |
void |
FloatScalTable.applyFunc(ScalFunctionOfScal f)
Applies a function to this table (on the spot) |
void |
FloatScalTable.equalFunc(ScalFunctionOfScal f,
FloatScalTable x)
Applies a function to the argument table and affects the result to this table. |
void |
FloatScalTable.set(FloatScalTable inTable,
ScalFunctionOfScal f)
Applies a function to a table affects the rusult to this table (same dimension requested and checked) |
Uses of ScalFunctionOfScal in spis.Vol.VolDistrib |
Fields in spis.Vol.VolDistrib declared as ScalFunctionOfScal | |
private ScalFunctionOfScal |
GlobalMaxwellBoltzmannVolDistrib.boltzDens
density function dens(pot) |
Uses of ScalFunctionOfScal in spis.Vol.VolField |
Methods in spis.Vol.VolField with parameters of type ScalFunctionOfScal | |
void |
ScalVolField.applyFunc(ScalFunctionOfScal f)
Applies a function to this field (on the spot) |
void |
ScalVolField.equalFunc(ScalFunctionOfScal f,
ScalVolField x)
Applies a function to the argument field and affects the result to this field. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |