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 TypeInterfaceDescriptioninterface
BasePairType<T extends BasePairType<T>>
TODOinterface
BooleanType<T extends BooleanType<T>>
TODOinterface
NativeType<T extends NativeType<T>>
ANativeType
is aType
that that provides access to data stored in Java primitive arrays.interface
TheType
interface is responsible for accessing and manipulating (pixel) values.Classes in net.imglib2.type that implement ValueEqualsModifier and TypeClassDescriptionclass
AbstractBit64Type<T extends AbstractBit64Type<T>>
AType
with arbitrary bit depth up to maximum 64 bits.class
AbstractBitType<T extends AbstractBitType<T>>
Provides basic infrastructure to implement Types based on single bits stored in a LongAccessclass
AbstractNativeType<T extends AbstractNativeType<T>>
TODO -
Uses of ValueEquals in net.imglib2.type.label
Classes in net.imglib2.type.label that implement ValueEqualsModifier and TypeClassDescriptionclass
Representation of base pairs using 3 bits per entry, supported characters: gap, N, A, T, G, C, U Bases are handled using theBasePairBitType.Base
enumeration.class
Representation of base pairs using one char per entry, supported characters: gap, N, A, T, G, C, U Bases are handled using theBasePairBitType.Base
enumeration. -
Uses of ValueEquals in net.imglib2.type.logic
Classes in net.imglib2.type.logic that implement ValueEqualsModifier and TypeClassDescriptionclass
TODOclass
ABooleanType
wrapping a single primitiveboolean
variable. -
Uses of ValueEquals in net.imglib2.type.numeric
Subinterfaces of ValueEquals in net.imglib2.type.numericModifier and TypeInterfaceDescriptioninterface
ComplexType<T extends ComplexType<T>>
TODOinterface
IntegerType<T extends IntegerType<T>>
TODOinterface
NumericType<T extends NumericType<T>>
TODOinterface
TODOClasses in net.imglib2.type.numeric that implement ValueEqualsModifier and TypeClassDescriptionclass
AbstractARGBDoubleType<T extends AbstractARGBDoubleType<T>>
class
class
Anative
NumericType
that 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 TypeClassDescriptionclass
AbstractComplexType<T extends AbstractComplexType<T>>
TODOclass
TODOclass
TODO -
Uses of ValueEquals in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer that implement ValueEqualsModifier and TypeClassDescriptionclass
AbstractIntegerBitType<T extends AbstractIntegerBitType<T>>
The performance of this type is traded off for the gain in memory storage.class
AbstractIntegerType<T extends AbstractIntegerType<T>>
TODOclass
TODOclass
GenericByteType<T extends GenericByteType<T>>
TODOclass
GenericIntType<T extends GenericIntType<T>>
TODOclass
GenericLongType<T extends GenericLongType<T>>
Abstract superclass for Long types.class
GenericShortType<T extends GenericShortType<T>>
Abstract base class fornative
IntegerType
s that encode their value into a 16bit short.class
TODOclass
TODOclass
TODOclass
AType
with a bit depth of 128.class
A 12-bitType
whose data is stored in aLongAccess
.class
AType
with a bit depth of 2.class
AType
with a bit depth of 4.class
TODOclass
TODOclass
TODOclass
TODOclass
AType
with 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 TypeClassDescriptionclass
AbstractRealType<T extends AbstractRealType<T>>
TODOclass
TODOclass
TODO -
Uses of ValueEquals in net.imglib2.type.volatiles
Classes in net.imglib2.type.volatiles that implement ValueEqualsModifier and TypeClassDescriptionclass
AbstractVolatileNumericType<N extends NumericType<N>,
T extends AbstractVolatileNumericType<N, T>> Abstract base class forVolatileNumericType
s that wrap aNumericType
that is either VALID or INVALID.class
AbstractVolatileRealType<R extends RealType<R>,
T extends AbstractVolatileRealType<R, T>> Abstract base class forVolatileRealType
s that wrapRealType
.class
VolatileNumericType<T extends NumericType<T>>
Something volatile that has a value and is either VALID or INVALID.class
VolatileRealType<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 TypeClassDescriptionclass
AbstractNumericComposite<T extends NumericType<T>,
C extends AbstractNumericComposite<T, C>> Abstract base class for a vector ofNumericType
scalars.class
NumericComposite<T extends NumericType<T>>
A vector ofNumericType
scalars.class
RealComposite<T extends RealType<T>>
A vector ofRealType
scalars.