Interface PlanarAccess<A>

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

public interface PlanarAccess<A> extends DataAccess
Interface allowing access to data on a plane-by-plane basis.
  • Method Summary

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

    Methods inherited from interface DataAccess

    createView
  • Method Details

    • getPlane

      A getPlane(int no)
    • setPlane

      void setPlane(int no, A plane)