Uses of Interface
net.imglib2.type.NativeType
-
-
Uses of NativeType in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt with type parameters of type NativeType Modifier and Type Class Description class
ArrayImgAWTScreenImage<T extends NativeType<T>,A>
AnAWTScreenImage
that is anArrayImg
.Methods in net.imglib2.display.screenimage.awt with type parameters of type NativeType Modifier and Type Method Description static <T extends NativeType<T>>
ArrayImgAWTScreenImage<T,?>AWTScreenImageUtil. emptyScreenImage(T type, long[] dims)
Get an appropriateAWTScreenImage
given a type and the dimensionality of the incoming image. -
Uses of NativeType in net.imglib2.img
Classes in net.imglib2.img with type parameters of type NativeType Modifier and Type Class Description class
AbstractNativeImg<T extends NativeType<T>,A>
TODOclass
NativeImgFactory<T extends NativeType<T>>
TODOFields in net.imglib2.img declared as NativeType Modifier and Type Field Description protected T
AbstractNativeImg. linkedType
-
Uses of NativeType in net.imglib2.img.array
Classes in net.imglib2.img.array with type parameters of type NativeType Modifier and Type Class Description class
AbstractArrayCursor<T extends NativeType<T>>
class
AbstractArrayLocalizingCursor<T extends NativeType<T>>
class
ArrayCursor<T extends NativeType<T>>
class
ArrayImg<T extends NativeType<T>,A>
ThisImg
stores an image in a single linear array of basic types.class
ArrayImgFactory<T extends NativeType<T>>
class
ArrayLocalizingCursor<T extends NativeType<T>>
class
ArrayLocalizingSubIntervalCursor<T extends NativeType<T>>
LocalizingAbstractArrayLocalizingCursor
on anArrayImg
.class
ArrayRandomAccess<T extends NativeType<T>>
RandomAccess
on anArrayImg
.class
ArraySubIntervalCursor<T extends NativeType<T>>
Fields in net.imglib2.img.array declared as NativeType Modifier and Type Field Description protected T
AbstractArrayCursor. type
An instance of Tprotected T
AbstractArrayLocalizingCursor. type
An instance of T.protected T
ArrayRandomAccess. type
-
Uses of NativeType in net.imglib2.img.cell
Classes in net.imglib2.img.cell with type parameters of type NativeType Modifier and Type Class Description class
AbstractCellImg<T extends NativeType<T>,A,C extends Cell<A>,I extends RandomAccessible<C> & IterableInterval<C>>
Abstract superclass forImg
types that divide their underlying data into cells.class
CellCursor<T extends NativeType<T>,C extends Cell<?>>
Cursor
on aAbstractCellImg
.class
CellImg<T extends NativeType<T>,A>
class
CellImgFactory<T extends NativeType<T>>
Factory for creatingCellImgs
.class
CellLocalizingCursor<T extends NativeType<T>,C extends Cell<?>>
LocalizingCursor
on aAbstractCellImg
.class
CellRandomAccess<T extends NativeType<T>,C extends Cell<?>>
RandomAccess
on aAbstractCellImg
.class
LazyCellImg<T extends NativeType<T>,A>
AAbstractCellImg
that obtains its Cells lazily when they are accessed.Fields in net.imglib2.img.cell declared as NativeType Modifier and Type Field Description protected T
CellCursor. type
protected T
CellLocalizingCursor. type
protected T
CellRandomAccess. type
Methods in net.imglib2.img.cell with parameters of type NativeType Modifier and Type Method Description static void
LazyCellImg. linkType(NativeType t, NativeImg img)
Reflection hack because there is noT NativeType <T>.create(NativeImg<?, A>)
method in ImgLib2 Note that for this method to be introduced, NativeType would need an additional generic parameter A that specifies the accepted family of access objects that can be used in the NativeImg... -
Uses of NativeType in net.imglib2.img.planar
Classes in net.imglib2.img.planar with type parameters of type NativeType Modifier and Type Class Description class
PlanarCursor<T extends NativeType<T>>
Basic Iterator forPlanarContainers
class
PlanarCursor1D<T extends NativeType<T>>
Basic Iterator for 1dPlanarContainers
class
PlanarCursor2D<T extends NativeType<T>>
Basic Iterator for 2dPlanarContainers
class
PlanarImg<T extends NativeType<T>,A extends ArrayDataAccess<A>>
ANativeImg
that stores data in an list of primitive arrays, one per image plane.class
PlanarImgFactory<T extends NativeType<T>>
Factory that creates an appropriatePlanarImg
.class
PlanarLocalizingCursor<T extends NativeType<T>>
Localizing Iterator for aPlanarContainers
class
PlanarLocalizingCursor1D<T extends NativeType<T>>
TODOclass
PlanarLocalizingCursor2D<T extends NativeType<T>>
TODOclass
PlanarPlaneSubsetCursor<T extends NativeType<T>>
Basic Iterator forPlanarContainers
class
PlanarPlaneSubsetLocalizingCursor<T extends NativeType<T>>
Cursor optimized for one plane in an PlanarImg.class
PlanarRandomAccess<T extends NativeType<T>>
RandomAccess
on aPlanarImg
.class
PlanarRandomAccess1D<T extends NativeType<T>>
RandomAccess
for a 1-dimensionalPlanarImg
.Fields in net.imglib2.img.planar declared as NativeType Modifier and Type Field Description protected T
PlanarCursor. type
protected T
PlanarLocalizingCursor. type
protected T
PlanarRandomAccess. type
-
Uses of NativeType in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse with type parameters of type NativeType Modifier and Type Class Description class
NtreeCursor<T extends NativeType<T>>
class
NtreeImg<T extends NativeType<T>,A extends NtreeAccess<?,A>>
class
NtreeImgFactory<T extends NativeType<T>>
class
NtreeRandomAccess<T extends NativeType<T>>
-
Uses of NativeType in net.imglib2.type
Classes in net.imglib2.type with type parameters of type NativeType Modifier and Type Interface Description interface
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 NativeType 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 NativeType in net.imglib2.type.label
Classes in net.imglib2.type.label that implement NativeType 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 NativeType in net.imglib2.type.logic
Classes in net.imglib2.type.logic that implement NativeType Modifier and Type Class Description class
BitType
TODO -
Uses of NativeType in net.imglib2.type.numeric
Classes in net.imglib2.type.numeric that implement NativeType Modifier and Type Class Description 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 NativeType in net.imglib2.type.numeric.complex
Classes in net.imglib2.type.numeric.complex that implement NativeType Modifier and Type Class Description class
ComplexDoubleType
TODOclass
ComplexFloatType
TODO -
Uses of NativeType in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer that implement NativeType 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
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 NativeType in net.imglib2.type.numeric.real
Classes in net.imglib2.type.numeric.real that implement NativeType Modifier and Type Class Description class
DoubleType
TODOclass
FloatType
TODO -
Uses of NativeType in net.imglib2.util
Methods in net.imglib2.util with type parameters of type NativeType Modifier and Type Method Description static <T extends NativeType<T>>
ImgFactory<T>Util. getArrayOrCellImgFactory(Dimensions targetSize, int targetCellSize, T type)
static <T extends NativeType<T>>
ImgFactory<T>Util. getArrayOrCellImgFactory(Dimensions targetSize, T type)
-