Interface PlanarAccess<A>

  • Type Parameters:
    A - primitive array type
    All Known Implementing Classes:
    PlanarImg

    public interface PlanarAccess<A>
    Interface allowing access to data on a plane-by-plane basis.
    Author:
    Curtis Rueden
    • Method Detail

      • getPlane

        A getPlane​(int no)
      • setPlane

        void setPlane​(int no,
                      A plane)