Package loci.formats.in
Class OIRReader.CZTKey
java.lang.Object
loci.formats.in.OIRReader.CZTKey
- Enclosing class:
OIRReader
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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