| 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 |
|---|---|
IDoubleMap |
add(double val) |
void |
disableInterpolation() |
void |
enableInterpolation() |
IDoubleMap |
flipU()
to be defined in sub class
|
IDoubleMap |
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) |
IDoubleMap |
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, scaleDensityMapVpublic 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)
IMappublic IDoubleMap flipU()
IMappublic IDoubleMap flipV()
IMappublic IDoubleMap scale(double factor)
public IDoubleMap add(double val)