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 TypeClassDescriptionclassComplexImaginaryFloatConverter<R extends ComplexType<R>>Returns the imaginary value of a complex valueclassComplexPhaseFloatConverter<R extends ComplexType<R>>Computes the phase spectrum for a complex valueclassComplexPowerFloatConverter<R extends ComplexType<R>>Computes the power spectrum for a complex valueclassComplexPowerGLogFloatConverter<R extends ComplexType<R>>Computes the generalized log of the power spectrum for a complex valueclassComplexRealFloatConverter<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 TypeClassDescriptionclassTODOclassABooleanTypewrapping a single primitivebooleanvariable. -
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 TypeInterfaceDescriptioninterfaceIntegerType<T extends IntegerType<T>>TODOinterfaceTODO -
Uses of ComplexType in net.imglib2.type.numeric.complex
Classes in net.imglib2.type.numeric.complex that implement ComplexTypeModifier and TypeClassDescriptionclassAbstractComplexType<T extends AbstractComplexType<T>>TODOclassTODOclassTODO -
Uses of ComplexType in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer that implement ComplexTypeModifier 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 ComplexType in net.imglib2.type.numeric.real
Classes in net.imglib2.type.numeric.real that implement ComplexTypeModifier and TypeClassDescriptionclassAbstractRealType<T extends AbstractRealType<T>>TODOclassTODOclassTODO -
Uses of ComplexType in net.imglib2.type.volatiles
Classes in net.imglib2.type.volatiles that implement ComplexTypeModifier and TypeClassDescriptionclassAbstractVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R, T>> Abstract base class forVolatileRealTypes that wrapRealType.classVolatileRealType<T extends RealType<T>>Something volatile that has a value and is either VALID or INVALID.