#include <HeatMapFigure.h>
|
double | getHeat (int x, int y) |
|
void | setHeat (int x, int y, double value) |
|
inet::HeatMapFigure::HeatMapFigure |
( |
int |
size, |
|
|
const char * |
name |
|
) |
| |
25 setPixmap(cFigure::Pixmap(size, size));
26 #if OMNETPP_BUILDNUM >= 1006
void inet::HeatMapFigure::coolDown |
( |
| ) |
|
|
virtual |
virtual const char* inet::HeatMapFigure::getClassNameForRenderer |
( |
| ) |
const |
|
inlinevirtual |
41 {
return "cPixmapFigure"; }
double inet::HeatMapFigure::getHeat |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
protected |
void inet::HeatMapFigure::heatLine |
( |
int |
x1, |
|
|
int |
y1, |
|
|
int |
x2, |
|
|
int |
y2 |
|
) |
| |
|
virtual |
void inet::HeatMapFigure::heatPoint |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
virtual |
void inet::HeatMapFigure::setHeat |
( |
int |
x, |
|
|
int |
y, |
|
|
double |
value |
|
) |
| |
|
protected |
Referenced by coolDown(), and heatPoint().
44 setPixel(x, y, color, value);
Color
Definition: DiffservUtil.h:30
double inet::HeatMapFigure::alpha = 0.5 |
|
protected |
double inet::HeatMapFigure::coolingSpeed = 0.01 |
|
protected |
cFigure::Color inet::HeatMapFigure::fromColor = cFigure::BLACK |
|
protected |
simtime_t inet::HeatMapFigure::lastCoolDown |
|
protected |
cFigure::Color inet::HeatMapFigure::toColor = cFigure::RED |
|
protected |
The documentation for this class was generated from the following files: