Package net.imglib2

Interface RealLocalizable

    • Method Detail

      • localize

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

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

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

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