|
Moka controlers
|
Go to the documentation of this file.
25 #ifndef PARAMETER_DART_HH
26 #define PARAMETER_DART_HH
72 virtual void save(std::ostream&);
78 virtual void load(std::istream&);
110 float getCLUnsel(
int ALevel,
int AIndice)
const;
111 void setCLUnsel(
int ALevel,
int AIndice,
float AValue);
114 float AValue0,
float AValue1,
float AValue2);
115 void setCLUnsel(
int ALevel,
const float ATab[3]);
118 float getCLSel(
int ALevel,
int AIndice)
const;
119 void setCLSel(
int ALevel,
int AIndice,
float AValue);
120 const float *
getCLSel(
int ALevel)
const;
122 float AValue0,
float AValue1,
float AValue2);
123 void setCLSel(
int ALevel,
const float ATab[3]);
127 void setCLLastSel(
int ALevel,
int AIndice,
float AValue);
130 float AValue0,
float AValue1,
float AValue2);
137 void setCL0Remove(
int ALevel,
int AIndice,
float AValue);
140 float AValue0,
float AValue1,
float AValue2);
145 void setCL1Remove(
int ALevel,
int AIndice,
float AValue);
148 float AValue0,
float AValue1,
float AValue2);
161 int FNbSelectionLevels;
184 #endif // PARAMETER_DART_HH