Uses of Class
edu.stanford.rsl.konrad.physics.EnergyDependentCoefficients.Material

Packages that use EnergyDependentCoefficients.Material
edu.stanford.rsl.konrad.physics Contains classes to physical effects related to x-rays. 
edu.stanford.rsl.konrad.utils Contains various utility classes. 
 

Uses of EnergyDependentCoefficients.Material in edu.stanford.rsl.konrad.physics
 

Methods in edu.stanford.rsl.konrad.physics that return EnergyDependentCoefficients.Material
static EnergyDependentCoefficients.Material EnergyDependentCoefficients.Material.valueOf(java.lang.String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static EnergyDependentCoefficients.Material[] EnergyDependentCoefficients.Material.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.stanford.rsl.konrad.physics with parameters of type EnergyDependentCoefficients.Material
static double EnergyDependentCoefficients.getCTNumber(EnergyDependentCoefficients.Material material)
          Deprecated. Returns the CT number of the material in [g/cm^3]
static double EnergyDependentCoefficients.getMassDensity(EnergyDependentCoefficients.Material material)
          Deprecated. Returns the mass density of the material in [g/cm^3]
static LinearInterpolatingDoubleArray EnergyDependentCoefficients.getMassEnergyAbsorptionLUT(EnergyDependentCoefficients.Material material)
          Deprecated. Returns a LinearInterpolatingDoubleArray which reports the mass-energy absorption coeffients [cm^2/g] for the respective energies [MeV].
static LinearInterpolatingDoubleArray EnergyDependentCoefficients.getPhotonMassAttenuationLUT(EnergyDependentCoefficients.Material material)
          Deprecated. Returns a LinearInterpolatingDoubleArray which reports the photon mass attenuation coeffients [1/cm] for the respective energies [MeV].
static LinearInterpolatingDoubleArray EnergyDependentCoefficients.getPhotonMassAttenuationOverRhoLUT(EnergyDependentCoefficients.Material material)
          Deprecated. Returns a LinearInterpolatingDoubleArray which reports the photon mass attenuation coeffients over rho [cm^2/g] for the respective energies [MeV].
 

Uses of EnergyDependentCoefficients.Material in edu.stanford.rsl.konrad.utils
 

Methods in edu.stanford.rsl.konrad.utils that return EnergyDependentCoefficients.Material
static EnergyDependentCoefficients.Material UserUtil.queryMaterial(java.lang.String message, java.lang.String messageTitle)
          Queries the user for a Material.