Package net.imglib2

Class AbstractRealInterval

    • Field Detail

      • min

        protected final double[] min
      • max

        protected final double[] max
    • Constructor Detail

      • AbstractRealInterval

        public AbstractRealInterval​(int n)
        Creates an n-dimensional AbstractInterval with min and max = 0n.
        Parameters:
        n - number of dimensions
      • AbstractRealInterval

        public AbstractRealInterval​(double[] min,
                                    double[] max)
        Creates a new AbstractRealInterval from min and max coordinates
        Parameters:
        min -
        max -