Class IsoFxyReader

    • Field Detail

      • data

        private float[][] data
      • isPlanarMapping

        private boolean isPlanarMapping
      • func

        private java.lang.Object[] func
      • values

        private final float[] values
    • Constructor Detail

      • IsoFxyReader

        IsoFxyReader()
    • Method Detail

      • setup

        protected void setup​(boolean isMapData)
        Overrides:
        setup in class AtomDataReader
      • setupType

        protected void setupType​(java.lang.String type)
      • readSurfaceData

        protected void readSurfaceData​(boolean isMapData)
                                throws java.lang.Exception
        Overrides:
        readSurfaceData in class VolumeDataReader
        Throws:
        java.lang.Exception
      • setPlane

        private void setPlane​(int x,
                              float[] plane)
      • getValue

        protected float getValue​(int x,
                                 int y,
                                 int z)
      • getValueAtPoint

        public float getValueAtPoint​(javajs.util.T3 pt,
                                     boolean getSource)
        Overrides:
        getValueAtPoint in class SurfaceReader
        getSource - TODO
        Returns:
        value
      • evaluateValue

        protected float evaluateValue​(int x,
                                      int y,
                                      int z)