Class DicomTile

java.lang.Object
loci.formats.dicom.DicomTile

public class DicomTile extends Object
Represents a tile stored in a DICOM file. This may be a tile in a larger image, or a full plane.
  • Field Details

    • region

      public loci.common.Region region
    • file

      public String file
    • fileIndex

      public int fileIndex
    • fileOffset

      public long fileOffset
    • endOffset

      public long endOffset
    • zOffset

      public Double 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()