Class OutputInferBinned2DData

  • All Implemented Interfaces:
    org.freehep.j3d.plot.Binned2DData

    public class OutputInferBinned2DData
    extends Object
    implements org.freehep.j3d.plot.Binned2DData
    Description : implementation of freehep's Binned2DData interface for SurfacePlot2
    • Constructor Detail

      • OutputInferBinned2DData

        public OutputInferBinned2DData​(double[] inferdata,
                                       double Xmin,
                                       double Xmax,
                                       double Ymin,
                                       double Ymax)
                                throws IOException
        Throws:
        IOException
    • Method Detail

      • xBins

        public int xBins()
        Specified by:
        xBins in interface org.freehep.j3d.plot.Binned2DData
      • yBins

        public int yBins()
        Specified by:
        yBins in interface org.freehep.j3d.plot.Binned2DData
      • xMin

        public float xMin()
        Specified by:
        xMin in interface org.freehep.j3d.plot.Binned2DData
      • xMax

        public float xMax()
        Specified by:
        xMax in interface org.freehep.j3d.plot.Binned2DData
      • yMin

        public float yMin()
        Specified by:
        yMin in interface org.freehep.j3d.plot.Binned2DData
      • yMax

        public float yMax()
        Specified by:
        yMax in interface org.freehep.j3d.plot.Binned2DData
      • zMin

        public float zMin()
        Specified by:
        zMin in interface org.freehep.j3d.plot.Binned2DData
      • zMax

        public float zMax()
        Specified by:
        zMax in interface org.freehep.j3d.plot.Binned2DData
      • zAt

        public float zAt​(int xIndex,
                         int yIndex)
        Specified by:
        zAt in interface org.freehep.j3d.plot.Binned2DData
      • setLocalMinsAnsMax

        public void setLocalMinsAnsMax​(double local_xmin,
                                       double local_xmax,
                                       double local_ymin,
                                       double local_ymax)
      • localPointToInferedPoint

        public javax.vecmath.Point3f localPointToInferedPoint​(javax.vecmath.Point3d local_point)
      • colorAt

        public javax.vecmath.Color3b colorAt​(int xIndex,
                                             int yIndex)
        Specified by:
        colorAt in interface org.freehep.j3d.plot.Binned2DData