1 #ifndef _TEMPERATUREMAP_
2 #define _TEMPERATUREMAP_
45 int AddUsedTemp(
double T);
46 int GetNumberOfUsedfTemperatures();
49 double Score(
double WantedT,
double FoundT);
51 void InitUsedTemperature();
double * fTemperature
Array of temperatures (the Map)
Definition: TemperatureMap.hxx:54
double fDeltaTPrecision
Precision to distinguish temperatures.
Definition: TemperatureMap.hxx:56
int fNumberOfDataBaseTemp
Number of temperatures in the map.
Definition: TemperatureMap.hxx:53
void SetDeltaTPrecision(double deltaT=50)
set the temperature precision in K
Definition: TemperatureMap.hxx:47
The good way of handling temperature from data base.
Definition: TemperatureMap.hxx:28
double GetDeltaTPrecision()
returns the temperature precision
Definition: TemperatureMap.hxx:48
bool * fUsedTemperature
Array of used temperature corresponding to the map.
Definition: TemperatureMap.hxx:55