Mantid
|
#include <IqtFit.h>
Public Member Functions | |
const std::string | category () const override |
Algorithm's category for identification. More... | |
const std::string | name () const |
Algorithms name for identification. More... | |
const std::string | name () const |
const std::string | name () const override |
const std::vector< std::string > | seeAlso () const |
Algorithm's see also for related algorithms. More... | |
const std::vector< std::string > | seeAlso () const |
const std::vector< std::string > | seeAlso () const override |
const std::string | summary () const |
Algorithm's summary for use in the GUI and help. More... | |
const std::string | summary () const |
const std::string | summary () const override |
int | version () const override |
Algorithm's version for identification. More... | |
Private Member Functions | |
bool | isFitParameter (const std::string &name) const override |
bool | throwIfElasticQConversionFails () const override |
std::map< std::string, std::string > | validateInputs () |
std::map< std::string, std::string > | validateInputs () override |
|
override |
Algorithm's category for identification.
Definition at line 36 of file IqtFit.cpp.
|
overrideprivate |
Definition at line 75 of file IqtFit.cpp.
const std::string Mantid::CurveFitting::Algorithms::IqtFit< QENSFitSequential >::name | ( | ) | const |
Algorithms name for identification.
Definition at line 26 of file IqtFit.cpp.
const std::string Mantid::CurveFitting::Algorithms::IqtFit< QENSFitSimultaneous >::name | ( | ) | const |
Definition at line 28 of file IqtFit.cpp.
|
override |
Definition at line 30 of file IqtFit.cpp.
const std::vector< std::string > Mantid::CurveFitting::Algorithms::IqtFit< QENSFitSequential >::seeAlso | ( | ) | const |
Algorithm's see also for related algorithms.
Definition at line 52 of file IqtFit.cpp.
const std::vector< std::string > Mantid::CurveFitting::Algorithms::IqtFit< QENSFitSimultaneous >::seeAlso | ( | ) | const |
Definition at line 54 of file IqtFit.cpp.
|
override |
Definition at line 58 of file IqtFit.cpp.
const std::string Mantid::CurveFitting::Algorithms::IqtFit< QENSFitSequential >::summary | ( | ) | const |
Algorithm's summary for use in the GUI and help.
Definition at line 39 of file IqtFit.cpp.
const std::string Mantid::CurveFitting::Algorithms::IqtFit< QENSFitSimultaneous >::summary | ( | ) | const |
Definition at line 43 of file IqtFit.cpp.
|
override |
Definition at line 47 of file IqtFit.cpp.
|
overrideprivate |
Definition at line 80 of file IqtFit.cpp.
|
private |
Definition at line 60 of file IqtFit.cpp.
|
overrideprivate |
Definition at line 71 of file IqtFit.cpp.
|
override |
Algorithm's version for identification.
Definition at line 33 of file IqtFit.cpp.