Uses of Interface
net.imglib2.type.operators.MulFloatingPoint
-
-
Uses of MulFloatingPoint in net.imglib2.type
Subinterfaces of MulFloatingPoint in net.imglib2.type Modifier and Type Interface Description interfaceBooleanType<T extends BooleanType<T>>TODO -
Uses of MulFloatingPoint in net.imglib2.type.logic
Classes in net.imglib2.type.logic that implement MulFloatingPoint Modifier and Type Class Description classBitTypeTODOclassBoolTypeABooleanTypewrapping a single primitivebooleanvariable.classNativeBoolTypeNativeTypebacked byboolean. -
Uses of MulFloatingPoint in net.imglib2.type.numeric
Subinterfaces of MulFloatingPoint in net.imglib2.type.numeric Modifier and Type Interface Description interfaceComplexType<T extends ComplexType<T>>TODOinterfaceIntegerType<T extends IntegerType<T>>TODOinterfaceNumericType<T extends NumericType<T>>TODOinterfaceRealType<T extends RealType<T>>TODOClasses in net.imglib2.type.numeric that implement MulFloatingPoint Modifier and Type Class Description classAbstractARGBDoubleType<T extends AbstractARGBDoubleType<T>>classARGBDoubleTypeclassARGBTypeAnativeNumericTypethat 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.classNativeARGBDoubleType -
Uses of MulFloatingPoint in net.imglib2.type.numeric.complex
Classes in net.imglib2.type.numeric.complex that implement MulFloatingPoint Modifier and Type Class Description classAbstractComplexType<T extends AbstractComplexType<T>>TODOclassComplexDoubleTypeTODOclassComplexFloatTypeTODO -
Uses of MulFloatingPoint in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer that implement MulFloatingPoint Modifier and Type Class Description classAbstractIntegerBitType<T extends AbstractIntegerBitType<T>>The performance of this type is traded off for the gain in memory storage.classAbstractIntegerType<T extends AbstractIntegerType<T>>TODOclassByteTypeTODOclassGenericByteType<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.classIntTypeTODOclassLongTypeTODOclassShortTypeTODOclassUnsigned128BitTypeATypewith a bit depth of 128.classUnsigned12BitTypeA 12-bitTypewhose data is stored in aLongAccess.classUnsigned2BitTypeATypewith a bit depth of 2.classUnsigned4BitTypeATypewith a bit depth of 4.classUnsignedByteTypeTODOclassUnsignedIntTypeTODOclassUnsignedLongTypeTODOclassUnsignedShortTypeTODOclassUnsignedVariableBitLengthTypeATypewith 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 MulFloatingPoint Modifier and Type Class Description classAbstractRealType<T extends AbstractRealType<T>>TODOclassDoubleTypeTODOclassFloatTypeTODO -
Uses of MulFloatingPoint in net.imglib2.type.volatiles
-
Uses of MulFloatingPoint in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement MulFloatingPoint Modifier and Type Class Description classAbstractNumericComposite<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.
-