Uses of Class
org.djunits.unit.AbsorbedDoseUnit
Packages that use AbsorbedDoseUnit
Package
Description
Units for version 4 of DJUNITS.
Utility classes for the unit package.
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Float Scalar storage and calculations with units, absolute/relative.
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 AbsorbedDoseUnitModifier and TypeFieldDescriptionstatic final AbsorbedDoseUnitAbsorbedDoseUnit.ERG_PER_GRAMerg/g.static final AbsorbedDoseUnitAbsorbedDoseUnit.GRAYGray.static final AbsorbedDoseUnitAbsorbedDoseUnit.MICROGRAYµGy.static final AbsorbedDoseUnitAbsorbedDoseUnit.MILLIGRAYmGy.static final AbsorbedDoseUnitAbsorbedDoseUnit.RADrad.static final AbsorbedDoseUnitAbsorbedDoseUnit.SIThe SI unit for absorbed dose of ionizing radiation is Gray.Fields in org.djunits.unit with type parameters of type AbsorbedDoseUnitModifier and TypeFieldDescriptionstatic final Quantity<AbsorbedDoseUnit>AbsorbedDoseUnit.BASEThe base, with "m2/s2" as the SI signature. -
Uses of AbsorbedDoseUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as AbsorbedDoseUnitModifier and TypeFieldDescriptionstatic final AbsorbedDoseUnitUNITS.ERG_PER_GRAMstatic final AbsorbedDoseUnitUNITS.GRAYstatic final AbsorbedDoseUnitUNITS.MICROGRAYstatic final AbsorbedDoseUnitUNITS.MILLIGRAYstatic final AbsorbedDoseUnitUNITS.RAD -
Uses of AbsorbedDoseUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type AbsorbedDoseUnitModifier and TypeMethodDescriptionfinal AbsorbedDoseMatrixSIMatrix.asAbsorbedDose(AbsorbedDoseUnit displayUnit) Return the current matrix as a absorbeddose matrix, and provide a display unit.AbsorbedDoseMatrix.instantiateMatrix(DoubleMatrixData dmd, AbsorbedDoseUnit displayUnit) AbsorbedDoseMatrix.instantiateScalarSI(double valueSI, AbsorbedDoseUnit displayUnit) AbsorbedDoseMatrix.instantiateVector(DoubleVectorData dvd, AbsorbedDoseUnit displayUnit) Constructors in org.djunits.value.vdouble.matrix with parameters of type AbsorbedDoseUnitModifierConstructorDescriptionAbsorbedDoseMatrix(double[][] data, AbsorbedDoseUnit displayUnit) Construct a AbsorbedDoseMatrix from a double[][] object.AbsorbedDoseMatrix(double[][] data, AbsorbedDoseUnit displayUnit, StorageType storageType) Construct a AbsorbedDoseMatrix from a double[][] object.AbsorbedDoseMatrix(Collection<DoubleSparseValue<AbsorbedDoseUnit, AbsorbedDose>> data, AbsorbedDoseUnit displayUnit, int rows, int cols) Construct a AbsorbedDoseMatrix from a (sparse) collection of DoubleSparseValue objects.AbsorbedDoseMatrix(Collection<DoubleSparseValue<AbsorbedDoseUnit, AbsorbedDose>> data, AbsorbedDoseUnit displayUnit, int rows, int cols, StorageType storageType) Construct a AbsorbedDoseMatrix from a (sparse) collection of DoubleSparseValue objects.AbsorbedDoseMatrix(DoubleMatrixData data, AbsorbedDoseUnit displayUnit) Construct a AbsorbedDoseMatrix from an internal data object.AbsorbedDoseMatrix(AbsorbedDose[][] data, AbsorbedDoseUnit displayUnit) Construct a AbsorbedDoseMatrix from an array of an array of AbsorbedDose objects.AbsorbedDoseMatrix(AbsorbedDose[][] data, AbsorbedDoseUnit displayUnit, StorageType storageType) Construct a AbsorbedDoseMatrix from an array of an array of AbsorbedDose objects.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type AbsorbedDoseUnitModifierConstructorDescriptionAbsorbedDoseMatrix(Collection<DoubleSparseValue<AbsorbedDoseUnit, AbsorbedDose>> data, int rows, int cols) Construct a AbsorbedDoseMatrix from a (sparse) collection of DoubleSparseValue objects.AbsorbedDoseMatrix(Collection<DoubleSparseValue<AbsorbedDoseUnit, AbsorbedDose>> data, int rows, int cols, StorageType storageType) Construct a AbsorbedDoseMatrix from a (sparse) collection of DoubleSparseValue objects.AbsorbedDoseMatrix(Collection<DoubleSparseValue<AbsorbedDoseUnit, AbsorbedDose>> data, AbsorbedDoseUnit displayUnit, int rows, int cols) Construct a AbsorbedDoseMatrix from a (sparse) collection of DoubleSparseValue objects.AbsorbedDoseMatrix(Collection<DoubleSparseValue<AbsorbedDoseUnit, AbsorbedDose>> data, AbsorbedDoseUnit displayUnit, int rows, int cols, StorageType storageType) Construct a AbsorbedDoseMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of AbsorbedDoseUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type AbsorbedDoseUnitModifier and TypeMethodDescriptionfinal AbsorbedDoseSIScalar.asAbsorbedDose(AbsorbedDoseUnit displayUnit) Return the current scalar as a absorbeddose, and provide a display unit.final AbsorbedDoseAbsorbedDose.instantiateRel(double value, AbsorbedDoseUnit unit) Constructors in org.djunits.value.vdouble.scalar with parameters of type AbsorbedDoseUnitModifierConstructorDescriptionAbsorbedDose(double value, AbsorbedDoseUnit unit) Construct AbsorbedDose scalar with a unit. -
Uses of AbsorbedDoseUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type AbsorbedDoseUnitModifier and TypeMethodDescriptionfinal AbsorbedDoseVectorSIVector.asAbsorbedDose(AbsorbedDoseUnit displayUnit) Return the current vector as a absorbeddose vector, and provide a display unit.AbsorbedDoseVector.instantiateScalarSI(double valueSI, AbsorbedDoseUnit displayUnit) AbsorbedDoseVector.instantiateVector(DoubleVectorData dvd, AbsorbedDoseUnit displayUnit) Constructors in org.djunits.value.vdouble.vector with parameters of type AbsorbedDoseUnitModifierConstructorDescriptionAbsorbedDoseVector(double[] data, AbsorbedDoseUnit displayUnit) Construct an AbsorbedDoseVector from a double[] object.AbsorbedDoseVector(double[] data, AbsorbedDoseUnit displayUnit, StorageType storageType) Construct an AbsorbedDoseVector from a double[] object.AbsorbedDoseVector(List<? extends Number> data, AbsorbedDoseUnit displayUnit) Construct an AbsorbedDoseVector from a list of Number objects or a list of AbsorbedDose objects.AbsorbedDoseVector(List<? extends Number> data, AbsorbedDoseUnit displayUnit, StorageType storageType) Construct an AbsorbedDoseVector from a list of Number objects or a list of AbsorbedDose objects.AbsorbedDoseVector(Map<Integer, ? extends Number> data, int size, AbsorbedDoseUnit displayUnit) Construct an AbsorbedDoseVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of AbsorbedDose objects.AbsorbedDoseVector(Map<Integer, ? extends Number> data, int size, AbsorbedDoseUnit displayUnit, StorageType storageType) Construct an AbsorbedDoseVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of AbsorbedDose objects.AbsorbedDoseVector(AbsorbedDose[] data, AbsorbedDoseUnit displayUnit) Construct an AbsorbedDoseVector from an array of AbsorbedDose objects.AbsorbedDoseVector(AbsorbedDose[] data, AbsorbedDoseUnit displayUnit, StorageType storageType) Construct an AbsorbedDoseVector from an array of AbsorbedDose objects.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 AbsorbedDoseUnitModifier and TypeMethodDescriptionfinal FloatAbsorbedDoseMatrixFloatSIMatrix.asAbsorbedDose(AbsorbedDoseUnit displayUnit) Return the current matrix as a absorbeddose matrix, and provide a display unit.FloatAbsorbedDoseMatrix.instantiateMatrix(FloatMatrixData fmd, AbsorbedDoseUnit displayUnit) FloatAbsorbedDoseMatrix.instantiateScalarSI(float valueSI, AbsorbedDoseUnit displayUnit) FloatAbsorbedDoseMatrix.instantiateVector(FloatVectorData fvd, AbsorbedDoseUnit displayUnit) Constructors in org.djunits.value.vfloat.matrix with parameters of type AbsorbedDoseUnitModifierConstructorDescriptionFloatAbsorbedDoseMatrix(float[][] data, AbsorbedDoseUnit displayUnit) Construct a FloatAbsorbedDoseMatrix from a float[][] object.FloatAbsorbedDoseMatrix(float[][] data, AbsorbedDoseUnit displayUnit, StorageType storageType) Construct a FloatAbsorbedDoseMatrix from a float[][] object.FloatAbsorbedDoseMatrix(Collection<FloatSparseValue<AbsorbedDoseUnit, FloatAbsorbedDose>> data, AbsorbedDoseUnit displayUnit, int rows, int cols) Construct a FloatAbsorbedDoseMatrix from a (sparse) collection of FloatSparseValue objects.FloatAbsorbedDoseMatrix(Collection<FloatSparseValue<AbsorbedDoseUnit, FloatAbsorbedDose>> data, AbsorbedDoseUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatAbsorbedDoseMatrix from a (sparse) collection of FloatSparseValue objects.FloatAbsorbedDoseMatrix(FloatMatrixData data, AbsorbedDoseUnit displayUnit) Construct a FloatAbsorbedDoseMatrix from an internal data object.FloatAbsorbedDoseMatrix(FloatAbsorbedDose[][] data, AbsorbedDoseUnit displayUnit) Construct a FloatAbsorbedDoseMatrix from an array of an array of FloatAbsorbedDose objects.FloatAbsorbedDoseMatrix(FloatAbsorbedDose[][] data, AbsorbedDoseUnit displayUnit, StorageType storageType) Construct a FloatAbsorbedDoseMatrix from an array of an array of FloatAbsorbedDose objects.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type AbsorbedDoseUnitModifierConstructorDescriptionFloatAbsorbedDoseMatrix(Collection<FloatSparseValue<AbsorbedDoseUnit, FloatAbsorbedDose>> data, int rows, int cols) Construct a FloatAbsorbedDoseMatrix from a (sparse) collection of FloatSparseValue objects.FloatAbsorbedDoseMatrix(Collection<FloatSparseValue<AbsorbedDoseUnit, FloatAbsorbedDose>> data, int rows, int cols, StorageType storageType) Construct a FloatAbsorbedDoseMatrix from a (sparse) collection of FloatSparseValue objects.FloatAbsorbedDoseMatrix(Collection<FloatSparseValue<AbsorbedDoseUnit, FloatAbsorbedDose>> data, AbsorbedDoseUnit displayUnit, int rows, int cols) Construct a FloatAbsorbedDoseMatrix from a (sparse) collection of FloatSparseValue objects.FloatAbsorbedDoseMatrix(Collection<FloatSparseValue<AbsorbedDoseUnit, FloatAbsorbedDose>> data, AbsorbedDoseUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatAbsorbedDoseMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of AbsorbedDoseUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type AbsorbedDoseUnitModifier and TypeMethodDescriptionfinal FloatAbsorbedDoseFloatSIScalar.asAbsorbedDose(AbsorbedDoseUnit displayUnit) Return the current scalar as a absorbeddose, and provide a display unit.final FloatAbsorbedDoseFloatAbsorbedDose.instantiateRel(float value, AbsorbedDoseUnit unit) Constructors in org.djunits.value.vfloat.scalar with parameters of type AbsorbedDoseUnitModifierConstructorDescriptionFloatAbsorbedDose(double value, AbsorbedDoseUnit unit) Construct FloatAbsorbedDose scalar with a unit using a double value.FloatAbsorbedDose(float value, AbsorbedDoseUnit unit) Construct FloatAbsorbedDose scalar with a unit. -
Uses of AbsorbedDoseUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type AbsorbedDoseUnitModifier and TypeMethodDescriptionfinal FloatAbsorbedDoseVectorFloatSIVector.asAbsorbedDose(AbsorbedDoseUnit displayUnit) Return the current vector as a absorbeddose vector, and provide a display unit.FloatAbsorbedDoseVector.instantiateScalarSI(float valueSI, AbsorbedDoseUnit displayUnit) FloatAbsorbedDoseVector.instantiateVector(FloatVectorData fvd, AbsorbedDoseUnit displayUnit) Constructors in org.djunits.value.vfloat.vector with parameters of type AbsorbedDoseUnitModifierConstructorDescriptionFloatAbsorbedDoseVector(float[] data, AbsorbedDoseUnit displayUnit) Construct a FloatAbsorbedDoseVector from a float[] object.FloatAbsorbedDoseVector(float[] data, AbsorbedDoseUnit displayUnit, StorageType storageType) Construct a FloatAbsorbedDoseVector from a float[] object.FloatAbsorbedDoseVector(List<? extends Number> data, AbsorbedDoseUnit displayUnit) Construct a FloatAbsorbedDoseVector from a list of Number objects or a list of FloatAbsorbedDose objects.FloatAbsorbedDoseVector(List<? extends Number> data, AbsorbedDoseUnit displayUnit, StorageType storageType) Construct a FloatAbsorbedDoseVector from a list of Number objects or a list of FloatAbsorbedDose objects.FloatAbsorbedDoseVector(Map<Integer, ? extends Number> data, int size, AbsorbedDoseUnit displayUnit) Construct a FloatAbsorbedDoseVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAbsorbedDose objects.FloatAbsorbedDoseVector(Map<Integer, ? extends Number> data, int size, AbsorbedDoseUnit displayUnit, StorageType storageType) Construct a FloatAbsorbedDoseVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAbsorbedDose objects.FloatAbsorbedDoseVector(FloatAbsorbedDose[] data, AbsorbedDoseUnit displayUnit) Construct a FloatAbsorbedDoseVector from an array of FloatAbsorbedDose objects.FloatAbsorbedDoseVector(FloatAbsorbedDose[] data, AbsorbedDoseUnit displayUnit, StorageType storageType) Construct a FloatAbsorbedDoseVector from an array of FloatAbsorbedDose objects.FloatAbsorbedDoseVector(FloatVectorData data, AbsorbedDoseUnit displayUnit) Construct a FloatAbsorbedDoseVector from an internal data object.