Package it.tidalwave.image
Interface ImageFunction
-
public interface ImageFunction
- Author:
- Fabrizio Giudici
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
getElements(double startX, double startY, double deltaX, double deltaY, int countX, int countY, int element, double[] real, double[] imag)
void
getElements(float startX, float startY, float deltaX, float deltaY, int countX, int countY, int element, float[] real, float[] imag)
int
getNumElements()
boolean
isComplex()
-
-
-
Method Detail
-
getElements
void getElements(double startX, double startY, double deltaX, double deltaY, int countX, int countY, int element, double[] real, double[] imag)
-
getElements
void getElements(float startX, float startY, float deltaX, float deltaY, int countX, int countY, int element, float[] real, float[] imag)
-
getNumElements
int getNumElements()
-
isComplex
boolean isComplex()
-
-