Uses of Interface
net.imglib2.type.Type
-
-
Uses of Type in net.imglib2.converter
Classes in net.imglib2.converter with type parameters of type Type Modifier and Type Class Description class
CompositeChannelConverter<T extends Type<T>,A extends Composite<T>>
A converter to extract one channel of aComposite
.class
TypeIdentity<T extends Type<T>>
TODOMethods in net.imglib2.converter with type parameters of type Type Modifier and Type Method Description static <A,B extends Type<B>>
IterableInterval<B>Converters. convert(IterableInterval<A> source, Converter<? super A,? super B> converter, B b)
static <A,B extends Type<B>>
WriteConvertedIterableInterval<A,B>Converters. convert(IterableInterval<A> source, SamplerConverter<? super A,B> converter)
static <A,B extends Type<B>>
RandomAccessible<B>Converters. convert(RandomAccessible<A> source, Converter<? super A,? super B> converter, B b)
static <A,B extends Type<B>>
WriteConvertedRandomAccessible<A,B>Converters. convert(RandomAccessible<A> source, SamplerConverter<? super A,B> converter)
static <A,B extends Type<B>>
RandomAccessibleInterval<B>Converters. convert(RandomAccessibleInterval<A> source, Converter<? super A,? super B> converter, B b)
static <A,B extends Type<B>>
WriteConvertedRandomAccessibleInterval<A,B>Converters. convert(RandomAccessibleInterval<A> source, SamplerConverter<? super A,B> converter)
static <A,B extends Type<B>>
RealRandomAccessible<B>Converters. convert(RealRandomAccessible<A> source, Converter<? super A,? super B> converter, B b)
static <A,B extends Type<B>>
RealRandomAccessibleRealInterval<B>Converters. convert(RealRandomAccessibleRealInterval<A> source, Converter<? super A,? super B> converter, B b)
Create aRealRandomAccessibleRealInterval
whoseRealRandomAccesses
Sampler.get()
you a converted sample.static <A,B extends Type<B>,S extends RandomAccessible<A> & IterableInterval<A>>
WriteConvertedIterableRandomAccessibleInterval<A,B,S>Converters. convertRandomAccessibleIterableInterval(S source, SamplerConverter<? super A,B> converter)
Create anWriteConvertedIterableRandomAccessibleInterval
whoseRandomAccesses
andCursors
Sampler.get()
you a converted sample. -
Uses of Type in net.imglib2.converter.read
Classes in net.imglib2.converter.read with type parameters of type Type Modifier and Type Class Description class
ConvertedCursor<A,B extends Type<B>>
TODOclass
ConvertedIterableInterval<A,B extends Type<B>>
TODOclass
ConvertedRandomAccess<A,B extends Type<B>>
TODOclass
ConvertedRandomAccessible<A,B extends Type<B>>
TODOclass
ConvertedRandomAccessibleInterval<A,B extends Type<B>>
TODOclass
ConvertedRealRandomAccess<A,B extends Type<B>>
TODOclass
ConvertedRealRandomAccessible<A,B extends Type<B>>
TODOclass
ConvertedRealRandomAccessibleRealInterval<A,B extends Type<B>>
TODOFields in net.imglib2.converter.read declared as Type Modifier and Type Field Description protected B
ConvertedCursor. converted
protected B
ConvertedIterableInterval. converted
protected B
ConvertedRandomAccess. converted
protected B
ConvertedRandomAccessible. converted
protected B
ConvertedRandomAccessibleInterval. converted
protected B
ConvertedRealRandomAccess. converted
protected B
ConvertedRealRandomAccessible. converted
protected B
ConvertedRealRandomAccessibleRealInterval. converted
-
Uses of Type in net.imglib2.img
Classes in net.imglib2.img with type parameters of type Type Modifier and Type Class Description class
ImgView<T extends Type<T>>
Allows aRandomAccessibleInterval
to be treated as anImg
.interface
NativeImg<T extends Type<T>,A>
TODOMethods in net.imglib2.img with type parameters of type Type Modifier and Type Method Description static <T extends Type<T>>
Img<T>ImgView. wrap(RandomAccessibleInterval<T> accessible, ImgFactory<T> factory)
Represent an arbitrary RandomAccessibleInterval as an Img -
Uses of Type in net.imglib2.outofbounds
Classes in net.imglib2.outofbounds with type parameters of type Type Modifier and Type Class Description class
AbstractOutOfBoundsValue<T extends Type<T>>
class
OutOfBoundsConstantValue<T extends Type<T>>
class
OutOfBoundsConstantValueFactory<T extends Type<T>,F extends Interval & RandomAccessible<T>>
Fields in net.imglib2.outofbounds declared as Type Modifier and Type Field Description protected T
OutOfBoundsConstantValue. value
protected T
OutOfBoundsConstantValueFactory. value
-
Uses of Type in net.imglib2.type
Classes in net.imglib2.type with type parameters of type Type Modifier and Type Interface Description interface
Type<T extends Type<T>>
TheType
interface is responsible for accessing and manipulating (pixel) values.Subinterfaces of Type in net.imglib2.type Modifier and Type Interface Description interface
BasePairType<T extends BasePairType<T>>
TODOinterface
BooleanType<T extends BooleanType<T>>
TODOinterface
NativeType<T extends NativeType<T>>
ANativeType
is aType
that that provides access to data stored in Java primitive arrays.Classes in net.imglib2.type that implement Type Modifier and Type Class Description class
AbstractBit64Type<T extends AbstractBit64Type<T>>
AType
with arbitrary bit depth up to maximum 64 bits.class
AbstractBitType<T extends AbstractBitType<T>>
Provides basic infrastructure to implement Types based on single bits stored in a LongAccessclass
AbstractNativeType<T extends AbstractNativeType<T>>
TODO -
Uses of Type in net.imglib2.type.label
Classes in net.imglib2.type.label that implement Type Modifier and Type Class Description class
BasePairBitType
Representation of base pairs using 3 bits per entry, supported characters: gap, N, A, T, G, C, U Bases are handled using theBasePairBitType.Base
enumeration.class
BasePairCharType
Representation of base pairs using one char per entry, supported characters: gap, N, A, T, G, C, U Bases are handled using theBasePairBitType.Base
enumeration. -
Uses of Type in net.imglib2.type.logic
Classes in net.imglib2.type.logic that implement Type Modifier and Type Class Description class
BitType
TODOclass
BoolType
ABooleanType
wrapping a single primitiveboolean
variable. -
Uses of Type in net.imglib2.type.numeric
Subinterfaces of Type in net.imglib2.type.numeric Modifier and Type Interface Description interface
ComplexType<T extends ComplexType<T>>
TODOinterface
IntegerType<T extends IntegerType<T>>
TODOinterface
NumericType<T extends NumericType<T>>
TODOinterface
RealType<T extends RealType<T>>
TODOClasses in net.imglib2.type.numeric that implement Type Modifier and Type Class Description class
AbstractARGBDoubleType<T extends AbstractARGBDoubleType<T>>
class
ARGBDoubleType
class
ARGBType
Anative
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
-
Uses of Type in net.imglib2.type.numeric.complex
Classes in net.imglib2.type.numeric.complex that implement Type Modifier and Type Class Description class
AbstractComplexType<T extends AbstractComplexType<T>>
TODOclass
ComplexDoubleType
TODOclass
ComplexFloatType
TODO -
Uses of Type in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer that implement Type 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 Type in net.imglib2.type.numeric.real
Classes in net.imglib2.type.numeric.real that implement Type Modifier and Type Class Description class
AbstractRealType<T extends AbstractRealType<T>>
TODOclass
DoubleType
TODOclass
FloatType
TODO -
Uses of Type in net.imglib2.type.volatiles
Classes in net.imglib2.type.volatiles that implement Type Modifier and Type Class Description class
AbstractVolatileNumericType<N extends NumericType<N>,T extends AbstractVolatileNumericType<N,T>>
Abstract base class forVolatileNumericType
s that wrap aNumericType
that is either VALID or INVALID.class
AbstractVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R,T>>
Abstract base class forVolatileRealType
s that wrapRealType
.class
VolatileNumericType<T extends NumericType<T>>
Something volatile that has a value and is either VALID or INVALID.class
VolatileRealType<T extends RealType<T>>
Something volatile that has a value and is either VALID or INVALID. -
Uses of Type in net.imglib2.util
Methods in net.imglib2.util with type parameters of type Type Modifier and Type Method Description static <T extends Type<T> & java.lang.Comparable<T>>
TUtil. max(T value1, T value2)
static <T extends Type<T> & java.lang.Comparable<T>>
TUtil. min(T value1, T value2)
-
Uses of Type in net.imglib2.view
Methods in net.imglib2.view with type parameters of type Type Modifier and Type Method Description static <T extends Type<T>>
IntervalView<T>Views. expandValue(RandomAccessibleInterval<T> source, T t, long... border)
Expand a RandomAccessibleInterval as specified by border.static <T extends Type<T>,F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T,F>Views. extendValue(F source, T value)
Extend a RandomAccessibleInterval with a constant-value out-of-bounds strategy. -
Uses of Type in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement Type Modifier and Type Class Description class
AbstractNumericComposite<T extends NumericType<T>,C extends AbstractNumericComposite<T,C>>
Abstract base class for a vector ofNumericType
scalars.class
NumericComposite<T extends NumericType<T>>
A vector ofNumericType
scalars.class
RealComposite<T extends RealType<T>>
A vector ofRealType
scalars.
-