public class ResolutionLevel extends Object
Constructor and Description |
---|
ResolutionLevel(int index,
int baseWidth,
int baseHeight,
int baseDepth,
int imageWidth,
int imageHeight,
int imageDepth,
int numTimePoints,
int byteDepth) |
Modifier and Type | Method and Description |
---|---|
int |
getContainerSizeX() |
int |
getContainerSizeY() |
int |
getContainerSizeZ() |
int |
getImageByteDepth() |
int |
getImageNumBytes() |
int |
getImageSizeX() |
int |
getImageSizeY() |
int |
getImageSizeZ() |
int |
getIndex() |
int |
getReductionFactorX() |
int |
getReductionFactorY() |
int |
getReductionFactorZ() |
int |
getTBlockSize() |
int |
getXBlockSize() |
int |
getYBlockSize() |
int |
getZBlockSize() |
public ResolutionLevel(int index, int baseWidth, int baseHeight, int baseDepth, int imageWidth, int imageHeight, int imageDepth, int numTimePoints, int byteDepth)
public int getImageNumBytes()
public int getImageByteDepth()
public int getIndex()
public int getXBlockSize()
public int getYBlockSize()
public int getZBlockSize()
public int getTBlockSize()
public int getImageSizeX()
public int getImageSizeY()
public int getImageSizeZ()
public int getContainerSizeX()
public int getContainerSizeY()
public int getContainerSizeZ()
public int getReductionFactorX()
public int getReductionFactorY()
public int getReductionFactorZ()
Copyright © 2015–2022 SCIFIO. All rights reserved.