Package net.imglib2

Interface Interval

    • Method Detail

      • min

        long min​(int d)
        Get the minimum in dimension d.
        Parameters:
        d - dimension
        Returns:
        minimum in dimension d.
      • min

        void min​(long[] min)
        Write the minimum of each dimension into long[].
        Parameters:
        min -
      • max

        long max​(int d)
        Get the maximum in dimension d.
        Parameters:
        d - dimension
        Returns:
        maximum in dimension d.
      • max

        void max​(long[] max)
        Write the maximum of each dimension into long[].
        Parameters:
        max -