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 Summary

    Modifier and Type
    Method
    Description
    getPlane(int no)
     
    void
    setPlane(int no, A plane)
     
  • Method Details

    • getPlane

      A getPlane(int no)
    • setPlane

      void setPlane(int no, A plane)