|
void | Mantid::CurveFitting::Algorithms::addGroupWorkspace (std::vector< InputSpectraToFit > &nameList, double start, double end, int wi, int spec, int period, const std::shared_ptr< API::WorkspaceGroup > &wsg) |
|
void | Mantid::CurveFitting::Algorithms::addMatrixworkspace (std::vector< InputSpectraToFit > &nameList, double start, double end, std::string &name, int wi, int spec, int period, const boost::optional< API::Workspace_sptr > &workspaceOptional, const std::shared_ptr< API::MatrixWorkspace > &wsMatrix) |
|
MANTID_CURVEFITTING_DLL boost::optional< API::Workspace_sptr > | Mantid::CurveFitting::Algorithms::getWorkspace (const std::string &name, int period) |
|
MANTID_CURVEFITTING_DLL std::vector< int > | Mantid::CurveFitting::Algorithms::getWorkspaceIndicesFromAxes (API::MatrixWorkspace &ws, int workspaceIndex, int spectrumNumber, double start, double end) |
| Get a workspace. More...
|
|
template<class Type > |
Type | Mantid::CurveFitting::Algorithms::lexCast (std::string input, const std::string &errorMessage) |
|
MANTID_CURVEFITTING_DLL std::vector< InputSpectraToFit > | Mantid::CurveFitting::Algorithms::makeNames (const std::string &inputList, int default_wi, int default_spec) |
| Create a list of input workspace names. More...
|
|
void | Mantid::CurveFitting::Algorithms::parseValueRange (const std::string &index, double &start, double &end, int &wi, int &spec) |
|