Uses of Interface
net.imglib2.type.numeric.ComplexType
Packages that use ComplexType
Package
Description
-
Uses of ComplexType in net.imglib2.converter
Classes in net.imglib2.converter with type parameters of type ComplexTypeModifier and TypeClassDescriptionclass
ComplexImaginaryFloatConverter<R extends ComplexType<R>>
Returns the imaginary value of a complex valueclass
ComplexPhaseFloatConverter<R extends ComplexType<R>>
Computes the phase spectrum for a complex valueclass
ComplexPowerFloatConverter<R extends ComplexType<R>>
Computes the power spectrum for a complex valueclass
ComplexPowerGLogFloatConverter<R extends ComplexType<R>>
Computes the generalized log of the power spectrum for a complex valueclass
ComplexRealFloatConverter<R extends ComplexType<R>>
Returns the real value for of complex value -
Uses of ComplexType in net.imglib2.type
Subinterfaces of ComplexType in net.imglib2.type -
Uses of ComplexType in net.imglib2.type.logic
Classes in net.imglib2.type.logic that implement ComplexTypeModifier and TypeClassDescriptionclass
TODOclass
ABooleanType
wrapping a single primitiveboolean
variable. -
Uses of ComplexType in net.imglib2.type.numeric
Classes in net.imglib2.type.numeric with type parameters of type ComplexTypeSubinterfaces of ComplexType in net.imglib2.type.numericModifier and TypeInterfaceDescriptioninterface
IntegerType<T extends IntegerType<T>>
TODOinterface
TODO -
Uses of ComplexType in net.imglib2.type.numeric.complex
Classes in net.imglib2.type.numeric.complex that implement ComplexTypeModifier and TypeClassDescriptionclass
AbstractComplexType<T extends AbstractComplexType<T>>
TODOclass
TODOclass
TODO -
Uses of ComplexType in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer that implement ComplexTypeModifier 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 ComplexType in net.imglib2.type.numeric.real
Classes in net.imglib2.type.numeric.real that implement ComplexTypeModifier and TypeClassDescriptionclass
AbstractRealType<T extends AbstractRealType<T>>
TODOclass
TODOclass
TODO -
Uses of ComplexType in net.imglib2.type.volatiles
Classes in net.imglib2.type.volatiles that implement ComplexTypeModifier and TypeClassDescriptionclass
AbstractVolatileRealType<R extends RealType<R>,
T extends AbstractVolatileRealType<R, T>> Abstract base class forVolatileRealType
s that wrapRealType
.class
VolatileRealType<T extends RealType<T>>
Something volatile that has a value and is either VALID or INVALID.