AlgorithmParameters Member List

This is the complete list of members for AlgorithmParameters, including all inherited members.
AlgorithmParameters() (defined in AlgorithmParameters)AlgorithmParameters
AlgorithmParameters(const AlgorithmParameters &x) (defined in AlgorithmParameters)AlgorithmParameters
GetIntValue(const char *name, int &value) const NameValuePairs [inline]
GetIntValueWithDefault(const char *name, int defaultValue) const NameValuePairs [inline]
GetRequiredIntParameter(const char *className, const char *name, int &value) const (defined in NameValuePairs)NameValuePairs [inline]
GetRequiredParameter(const char *className, const char *name, T &value) const (defined in NameValuePairs)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 AlgorithmParameters [virtual]
m_defaultThrowIfNotUsed (defined in AlgorithmParameters)AlgorithmParameters [protected]
m_next (defined in AlgorithmParameters)AlgorithmParameters [protected]
operator()(const char *name, const T &value, bool throwIfNotUsed) (defined in AlgorithmParameters)AlgorithmParameters [inline]
operator()(const char *name, const T &value) (defined in AlgorithmParameters)AlgorithmParameters [inline]
operator=(const AlgorithmParameters &x) (defined in AlgorithmParameters)AlgorithmParameters
ThrowIfTypeMismatch(const char *name, const std::type_info &stored, const std::type_info &retrieving)NameValuePairs [inline, static]
~NameValuePairs() (defined in NameValuePairs)NameValuePairs [inline, virtual]