Package net.imglib2.img.basictypeaccess
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description A
getPlane(int no)
void
setPlane(int no, A plane)
-