Uses of Class
net.imglib2.type.numeric.integer.LongType
-
Packages that use LongType Package Description net.imglib2.histogram net.imglib2.img.array net.imglib2.img.planar net.imglib2.position net.imglib2.type.numeric.integer net.imglib2.type.volatiles -
-
Uses of LongType in net.imglib2.histogram
Fields in net.imglib2.histogram with type parameters of type LongType Modifier and Type Field Description private RandomAccess<LongType>DiscreteFrequencyDistribution. accessorprivate Img<LongType>DiscreteFrequencyDistribution. countsMethods in net.imglib2.histogram that return LongType Modifier and Type Method Description LongTypeDiscreteFrequencyDistribution. firstElement()LongTypeHistogram1d. firstElement()LongTypeHistogramNd. firstElement()LongTypeDiscreteFrequencyDistribution. getType()LongTypeHistogram1d. getType()LongTypeHistogramNd. getType()Methods in net.imglib2.histogram that return types with arguments of type LongType Modifier and Type Method Description Cursor<LongType>DiscreteFrequencyDistribution. cursor()Cursor<LongType>Histogram1d. cursor()Cursor<LongType>HistogramNd. cursor()ImgFactory<LongType>DiscreteFrequencyDistribution. factory()ImgFactory<LongType>Histogram1d. factory()ImgFactory<LongType>HistogramNd. factory()java.util.Iterator<LongType>DiscreteFrequencyDistribution. iterator()java.util.Iterator<LongType>Histogram1d. iterator()java.util.Iterator<LongType>HistogramNd. iterator()Cursor<LongType>DiscreteFrequencyDistribution. localizingCursor()Cursor<LongType>Histogram1d. localizingCursor()Cursor<LongType>HistogramNd. localizingCursor()RandomAccess<LongType>DiscreteFrequencyDistribution. randomAccess()RandomAccess<LongType>DiscreteFrequencyDistribution. randomAccess(Interval interval)RandomAccess<LongType>Histogram1d. randomAccess()RandomAccess<LongType>Histogram1d. randomAccess(Interval interval)RandomAccess<LongType>HistogramNd. randomAccess()RandomAccess<LongType>HistogramNd. randomAccess(Interval interval)Constructor parameters in net.imglib2.histogram with type arguments of type LongType Constructor Description DiscreteFrequencyDistribution(Img<LongType> img)Construct an n-dimensional counter using a providedImg<LongType>to store counts. -
Uses of LongType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type LongType Modifier and Type Method Description static ArrayImg<LongType,LongArray>ArrayImgs. longs(long... dim)static ArrayImg<LongType,LongArray>ArrayImgs. longs(long[] array, long... dim)static <A extends LongAccess>
ArrayImg<LongType,A>ArrayImgs. longs(A access, long... dim) -
Uses of LongType in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type LongType Modifier and Type Method Description static PlanarImg<LongType,LongArray>PlanarImgs. longs(long... dim) -
Uses of LongType in net.imglib2.position
Fields in net.imglib2.position declared as LongType Modifier and Type Field Description private LongTypePositionRandomAccessible.PositionRandomAccess. tMethods in net.imglib2.position that return LongType Modifier and Type Method Description LongTypePositionRandomAccessible.PositionRandomAccess. get()LongTypePositionRandomAccessible. getType()LongTypePositionRandomAccessible.PositionRandomAccess. getType()Methods in net.imglib2.position that return types with arguments of type LongType Modifier and Type Method Description RandomAccess<LongType>PositionRandomAccessible. randomAccess()RandomAccess<LongType>PositionRandomAccessible. randomAccess(Interval interval) -
Uses of LongType in net.imglib2.type.numeric.integer
Fields in net.imglib2.type.numeric.integer with type parameters of type LongType Modifier and Type Field Description private static NativeTypeFactory<LongType,LongAccess>LongType. typeFactoryMethods in net.imglib2.type.numeric.integer that return LongType Modifier and Type Method Description LongTypeLongType. copy()LongTypeLongType. createVariable()LongTypeLongType. duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.integer that return types with arguments of type LongType Modifier and Type Method Description NativeTypeFactory<LongType,LongAccess>LongType. getNativeTypeFactory() -
Uses of LongType in net.imglib2.type.volatiles
Subclasses of LongType in net.imglib2.type.volatiles Modifier and Type Class Description private static classVolatileLongType.WrappedLongType
-