Uses of Class
net.imglib2.type.numeric.integer.LongType
Packages that use LongType
Package
Description
-
Uses of LongType in net.imglib2.histogram
Classes in net.imglib2.histogram that implement interfaces with type arguments of type LongTypeModifier and TypeClassDescriptionclassThis class represents an n-dimensional set of counters.classHistogram1d<T>A Histogram1d is a histogram that tracks up to four kinds of values: 1) values in the center of the distribution 2) values to the left of the center of the distribution (lower tail) 3) values to the right of the center of the distribution (upper tail) 4) values outside the other areasclassHistogramNd<T>A HistogramNd is an n-dimensional histogram that tracks up to four kinds of values: 1) values in the center of the distribution 2) values to the left of the center of the distribution (lower tail) 3) values to the right of the center of the distribution (upper tail) 4) values outside the other areasFields in net.imglib2.histogram with type parameters of type LongTypeModifier and TypeFieldDescriptionprivate final RandomAccess<LongType> DiscreteFrequencyDistribution.accessorDiscreteFrequencyDistribution.countsMethods in net.imglib2.histogram that return LongTypeModifier and TypeMethodDescriptionDiscreteFrequencyDistribution.firstElement()Histogram1d.firstElement()HistogramNd.firstElement()DiscreteFrequencyDistribution.getType()Histogram1d.getType()HistogramNd.getType()Methods in net.imglib2.histogram that return types with arguments of type LongTypeModifier and TypeMethodDescriptionDiscreteFrequencyDistribution.cursor()Histogram1d.cursor()HistogramNd.cursor()DiscreteFrequencyDistribution.factory()Histogram1d.factory()HistogramNd.factory()DiscreteFrequencyDistribution.iterator()Histogram1d.iterator()HistogramNd.iterator()DiscreteFrequencyDistribution.localizingCursor()Histogram1d.localizingCursor()HistogramNd.localizingCursor()DiscreteFrequencyDistribution.randomAccess()DiscreteFrequencyDistribution.randomAccess(Interval interval) Histogram1d.randomAccess()Histogram1d.randomAccess(Interval interval) HistogramNd.randomAccess()HistogramNd.randomAccess(Interval interval) Constructor parameters in net.imglib2.histogram with type arguments of type LongTypeModifierConstructorDescriptionConstruct 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 -
Uses of LongType in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type LongType -
Uses of LongType in net.imglib2.position
Classes in net.imglib2.position that implement interfaces with type arguments of type LongTypeModifier and TypeClassDescriptionclassARandomAccessibleover the d-th position of discrete coordinate space.classFields in net.imglib2.position declared as LongTypeModifier and TypeFieldDescriptionprivate final LongTypePositionRandomAccessible.PositionRandomAccess.tMethods in net.imglib2.position that return LongTypeModifier and TypeMethodDescriptionPositionRandomAccessible.PositionRandomAccess.get()PositionRandomAccessible.getType()PositionRandomAccessible.PositionRandomAccess.getType()Methods in net.imglib2.position that return types with arguments of type LongTypeModifier and TypeMethodDescriptionPositionRandomAccessible.randomAccess()PositionRandomAccessible.randomAccess(Interval interval) -
Uses of LongType in net.imglib2.type.numeric.integer
Subclasses with type arguments of type LongType in net.imglib2.type.numeric.integerFields in net.imglib2.type.numeric.integer with type parameters of type LongTypeModifier and TypeFieldDescriptionprivate static final NativeTypeFactory<LongType, LongAccess> LongType.typeFactoryMethods in net.imglib2.type.numeric.integer that return LongTypeModifier and TypeMethodDescriptionLongType.copy()LongType.createVariable()LongType.duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.integer that return types with arguments of type LongType -
Uses of LongType in net.imglib2.type.volatiles
Subclasses of LongType in net.imglib2.type.volatilesSubclasses with type arguments of type LongType in net.imglib2.type.volatiles