Uses of Class
net.imglib2.FinalRealInterval
Packages that use FinalRealInterval
-
Uses of FinalRealInterval in net.imglib2
Methods in net.imglib2 that return FinalRealIntervalModifier and TypeMethodDescriptionstatic FinalRealIntervalFinalRealInterval.createMinMax(double... minmax) Create aFinalRealIntervalfrom a parameter list comprising minimum and maximum coordinates.static FinalRealIntervalFinalRealInterval.createMinSize(double... minsize) Deprecated. -
Uses of FinalRealInterval in net.imglib2.util
Methods in net.imglib2.util that return FinalRealIntervalModifier and TypeMethodDescriptionstatic FinalRealIntervalIntervals.createMinMaxReal(double... minmax) Create aFinalRealIntervalfrom a parameter list comprising minimum and maximum coordinates.static FinalRealIntervalIntervals.createMinSizeReal(double... minsize) Deprecated.static FinalRealIntervalIntervals.intersect(RealInterval intervalA, RealInterval intervalB) Compute the intersection of two intervals.static FinalRealIntervalIntervals.union(RealInterval intervalA, RealInterval intervalB) Compute the smallest interval that contains both input intervals.