Modifier and Type | Class and Description |
---|---|
class |
ScaleAsFunctionOfPosition<T extends Type<T> & MulFloatingPoint> |
static class |
ScaleAsFunctionOfPosition.ScaledRandomAccess<T extends Type<T> & MulFloatingPoint> |
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. |
class |
NativeBoolType
NativeType backed by boolean . |
Modifier and Type | Interface and Description |
---|---|
interface |
ComplexType<T extends ComplexType<T>>
TODO
|
interface |
IntegerType<T extends IntegerType<T>>
TODO
|
interface |
NumericType<T extends NumericType<T>>
TODO
|
interface |
RealType<T extends RealType<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractARGBDoubleType<T extends AbstractARGBDoubleType<T>> |
class |
ARGBDoubleType |
class |
ARGBLongAccessType |
class |
ARGBType
A
native NumericType that encodes four channels at
unsigned byte precision into one 32bit signed integer which is the format
used in most display oriented image processing libraries such as AWT or
ImageJ. |
class |
NativeARGBDoubleType |
Modifier and Type | Class and Description |
---|---|
class |
AbstractComplexType<T extends AbstractComplexType<T>>
TODO
|
class |
ComplexDoubleLongAccessType |
class |
ComplexDoubleType
TODO
|
class |
ComplexFloatLongAccessType |
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 |
ByteLongAccessType |
class |
ByteType
TODO
|
class |
GenericByteLongAccessType<T extends GenericByteLongAccessType<T>>
TODO
|
class |
GenericByteType<T extends GenericByteType<T>>
TODO
|
class |
GenericIntLongAccessType<T extends GenericIntLongAccessType<T>> |
class |
GenericIntType<T extends GenericIntType<T>>
TODO
|
class |
GenericLongLongAccessType<T extends GenericLongLongAccessType<T>>
Abstract superclass for Long types.
|
class |
GenericLongType<T extends GenericLongType<T>>
Abstract superclass for Long types.
|
class |
GenericShortLongAccessType<T extends GenericShortLongAccessType<T>>
Abstract base class for
native IntegerType s that
encode their value into a 16bit short. |
class |
GenericShortType<T extends GenericShortType<T>>
Abstract base class for
native IntegerType s that
encode their value into a 16bit short. |
class |
IntLongAccessType |
class |
IntType
TODO
|
class |
LongLongAccessType |
class |
LongType
TODO
|
class |
ShortLongAccessType |
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 |
UnsignedByteLongAccessType |
class |
UnsignedByteType
TODO
|
class |
UnsignedIntLongAccessType |
class |
UnsignedIntType
TODO
|
class |
UnsignedLongLongAccessType
TODO
|
class |
UnsignedLongType
TODO
|
class |
UnsignedShortLongAccessType |
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 |
DoubleLongAccessType |
class |
DoubleType
TODO
|
class |
FloatLongAccessType |
class |
FloatType
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNumericComposite<T extends NumericType<T>,C extends AbstractNumericComposite<T,C>>
Abstract base class for a vector of
NumericType scalars. |
class |
NumericComposite<T extends NumericType<T>>
A vector of
NumericType scalars. |
class |
RealComposite<T extends RealType<T>>
A vector of
RealType scalars. |
Copyright © 2015–2022 ImgLib2. All rights reserved.