ROOT 6.14/05 Reference Guide |
Generic interface for defining configuration options of a numerical algorithm.
Definition at line 30 of file IOptions.h.
Public Member Functions | |
IOptions () | |
virtual | ~IOptions () |
virtual IOptions * | Clone () const =0 |
virtual bool | GetIntValue (const char *, int &) const |
virtual bool | GetNamedValue (const char *, std::string &) const |
virtual bool | GetRealValue (const char *, double &) const |
template<typename T > | |
bool | GetValue (const char *name, T &t) const |
int | IValue (const char *name) const |
std::string | NamedValue (const char *name) const |
virtual void | Print (std::ostream &=std::cout) const |
print options More... | |
double | RValue (const char *name) const |
virtual void | SetIntValue (const char *, int) |
virtual void | SetNamedValue (const char *, const char *) |
virtual void | SetRealValue (const char *, double) |
method wich need to be re-implemented by the derived classes More... | |
void | SetValue (const char *name, double val) |
generic methods for retrivieng options More... | |
void | SetValue (const char *name, int val) |
void | SetValue (const char *name, const char *val) |
Private Member Functions | |
bool | DoGetValue (const char *name, double &val) const |
bool | DoGetValue (const char *name, int &val) const |
bool | DoGetValue (const char *name, std::string &val) const |
#include <Math/IOptions.h>
|
inline |
Definition at line 34 of file IOptions.h.
|
inlinevirtual |
Definition at line 36 of file IOptions.h.
|
pure virtual |
Implemented in ROOT::Math::GenAlgoOptions.
|
inlineprivate |
Definition at line 103 of file IOptions.h.
|
inlineprivate |
Definition at line 105 of file IOptions.h.
|
inlineprivate |
Definition at line 107 of file IOptions.h.
|
inlinevirtual |
Reimplemented in ROOT::Math::GenAlgoOptions.
Definition at line 85 of file IOptions.h.
|
inlinevirtual |
Reimplemented in ROOT::Math::GenAlgoOptions.
Definition at line 87 of file IOptions.h.
|
inlinevirtual |
Reimplemented in ROOT::Math::GenAlgoOptions.
Definition at line 83 of file IOptions.h.
|
inline |
Definition at line 73 of file IOptions.h.
|
inline |
Definition at line 56 of file IOptions.h.
|
inline |
Definition at line 63 of file IOptions.h.
|
inlinevirtual |
print options
Reimplemented in ROOT::Math::GenAlgoOptions.
Definition at line 98 of file IOptions.h.
|
inline |
Definition at line 49 of file IOptions.h.
|
inlinevirtual |
Reimplemented in ROOT::Math::GenAlgoOptions.
Definition at line 92 of file IOptions.h.
|
inlinevirtual |
Reimplemented in ROOT::Math::GenAlgoOptions.
Definition at line 94 of file IOptions.h.
|
inlinevirtual |
method wich need to be re-implemented by the derived classes
Reimplemented in ROOT::Math::GenAlgoOptions.
Definition at line 90 of file IOptions.h.
|
inline |
|
inline |
Definition at line 45 of file IOptions.h.
|
inline |
Definition at line 46 of file IOptions.h.