Uses of Class
net.imglib2.FinalRealInterval
-
Packages that use FinalRealInterval Package Description net.imglib2 net.imglib2.util -
-
Uses of FinalRealInterval in net.imglib2
Methods in net.imglib2 that return FinalRealInterval Modifier and Type Method Description static FinalRealIntervalFinalRealInterval. createMinMax(double... minmax)Create aFinalRealIntervalfrom a parameter list comprising minimum and maximum coordinates.static FinalRealIntervalFinalRealInterval. createMinSize(double... minsize)Deprecated.static FinalRealIntervalFinalRealInterval. wrap(double[] min, double[] max)Create aFinalRealIntervalthat stores its min and max in the provided arrays. -
Uses of FinalRealInterval in net.imglib2.util
Methods in net.imglib2.util that return FinalRealInterval Modifier and Type Method Description static 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.static FinalRealIntervalIntervals. unionUnsafe(RealInterval intervalA, RealInterval intervalB)Compute the smallest interval that contains both input intervals.
-