Uses of Interface
net.imglib2.type.operators.ValueEquals
Packages that use ValueEquals
Package
Description
-
Uses of ValueEquals in net.imglib2.type
Subinterfaces of ValueEquals in net.imglib2.typeModifier and TypeInterfaceDescriptioninterfaceBasePairType<T extends BasePairType<T>>TODOinterfaceBooleanType<T extends BooleanType<T>>TODOinterfaceNativeType<T extends NativeType<T>>ANativeTypeis aTypethat that provides access to data stored in Java primitive arrays.interfaceTheTypeinterface is responsible for accessing and manipulating (pixel) values.Classes in net.imglib2.type that implement ValueEqualsModifier and TypeClassDescriptionclassAbstractBit64Type<T extends AbstractBit64Type<T>>ATypewith arbitrary bit depth up to maximum 64 bits.classAbstractBitType<T extends AbstractBitType<T>>Provides basic infrastructure to implement Types based on single bits stored in a LongAccessclassAbstractNativeType<T extends AbstractNativeType<T>>TODO -
Uses of ValueEquals in net.imglib2.type.label
Classes in net.imglib2.type.label that implement ValueEqualsModifier and TypeClassDescriptionclassRepresentation of base pairs using 3 bits per entry, supported characters: gap, N, A, T, G, C, U Bases are handled using theBasePairBitType.Baseenumeration.classRepresentation of base pairs using one char per entry, supported characters: gap, N, A, T, G, C, U Bases are handled using theBasePairBitType.Baseenumeration. -
Uses of ValueEquals in net.imglib2.type.logic
Classes in net.imglib2.type.logic that implement ValueEqualsModifier and TypeClassDescriptionclassTODOclassABooleanTypewrapping a single primitivebooleanvariable. -
Uses of ValueEquals in net.imglib2.type.numeric
Subinterfaces of ValueEquals 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 ValueEqualsModifier 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 ValueEquals in net.imglib2.type.numeric.complex
Classes in net.imglib2.type.numeric.complex that implement ValueEqualsModifier and TypeClassDescriptionclassAbstractComplexType<T extends AbstractComplexType<T>>TODOclassTODOclassTODO -
Uses of ValueEquals in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer that implement ValueEqualsModifier 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 ValueEquals in net.imglib2.type.numeric.real
Classes in net.imglib2.type.numeric.real that implement ValueEqualsModifier and TypeClassDescriptionclassAbstractRealType<T extends AbstractRealType<T>>TODOclassTODOclassTODO -
Uses of ValueEquals in net.imglib2.type.volatiles
Classes in net.imglib2.type.volatiles that implement ValueEqualsModifier 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 ValueEquals in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement ValueEqualsModifier 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.