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.type.numeric.integer -
-
Uses of LongType in net.imglib2.histogram
Methods in net.imglib2.histogram that return LongType Modifier and Type Method Description LongType
DiscreteFrequencyDistribution. firstElement()
LongType
Histogram1d. firstElement()
LongType
HistogramNd. firstElement()
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.type.numeric.integer
Methods in net.imglib2.type.numeric.integer that return LongType Modifier and Type Method Description LongType
LongType. copy()
LongType
LongType. createVariable()
LongType
LongType. duplicateTypeOnSameNativeImg()
Methods in net.imglib2.type.numeric.integer that return types with arguments of type LongType Modifier and Type Method Description NativeImg<LongType,? extends LongAccess>
LongType. createSuitableNativeImg(NativeImgFactory<LongType> storageFactory, long[] dim)
Methods in net.imglib2.type.numeric.integer with parameters of type LongType Modifier and Type Method Description int
LongType. compareTo(LongType c)
Method parameters in net.imglib2.type.numeric.integer with type arguments of type LongType Modifier and Type Method Description NativeImg<LongType,? extends LongAccess>
LongType. createSuitableNativeImg(NativeImgFactory<LongType> storageFactory, long[] dim)
-