Uses of Class
loci.formats.dicom.DicomTile
Packages that use DicomTile
Package
Description
Package containing Bio-Formats file format readers.
-
Uses of DicomTile in loci.formats.dicom
Fields in loci.formats.dicom with type parameters of type DicomTile -
Uses of DicomTile in loci.formats.in
Fields in loci.formats.in with type parameters of type DicomTileMethods in loci.formats.in that return types with arguments of type DicomTileModifier and TypeMethodDescriptionDicomReader.getTileList(int no, loci.common.Region boundingBox, boolean firstTileOnly) Get a list of tiles corresponding to the given plane.DicomReader.getTiles()DicomReader.getTiles(int coreIndex) Methods in loci.formats.in with parameters of type DicomTileModifier and TypeMethodDescriptionprivate voidDecompress pixel data associated with the given DicomTile.private CodecDicomReader.getTileCodec(DicomTile tile) Get a Codec that can be used to decompress the given tile.private CodecOptionsDicomReader.getTileCodecOptions(DicomTile tile) Get a CodecOptions that can be used to decompress the given tile.