Class PythonInterpolationGrid

    • Field Detail

      • pythonObject

        protected long pythonObject
        Part of JCC Python interface to object
    • Constructor Detail

      • PythonInterpolationGrid

        public PythonInterpolationGrid()
    • Method Detail

      • pythonExtension

        public void pythonExtension​(long pythonObject)
      • pythonExtension

        public long pythonExtension()
      • pythonDecRef

        public void pythonDecRef()
      • getGridPoints

        public double[] getGridPoints​(double stepStart,
                                      double stepEnd)
        Description copied from interface: InterpolationGrid
        Get grid points that are within the current step.

        The step is defined by its start and its end time.

        Specified by:
        getGridPoints in interface InterpolationGrid
        Parameters:
        stepStart - start of the step
        stepEnd - end of the step
        Returns:
        time points between start and end