public interface Dimensions extends EuclideanSpace
Modifier and Type | Method and Description |
---|---|
long |
dimension(int d)
Get the number of pixels in a given dimension d.
|
void |
dimensions(long[] dimensions)
Write the number of pixels in each dimension into long[].
|
numDimensions
Copyright © 2009–2018 ImgLib2. All rights reserved.