Uses of Class
net.imglib2.exception.InvalidDimensionsException
-
Packages that use InvalidDimensionsException Package Description net.imglib2 -
-
Uses of InvalidDimensionsException in net.imglib2
Methods in net.imglib2 that throw InvalidDimensionsException Modifier and Type Method Description static int[]Dimensions. verify(int... dimensions)Verify thatdimensionsis not null or empty, and that all dimensions are positive.static long[]Dimensions. verify(long... dimensions)Verify thatdimensionsis not null or empty, and that all dimensions are positive.static int[]Dimensions. verifyAllPositive(int... dimensions)Check that all entries indimensionsare positivestatic long[]Dimensions. verifyAllPositive(long... dimensions)Check that all entries indimensionsare positive
-