Uses of Class
net.imglib2.exception.InvalidDimensionsException
Packages that use InvalidDimensionsException
-
Uses of InvalidDimensionsException in net.imglib2
Methods in net.imglib2 that throw InvalidDimensionsExceptionModifier and TypeMethodDescriptionstatic 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