Uses of Interface
gov.nist.microanalysis.EPQLibrary.IRandomizedScatter

Packages that use IRandomizedScatter
gov.nist.microanalysis.EPQLibrary   
 

Uses of IRandomizedScatter in gov.nist.microanalysis.EPQLibrary
 

Classes in gov.nist.microanalysis.EPQLibrary that implement IRandomizedScatter
 class CzyzewskiMottScatteringAngle
           A class to compute a randomized scattering angle for an electron with a specified energy.
 class GasScatteringCrossSection
           Scattering in a gas is qualitatively different from scattering in a solid.
 class NISTMottScatteringAngle
           A series of tools for electron probe quantitation.
 class ScreenedRutherfordScatteringAngle
          Implements the IElasticCrossSection interface for the screened Rutherford model of elastic scattered from a screened nucleus.
 

Methods in gov.nist.microanalysis.EPQLibrary that return IRandomizedScatter
 IRandomizedScatter GasScatteringCrossSection.getElasticModel()
          getElasticModel - Returns an instance of the model currrently being used to model elastic events.
 

Methods in gov.nist.microanalysis.EPQLibrary with parameters of type IRandomizedScatter
 void GasScatteringCrossSection.setElasticModel(IRandomizedScatter elastic)
          setElasticModel - Specify which elastic cross section model to use.