Package loci.formats.dicom
Class DicomTile
java.lang.Object
loci.formats.dicom.DicomTile
Represents a tile stored in a DICOM file.
This may be a tile in a larger image, or a full plane.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
region
public loci.common.Region region -
file
-
fileIndex
public int fileIndex -
fileOffset
public long fileOffset -
endOffset
public long endOffset -
zOffset
-
channel
public int channel -
last
public boolean last -
planeIndex
public int planeIndex -
isJP2K
public boolean isJP2K -
isJPEG
public boolean isJPEG -
isRLE
public boolean isRLE -
isDeflate
public boolean isDeflate
-
-
Constructor Details
-
DicomTile
public DicomTile()
-