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 FinalRealInterval
FinalRealInterval. createMinMax(double... minmax)
Create aFinalRealInterval
from a parameter list comprising minimum and maximum coordinates.static FinalRealInterval
FinalRealInterval. createMinSize(double... minsize)
Deprecated. -
Uses of FinalRealInterval in net.imglib2.util
Methods in net.imglib2.util that return FinalRealInterval Modifier and Type Method Description static FinalRealInterval
Intervals. createMinMaxReal(double... minmax)
Create aFinalRealInterval
from a parameter list comprising minimum and maximum coordinates.static FinalRealInterval
Intervals. createMinSizeReal(double... minsize)
Deprecated.static FinalRealInterval
Intervals. intersect(RealInterval intervalA, RealInterval intervalB)
Compute the intersection of two intervals.static FinalRealInterval
Intervals. union(RealInterval intervalA, RealInterval intervalB)
Compute the smallest interval that contains both input intervals.
-