Uses of Class
spis.Surf.InteractModel.FunctionOfParticleNothing

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

Uses of FunctionOfParticleNothing in spis.Surf.InteractModel
 

Subclasses of FunctionOfParticleNothing in spis.Surf.InteractModel
 class FunctionOfMaterial
          Class Name : FunctionOfMaterial
Project ref : SPIS project
File name : FunctionOfMaterial.java
File type : class
Copyright : ONERA, 2 Av.
 

Constructors in spis.Surf.InteractModel with parameters of type FunctionOfParticleNothing
ElecBackscatterFunction(FunctionOfParticleNothing atomicNb_, FunctionOfParticleNothing conductivity_, int modelId, int particleId, PartTable partTable)
          Default constructor.
 

Uses of FunctionOfParticleNothing in spis.Util.List
 

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