Uses of Interface
net.imglib2.type.operators.MulFloatingPoint
Packages that use MulFloatingPoint
Package
Description
-
Uses of MulFloatingPoint in net.imglib2.type
Subinterfaces of MulFloatingPoint in net.imglib2.type -
Uses of MulFloatingPoint in net.imglib2.type.logic
Classes in net.imglib2.type.logic that implement MulFloatingPointModifier and TypeClassDescriptionclassTODOclassABooleanTypewrapping a single primitivebooleanvariable. -
Uses of MulFloatingPoint in net.imglib2.type.numeric
Subinterfaces of MulFloatingPoint in net.imglib2.type.numericModifier and TypeInterfaceDescriptioninterfaceComplexType<T extends ComplexType<T>>TODOinterfaceIntegerType<T extends IntegerType<T>>TODOinterfaceNumericType<T extends NumericType<T>>TODOinterfaceTODOClasses in net.imglib2.type.numeric that implement MulFloatingPointModifier and TypeClassDescriptionclassAbstractARGBDoubleType<T extends AbstractARGBDoubleType<T>>classclassAnativeNumericTypethat encodes four channels at unsigned byte precision into one 32bit signed integer which is the format used in most display oriented image processing libraries such as AWT or ImageJ.class -
Uses of MulFloatingPoint in net.imglib2.type.numeric.complex
Classes in net.imglib2.type.numeric.complex that implement MulFloatingPointModifier and TypeClassDescriptionclassAbstractComplexType<T extends AbstractComplexType<T>>TODOclassTODOclassTODO -
Uses of MulFloatingPoint in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer that implement MulFloatingPointModifier and TypeClassDescriptionclassAbstractIntegerBitType<T extends AbstractIntegerBitType<T>>The performance of this type is traded off for the gain in memory storage.classAbstractIntegerType<T extends AbstractIntegerType<T>>TODOclassTODOclassGenericByteType<T extends GenericByteType<T>>TODOclassGenericIntType<T extends GenericIntType<T>>TODOclassGenericLongType<T extends GenericLongType<T>>Abstract superclass for Long types.classGenericShortType<T extends GenericShortType<T>>Abstract base class fornativeIntegerTypes that encode their value into a 16bit short.classTODOclassTODOclassTODOclassATypewith a bit depth of 128.classA 12-bitTypewhose data is stored in aLongAccess.classATypewith a bit depth of 2.classATypewith a bit depth of 4.classTODOclassTODOclassTODOclassTODOclassATypewith arbitrary bit depth up to maximum 64 bits. -
Uses of MulFloatingPoint in net.imglib2.type.numeric.real
Classes in net.imglib2.type.numeric.real that implement MulFloatingPointModifier and TypeClassDescriptionclassAbstractRealType<T extends AbstractRealType<T>>TODOclassTODOclassTODO -
Uses of MulFloatingPoint in net.imglib2.type.volatiles
Classes in net.imglib2.type.volatiles that implement MulFloatingPointModifier and TypeClassDescriptionclassAbstractVolatileNumericType<N extends NumericType<N>,T extends AbstractVolatileNumericType<N, T>> Abstract base class forVolatileNumericTypes that wrap aNumericTypethat is either VALID or INVALID.classAbstractVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R, T>> Abstract base class forVolatileRealTypes that wrapRealType.classVolatileNumericType<T extends NumericType<T>>Something volatile that has a value and is either VALID or INVALID.classVolatileRealType<T extends RealType<T>>Something volatile that has a value and is either VALID or INVALID. -
Uses of MulFloatingPoint in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement MulFloatingPointModifier and TypeClassDescriptionclassAbstractNumericComposite<T extends NumericType<T>,C extends AbstractNumericComposite<T, C>> Abstract base class for a vector ofNumericTypescalars.classNumericComposite<T extends NumericType<T>>A vector ofNumericTypescalars.classRealComposite<T extends RealType<T>>A vector ofRealTypescalars.