public interface SLLocator
Modifier and Type | Method and Description |
---|---|
DblMatrix |
getCoordinate(double[] pixel) |
DblMatrix |
getCoordinate(int[] pixel) |
int[] |
getPixel(DblMatrix x,
DblMatrix y) |
int[] |
getPixel(DblMatrix x,
DblMatrix y,
DblMatrix z) |
DblMatrix |
getPixelAsDbl(DblMatrix x,
DblMatrix y) |
DblMatrix |
getPixelAsDbl(DblMatrix x,
DblMatrix y,
DblMatrix z) |
float[] |
getPixelAsFloat(DblMatrix x,
DblMatrix y) |
float[] |
getPixelAsFloat(DblMatrix x,
DblMatrix y,
DblMatrix z) |
DblMatrix |
getXLim() |
DblMatrix |
getYLim() |
DblMatrix |
getZLim() |
Copyright © 2011, 2013. Daniel P. Dougherty