Class OIRReader.CZTKey

java.lang.Object
loci.formats.in.OIRReader.CZTKey
Enclosing class:
OIRReader

private static class OIRReader.CZTKey extends Object
This is a class that wraps three numbers c,z,t and an object can be used as a key in a hashmap.

It's used to create a Map from CZTKey to PixelBlocks

  • Field Details

    • c

      public final int c
    • z

      public final int z
    • t

      public final int t
    • hashCode

      public final int hashCode
  • Constructor Details

    • CZTKey

      public CZTKey(int c, int z, int t)
  • Method Details