#include <Layers.h>
Collaboration diagram for LegendItems:
Public Attributes | |
int | ID |
string | label |
int | rColor |
int | gColor |
int | bColor |
double | minValue |
double | maxValue |
int | cashedCount |
count the pixels whitin a item range |
Struct containing data about the programm settings.
The minValue and the maxValue are used to compare one record value and return the right color. If the layer is of type integer (isInteger==true), minValue==maxValue==ID.
Definition at line 109 of file Layers.h.
int ID |
string label |
int rColor |
int gColor |
int bColor |
double minValue |
double maxValue |
int cashedCount |
count the pixels whitin a item range
Definition at line 117 of file Layers.h.
Referenced by Layers::addLegendItem().