Uses of Class
net.imglib2.type.numeric.integer.IntType
-
Packages that use IntType Package Description net.imglib2.display.screenimage.awt net.imglib2.img.array net.imglib2.img.planar net.imglib2.type.numeric.integer net.imglib2.type.volatiles -
-
Uses of IntType in net.imglib2.display.screenimage.awt
Constructors in net.imglib2.display.screenimage.awt with parameters of type IntType Constructor Description IntAWTScreenImage(IntType type, IntArray data, long[] dim)Constructor parameters in net.imglib2.display.screenimage.awt with type arguments of type IntType Constructor Description IntAWTScreenImage(ArrayImg<IntType,IntArray> img) -
Uses of IntType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type IntType Modifier and Type Method Description static ArrayImg<IntType,IntArray>ArrayImgs. ints(int[] array, long... dim)static ArrayImg<IntType,IntArray>ArrayImgs. ints(long... dim)static <A extends IntAccess>
ArrayImg<IntType,A>ArrayImgs. ints(A access, long... dim) -
Uses of IntType in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type IntType Modifier and Type Method Description static PlanarImg<IntType,IntArray>PlanarImgs. ints(long... dim) -
Uses of IntType in net.imglib2.type.numeric.integer
Fields in net.imglib2.type.numeric.integer with type parameters of type IntType Modifier and Type Field Description private static NativeTypeFactory<IntType,IntAccess>IntType. typeFactoryMethods in net.imglib2.type.numeric.integer that return IntType Modifier and Type Method Description IntTypeIntType. copy()IntTypeIntType. createVariable()IntTypeIntType. duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.integer that return types with arguments of type IntType Modifier and Type Method Description NativeTypeFactory<IntType,IntAccess>IntType. getNativeTypeFactory() -
Uses of IntType in net.imglib2.type.volatiles
Subclasses of IntType in net.imglib2.type.volatiles Modifier and Type Class Description private static classVolatileIntType.WrappedIntType
-