Uses of Interface
net.imglib2.type.numeric.ComplexType
-
-
Uses of ComplexType in net.imglib2.converter
Classes in net.imglib2.converter with type parameters of type ComplexType Modifier and Type Class Description class
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 Modifier and Type Interface Description interface
BooleanType<T extends BooleanType<T>>
TODO -
Uses of ComplexType in net.imglib2.type.logic
Classes in net.imglib2.type.logic that implement ComplexType Modifier and Type Class Description class
BitType
TODOclass
BoolType
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 ComplexType Modifier and Type Interface Description interface
ComplexType<T extends ComplexType<T>>
TODOSubinterfaces of ComplexType in net.imglib2.type.numeric Modifier and Type Interface Description interface
IntegerType<T extends IntegerType<T>>
TODOinterface
RealType<T extends RealType<T>>
TODO -
Uses of ComplexType in net.imglib2.type.numeric.complex
Classes in net.imglib2.type.numeric.complex that implement ComplexType Modifier and Type Class Description class
AbstractComplexType<T extends AbstractComplexType<T>>
TODOclass
ComplexDoubleType
TODOclass
ComplexFloatType
TODO -
Uses of ComplexType in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer that implement ComplexType Modifier and Type Class Description class
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
ByteType
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
IntType
TODOclass
LongType
TODOclass
ShortType
TODOclass
Unsigned128BitType
AType
with a bit depth of 128.class
Unsigned12BitType
A 12-bitType
whose data is stored in aLongAccess
.class
Unsigned2BitType
AType
with a bit depth of 2.class
Unsigned4BitType
AType
with a bit depth of 4.class
UnsignedByteType
TODOclass
UnsignedIntType
TODOclass
UnsignedLongType
TODOclass
UnsignedShortType
TODOclass
UnsignedVariableBitLengthType
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 ComplexType Modifier and Type Class Description class
AbstractRealType<T extends AbstractRealType<T>>
TODOclass
DoubleType
TODOclass
FloatType
TODO -
Uses of ComplexType in net.imglib2.type.volatiles
Classes in net.imglib2.type.volatiles that implement ComplexType Modifier and Type Class Description class
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.
-