|
| FWGenericParameterWithRange (void) |
|
| FWGenericParameterWithRange (FWParameterizable *iParent, const std::string &iName, const T &iDefault=T(), T iMin=-1, T iMax=-1) |
|
template<class K > |
| FWGenericParameterWithRange (FWParameterizable *iParent, const std::string &iName, K iCallback, const T &iDefault=T(), T iMin=-1, T iMax=-1) |
|
T | max () const |
|
T | min () const |
|
void | addTo (FWConfiguration &iTo) const override |
|
| FWGenericParameter () |
|
| FWGenericParameter (FWParameterizable *iParent, const std::string &iName, const T &iDefault=T()) |
|
template<class K > |
| FWGenericParameter (FWParameterizable *iParent, const std::string &iName, K iCallback, const T &iDefault=T()) |
|
void | set (T iValue) |
|
void | setFrom (const FWConfiguration &iFrom) override |
|
T | value () const |
|
| FWParameterBase (FWParameterizable *iParent, const std::string &iName) |
|
const std::string & | name () const |
|
| ~FWParameterBase () override |
|
| FWConfigurable () |
|
virtual | ~FWConfigurable () |
|
template<class T>
class FWGenericParameterWithRange< T >
Description: Provides access to a simple double parameter
Usage: If min and max values are both identical than no restriction is placed on the allowed value
Definition at line 27 of file FWGenericParameterWithRange.h.