Modifier and Type | Class and Description |
---|---|
class |
ComplexImaginaryFloatConverter<R extends ComplexType<R>>
Returns the imaginary value of a complex value
|
class |
ComplexPhaseFloatConverter<R extends ComplexType<R>>
Computes the phase spectrum for a complex value
|
class |
ComplexPowerFloatConverter<R extends ComplexType<R>>
Computes the power spectrum for a complex value
|
class |
ComplexPowerGLogFloatConverter<R extends ComplexType<R>>
Computes the generalized log of the power spectrum for a complex value
|
class |
ComplexRealFloatConverter<R extends ComplexType<R>>
Returns the real value for of complex value
|
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanType<T extends BooleanType<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
BitType
TODO
|
class |
BoolType
A
BooleanType wrapping a single primitive boolean variable. |
Modifier and Type | Interface and Description |
---|---|
interface |
ComplexType<T extends ComplexType<T>>
TODO
|
Modifier and Type | Interface and Description |
---|---|
interface |
IntegerType<T extends IntegerType<T>>
TODO
|
interface |
RealType<T extends RealType<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractComplexType<T extends AbstractComplexType<T>>
TODO
|
class |
ComplexDoubleType
TODO
|
class |
ComplexFloatType
TODO
|
Modifier and Type | Class and 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>>
TODO
|
class |
ByteType
TODO
|
class |
GenericByteType<T extends GenericByteType<T>>
TODO
|
class |
GenericIntType<T extends GenericIntType<T>>
TODO
|
class |
GenericLongType<T extends GenericLongType<T>>
Abstract superclass for Long types.
|
class |
GenericShortType<T extends GenericShortType<T>>
Abstract base class for
native IntegerType s that
encode their value into a 16bit short. |
class |
IntType
TODO
|
class |
LongType
TODO
|
class |
ShortType
TODO
|
class |
Unsigned128BitType
A
Type with a bit depth of 128. |
class |
Unsigned12BitType
A 12-bit
Type whose data is stored in a LongAccess . |
class |
Unsigned2BitType
A
Type with a bit depth of 2. |
class |
Unsigned4BitType
A
Type with a bit depth of 4. |
class |
UnsignedByteType
TODO
|
class |
UnsignedIntType
TODO
|
class |
UnsignedLongType
TODO
|
class |
UnsignedShortType
TODO
|
class |
UnsignedVariableBitLengthType
A
Type with arbitrary bit depth up to maximum 64 bits. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRealType<T extends AbstractRealType<T>>
TODO
|
class |
DoubleType
TODO
|
class |
FloatType
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R,T>>
Abstract base class for
VolatileRealType s that wrap RealType . |
class |
VolatileRealType<T extends RealType<T>>
Something volatile that has a value and is either VALID or INVALID.
|
Copyright © 2009–2018 ImgLib2. All rights reserved.