public interface CellDimensionsOptions<T> extends Options<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
CellDimensionsOptions.Val |
Modifier and Type | Method and Description |
---|---|
default T |
cellDimensions(int... cellDimensions)
Set the dimensions of a cell.
|
default T cellDimensions(int... cellDimensions)
cellDimensions=[64,32]
then for creating a 3D
image it will be augmented to [64,32,32]
. For creating a 1D image
it will be truncated to [64]
.cellDimensions
- dimensions of a cell (default is 10).Copyright © 2015–2022 ImgLib2. All rights reserved.