Uses of Class
spis.Surf.InteractModel.FunctionOfParticleE

Packages that use FunctionOfParticleE
spis.Surf.InteractModel   
spis.Util.List   
 

Uses of FunctionOfParticleE in spis.Surf.InteractModel
 

Subclasses of FunctionOfParticleE in spis.Surf.InteractModel
 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 EnergyFunction
          Class Name : EnergyFunction
Project ref : SPIS project
File name : EnergyFunction.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 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 FunctionOfParticleE
private  FunctionOfParticleE DampedEnergyFunction.reciprocalRangeFunction
          Reciprocal of the range function (energy as a function of range) Warning: is indeed not a function of energy => no to be used generically as a function of particle of energy
 

Constructors in spis.Surf.InteractModel with parameters of type FunctionOfParticleE
ReciprocalOfFunctionOfParticleE(FunctionOfParticleE f, float xmin, float xmax, float firstStep, float stepRatio)
           
 

Uses of FunctionOfParticleE in spis.Util.List
 

Methods in spis.Util.List with parameters of type FunctionOfParticleE
 void PartList.applyFuncDeprecated(TestOfInt selectPart, IntScalTable selectTable, IntScalTable indexTable, FunctionOfParticleE f, float factor, FloatScalTable result)
          Applies the supplied function of energy f to selected paricles, the ones verifying selectPart.testOfInt(selectVal[i]) = true.