Class JaguarReader

    • Field Detail

      • extents

        private float[] extents
    • Constructor Detail

      • JaguarReader

        JaguarReader()
    • Method Detail

      • readParameters

        protected void readParameters()
                               throws java.lang.Exception
        nothing much here
        Specified by:
        readParameters in class VolumeFileReader
        Throws:
        java.lang.Exception - -- generally a reader issue
      • readExtents

        private void readExtents​(int voxelVectorIndex)
                          throws java.lang.Exception
        read the extentx=, extenty=, extentz= lines and cache them then read the npts= line and construct the necessary data
        Parameters:
        voxelVectorIndex - 0, 1, or 2
        Throws:
        java.lang.Exception - -- generally a reader issue