Uses of Class
net.imglib2.exception.InvalidDimensionsException

Packages that use InvalidDimensionsException
Package
Description
 
  • Uses of InvalidDimensionsException in net.imglib2

    Modifier and Type
    Method
    Description
    static int[]
    Dimensions.verify(int... dimensions)
    Verify that dimensions is not null or empty, and that all dimensions are positive.
    static long[]
    Dimensions.verify(long... dimensions)
    Verify that dimensions is not null or empty, and that all dimensions are positive.
    static int[]
    Dimensions.verifyAllPositive(int... dimensions)
    Check that all entries in dimensions are positive
    static long[]
    Dimensions.verifyAllPositive(long... dimensions)
    Check that all entries in dimensions are positive