| AlgorithmParametersBase(const char *name, bool throwIfNotUsed) | AlgorithmParametersBase | [inline] |
| AlgorithmParametersBase2(const char *name, const T &value, bool throwIfNotUsed) | AlgorithmParametersBase2< T > | [inline] |
| AssignValue(const char *name, const std::type_info &valueType, void *pValue) const | AlgorithmParametersBase2< T > | [inline, virtual] |
| GetIntValue(const char *name, int &value) const | NameValuePairs | [inline] |
| GetIntValueWithDefault(const char *name, int defaultValue) const | NameValuePairs | [inline] |
| GetParent() const =0 (defined in AlgorithmParametersBase) | AlgorithmParametersBase | [protected, pure virtual] |
| GetRequiredIntParameter(const char *className, const char *name, int &value) const | NameValuePairs | [inline] |
| GetRequiredParameter(const char *className, const char *name, T &value) const | NameValuePairs | [inline] |
| GetThisObject(T &object) const | NameValuePairs | [inline] |
| GetThisPointer(T *&p) const | NameValuePairs | [inline] |
| GetValue(const char *name, T &value) const | NameValuePairs | [inline] |
| GetValueNames() const | NameValuePairs | [inline] |
| GetValueWithDefault(const char *name, T defaultValue) const | NameValuePairs | [inline] |
| GetVoidValue(const char *name, const std::type_info &valueType, void *pValue) const | AlgorithmParametersBase | [virtual] |
| m_name | AlgorithmParametersBase | [protected] |
| m_throwIfNotUsed | AlgorithmParametersBase | [protected] |
| m_used | AlgorithmParametersBase | [mutable, protected] |
| m_value | AlgorithmParametersBase2< T > | [protected] |
| ThrowIfTypeMismatch(const char *name, const std::type_info &stored, const std::type_info &retrieving) | NameValuePairs | [inline, static] |
| ~AlgorithmParametersBase() | AlgorithmParametersBase | [inline] |
| ~NameValuePairs() | NameValuePairs | [inline, virtual] |