Package | Description |
---|---|
net.imglib2 |
Modifier and Type | Method and 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 |
Copyright © 2015–2022 ImgLib2. All rights reserved.