|
| HeatmapImage (int width, int height) |
|
| HeatmapImage (const HeatmapImage &other) |
|
HeatmapImage & | operator= (const HeatmapImage &other) |
|
int | GetWidth () const |
|
int | GetHeight () const |
|
const std::vector< float > & | GetImageData () const |
|
float | GetPixel (int x, int y) const |
|
void | SetPixel (int x, int y, float value) |
|
bool | Contains (int x, int y) const |
|
void | Fill (float value) |
|
float | GetMin () const |
|
float | GetMax () const |
|
void | Multiply (float value) |
|
void | MultiplyAdd (float scale, float sum) |
|
float | GetPixelAtIndex (int index) const |
|
int | IndexOf (int x, int y) const |
|
void | SetPixelAtIndex (int index, float value) |
|
void | SumPixelAtIndex (int index, float value) |
|
The documentation for this class was generated from the following files:
- platform/Shapes/Heatmaps/HeatmapImage.h
- platform/Shapes/Heatmaps/HeatmapImage.cpp