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 classComplexImaginaryFloatConverter<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 Modifier and Type Interface Description interfaceBooleanType<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 classBitTypeTODOclassBoolTypeABooleanTypewrapping a single primitivebooleanvariable.classNativeBoolTypeNativeTypebacked byboolean. -
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 interfaceComplexType<T extends ComplexType<T>>TODOSubinterfaces of ComplexType in net.imglib2.type.numeric Modifier and Type Interface Description interfaceIntegerType<T extends IntegerType<T>>TODOinterfaceRealType<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 classAbstractComplexType<T extends AbstractComplexType<T>>TODOclassComplexDoubleTypeTODOclassComplexFloatTypeTODO -
Uses of ComplexType in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer that implement ComplexType Modifier and Type Class Description classAbstractIntegerBitType<T extends AbstractIntegerBitType<T>>The performance of this type is traded off for the gain in memory storage.classAbstractIntegerType<T extends AbstractIntegerType<T>>TODOclassByteTypeTODOclassGenericByteType<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.classIntTypeTODOclassLongTypeTODOclassShortTypeTODOclassUnsigned128BitTypeATypewith a bit depth of 128.classUnsigned12BitTypeA 12-bitTypewhose data is stored in aLongAccess.classUnsigned2BitTypeATypewith a bit depth of 2.classUnsigned4BitTypeATypewith a bit depth of 4.classUnsignedByteTypeTODOclassUnsignedIntTypeTODOclassUnsignedLongTypeTODOclassUnsignedShortTypeTODOclassUnsignedVariableBitLengthTypeATypewith 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 classAbstractRealType<T extends AbstractRealType<T>>TODOclassDoubleTypeTODOclassFloatTypeTODO -
Uses of ComplexType in net.imglib2.type.volatiles
-