Uses of Class
net.imglib2.type.numeric.integer.UnsignedLongType
-
Packages that use UnsignedLongType Package Description net.imglib2.img.array net.imglib2.type.numeric.integer net.imglib2.type.volatiles -
-
Uses of UnsignedLongType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type UnsignedLongType Modifier and Type Method Description static ArrayImg<UnsignedLongType,LongArray>ArrayImgs. unsignedLongs(long... dim)static ArrayImg<UnsignedLongType,LongArray>ArrayImgs. unsignedLongs(long[] array, long... dim)static <A extends LongAccess>
ArrayImg<UnsignedLongType,A>ArrayImgs. unsignedLongs(A access, long... dim)static ArrayImg<UnsignedLongType,LongArray>ArrayImgs. unsignedLongss(long[] array, long... dim)Deprecated. -
Uses of UnsignedLongType in net.imglib2.type.numeric.integer
Fields in net.imglib2.type.numeric.integer with type parameters of type UnsignedLongType Modifier and Type Field Description private static NativeTypeFactory<UnsignedLongType,LongAccess>UnsignedLongType. typeFactoryMethods in net.imglib2.type.numeric.integer that return UnsignedLongType Modifier and Type Method Description UnsignedLongTypeUnsignedLongType. copy()UnsignedLongTypeUnsignedLongType. createVariable()UnsignedLongTypeUnsignedLongType. duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.integer that return types with arguments of type UnsignedLongType Modifier and Type Method Description NativeTypeFactory<UnsignedLongType,LongAccess>UnsignedLongType. getNativeTypeFactory()Methods in net.imglib2.type.numeric.integer with parameters of type UnsignedLongType Modifier and Type Method Description voidUnsignedLongType. add(UnsignedLongType c)intUnsignedLongType. compareTo(UnsignedLongType other)voidUnsignedLongType. div(UnsignedLongType c)voidUnsignedLongType. mul(UnsignedLongType c)voidUnsignedLongType. sub(UnsignedLongType c) -
Uses of UnsignedLongType in net.imglib2.type.volatiles
Subclasses of UnsignedLongType in net.imglib2.type.volatiles Modifier and Type Class Description private static classVolatileUnsignedLongType.WrappedUnsignedLongType
-