Package net.imglib2

Interface Localizable

    • Method Detail

      • localize

        void localize​(int[] position)
        Write the current position into the passed array.
        Parameters:
        position - receives current position
      • localize

        void localize​(long[] position)
        Write the current position into the passed array.
        Parameters:
        position - receives current position
      • getIntPosition

        int getIntPosition​(int d)
        Return the current position in a given dimension.
        Parameters:
        d - dimension
        Returns:
        dimension of current position
      • getLongPosition

        long getLongPosition​(int d)
        Return the current position in a given dimension.
        Parameters:
        d - dimension
        Returns:
        dimension of current position