Uses of Class
org.djunits.unit.AbsorbedDoseUnit
Package | Description |
---|---|
org.djunits.unit |
Units for version 4 of DJUNITS.
|
org.djunits.unit.util |
Utility classes for the unit package.
|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
|
org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of AbsorbedDoseUnit in org.djunits.unit
Fields in org.djunits.unit declared as AbsorbedDoseUnit Modifier and Type Field Description static AbsorbedDoseUnit
AbsorbedDoseUnit. ERG_PER_GRAM
erg/g.static AbsorbedDoseUnit
AbsorbedDoseUnit. GRAY
Gray.static AbsorbedDoseUnit
AbsorbedDoseUnit. MICROGRAY
µGy.static AbsorbedDoseUnit
AbsorbedDoseUnit. MILLIGRAY
mGy.static AbsorbedDoseUnit
AbsorbedDoseUnit. RAD
rad.static AbsorbedDoseUnit
AbsorbedDoseUnit. SI
The SI unit for absorbed dose of ionizing radiation is Gray.Fields in org.djunits.unit with type parameters of type AbsorbedDoseUnit Modifier and Type Field Description static Quantity<AbsorbedDoseUnit>
AbsorbedDoseUnit. BASE
The base, with "m2/s2" as the SI signature. -
Uses of AbsorbedDoseUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as AbsorbedDoseUnit Modifier and Type Field Description static AbsorbedDoseUnit
UNITS. ERG_PER_GRAM
static AbsorbedDoseUnit
UNITS. GRAY
static AbsorbedDoseUnit
UNITS. MICROGRAY
static AbsorbedDoseUnit
UNITS. MILLIGRAY
static AbsorbedDoseUnit
UNITS. RAD
-
Uses of AbsorbedDoseUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type AbsorbedDoseUnit Modifier and Type Method Description AbsorbedDoseMatrix
SIMatrix. asAbsorbedDose(AbsorbedDoseUnit displayUnit)
Return the current matrix as a absorbeddose matrix, and provide a display unit.AbsorbedDoseMatrix
AbsorbedDoseMatrix. instantiateMatrix(DoubleMatrixData dmd, AbsorbedDoseUnit displayUnit)
Instantiate a new matrix of the class of this matrix.AbsorbedDose
AbsorbedDoseMatrix. instantiateScalarSI(double valueSI, AbsorbedDoseUnit displayUnit)
Instantiate a new scalar for the class of this matrix.AbsorbedDoseVector
AbsorbedDoseMatrix. instantiateVector(DoubleVectorData dvd, AbsorbedDoseUnit displayUnit)
Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vdouble.matrix with parameters of type AbsorbedDoseUnit Constructor Description AbsorbedDoseMatrix(DoubleMatrixData data, AbsorbedDoseUnit unit)
-
Uses of AbsorbedDoseUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type AbsorbedDoseUnit Modifier and Type Method Description AbsorbedDose
SIScalar. asAbsorbedDose(AbsorbedDoseUnit displayUnit)
Return the current scalar as a absorbeddose, and provide a display unit.AbsorbedDose
AbsorbedDose. instantiateRel(double value, AbsorbedDoseUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.Constructors in org.djunits.value.vdouble.scalar with parameters of type AbsorbedDoseUnit Constructor Description AbsorbedDose(double value, AbsorbedDoseUnit unit)
Construct AbsorbedDose scalar. -
Uses of AbsorbedDoseUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type AbsorbedDoseUnit Modifier and Type Method Description AbsorbedDoseVector
SIVector. asAbsorbedDose(AbsorbedDoseUnit displayUnit)
Return the current vector as a absorbeddose vector, and provide a display unit.AbsorbedDose
AbsorbedDoseVector. instantiateScalarSI(double valueSI, AbsorbedDoseUnit displayUnit)
Instantiate a new scalar for the class of this vector.AbsorbedDoseVector
AbsorbedDoseVector. instantiateVector(DoubleVectorData dvd, AbsorbedDoseUnit displayUnit)
Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vdouble.vector with parameters of type AbsorbedDoseUnit Constructor Description AbsorbedDoseVector(DoubleVectorData data, AbsorbedDoseUnit displayUnit)
Construct an AbsorbedDoseVector from an internal data object. -
Uses of AbsorbedDoseUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type AbsorbedDoseUnit Modifier and Type Method Description FloatAbsorbedDoseMatrix
FloatSIMatrix. asAbsorbedDose(AbsorbedDoseUnit displayUnit)
Return the current matrix as a absorbeddose matrix, and provide a display unit.FloatAbsorbedDoseMatrix
FloatAbsorbedDoseMatrix. instantiateMatrix(FloatMatrixData fmd, AbsorbedDoseUnit displayUnit)
Instantiate a new matrix of the class of this matrix.FloatAbsorbedDose
FloatAbsorbedDoseMatrix. instantiateScalarSI(float valueSI, AbsorbedDoseUnit displayUnit)
Instantiate a new scalar for the class of this matrix.FloatAbsorbedDoseVector
FloatAbsorbedDoseMatrix. instantiateVector(FloatVectorData fvd, AbsorbedDoseUnit displayUnit)
Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vfloat.matrix with parameters of type AbsorbedDoseUnit Constructor Description FloatAbsorbedDoseMatrix(FloatMatrixData data, AbsorbedDoseUnit unit)
-
Uses of AbsorbedDoseUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type AbsorbedDoseUnit Modifier and Type Method Description FloatAbsorbedDose
FloatSIScalar. asAbsorbedDose(AbsorbedDoseUnit displayUnit)
Return the current scalar as a absorbeddose, and provide a display unit.FloatAbsorbedDose
FloatAbsorbedDose. instantiateRel(float value, AbsorbedDoseUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.Constructors in org.djunits.value.vfloat.scalar with parameters of type AbsorbedDoseUnit Constructor Description FloatAbsorbedDose(double value, AbsorbedDoseUnit unit)
Construct FloatAbsorbedDose scalar using a double value.FloatAbsorbedDose(float value, AbsorbedDoseUnit unit)
Construct FloatAbsorbedDose scalar. -
Uses of AbsorbedDoseUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type AbsorbedDoseUnit Modifier and Type Method Description FloatAbsorbedDoseVector
FloatSIVector. asAbsorbedDose(AbsorbedDoseUnit displayUnit)
Return the current vector as a absorbeddose vector, and provide a display unit.FloatAbsorbedDose
FloatAbsorbedDoseVector. instantiateScalarSI(float valueSI, AbsorbedDoseUnit displayUnit)
Instantiate a new scalar for the class of this vector.FloatAbsorbedDoseVector
FloatAbsorbedDoseVector. instantiateVector(FloatVectorData fvd, AbsorbedDoseUnit displayUnit)
Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vfloat.vector with parameters of type AbsorbedDoseUnit Constructor Description FloatAbsorbedDoseVector(FloatVectorData data, AbsorbedDoseUnit unit)
Construct an FloatAbsorbedDoseVector from an internal data object.