Class DelPhiBinaryReader

    • Field Detail

      • data

        private float[] data
      • pt

        private int pt
    • Constructor Detail

      • DelPhiBinaryReader

        DelPhiBinaryReader()
    • Method Detail

      • readParameters

        protected void readParameters()
                               throws java.lang.Exception
        this reader has the critical scaling information at the end, so we just load the data straight into an array.
        Specified by:
        readParameters in class VolumeFileReader
        Throws:
        java.lang.Exception
      • readString

        private java.lang.String readString()
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • readFloatArray

        private float[] readFloatArray()
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • nextVoxel

        protected float nextVoxel()
                           throws java.lang.Exception
        Overrides:
        nextVoxel in class VolumeFileReader
        Throws:
        java.lang.Exception
      • skipData

        protected void skipData​(int nPoints)
                         throws java.lang.Exception
        Overrides:
        skipData in class VolumeFileReader
        Throws:
        java.lang.Exception