Package | Description |
---|---|
edu.stanford.rsl.conrad.physics.materials |
Contains classes to model different materials using the NIST elementary data.
|
edu.stanford.rsl.conrad.physics.materials.utils |
Contains utility classes for material handling.
|
Modifier and Type | Method and Description |
---|---|
double |
Material.getAttenuation(double energy,
AttenuationType attType,
AttenuationRetrievalMode mode)
Retrieve the energy dependent attenuation of material.
|
Modifier and Type | Method and Description |
---|---|
static AttenuationRetrievalMode |
AttenuationRetrievalMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttenuationRetrievalMode[] |
AttenuationRetrievalMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|