Modifier and Type | Field and Description |
---|---|
int |
height |
boolean |
interpolation |
double[][] |
map |
int |
width |
defaultDensityHeight, defaultDensityWidth, defaultExportHeight, defaultExportWidth, densityMinDelta, uIntegration, vIntegration
Constructor and Description |
---|
IDoubleMap() |
IDoubleMap(int width,
int height) |
Modifier and Type | Method and Description |
---|---|
void |
add(double val) |
void |
disableInterpolation() |
void |
enableInterpolation() |
void |
flipU()
to be defined in sub class
|
void |
flipV()
to be defined in sub class
|
double |
get(double u,
double v)
A main method to get a value of the map.
|
int |
getHeight() |
int |
getWidth() |
int |
height() |
void |
initMap(int width,
int height) |
void |
scale(double factor) |
void |
set(int u,
int v,
double val) |
void |
setInterpolation(boolean f) |
int |
width() |
createImage, createImage, get, initDensityMapU, initDensityMapU, initDensityMapV, initDensityMapV, matchUDensityWithMap, matchUDensityWithMap, matchVDensityWithMap, matchVDensityWithMap, project, projectU, projectV, saveAsJPEG, saveAsJPEG, saveAsPNG, saveAsPNG, scaleDensityMapU, scaleDensityMapV
public boolean interpolation
public int width
public int height
public double[][] map
public IDoubleMap()
public IDoubleMap(int width, int height)
public void initMap(int width, int height)
public int width()
public int getWidth()
public int height()
public int getHeight()
public void set(int u, int v, double val)
public void setInterpolation(boolean f)
public void enableInterpolation()
public void disableInterpolation()
public double get(double u, double v)
IMap
public void flipU()
IMap
public void flipV()
IMap
public void scale(double factor)
public void add(double val)