|
Mantid::API::WorkspaceGroup_sptr | Mantid::IndirectFitDataCreationHelper::createGroupWorkspace (std::size_t const &numberOfWorkspaces, int const &numberOfSpectra, int const &numberOfBins=10) |
|
Mantid::API::WorkspaceGroup_sptr | Mantid::IndirectFitDataCreationHelper::createGroupWorkspaceWithTextAxes (std::size_t const &numberOfWorkspaces, std::vector< std::string > const &labels, int const &numberOfSpectra, int const &numberOfBins=10) |
|
Mantid::API::MatrixWorkspace_sptr | Mantid::IndirectFitDataCreationHelper::createInstrumentWorkspace (int const &xLength, int const &yLength) |
|
Mantid::API::MatrixWorkspace_sptr | Mantid::IndirectFitDataCreationHelper::createWorkspace (int const &numberOfSpectra, int const &numberOfBins=10) |
| Functions used in the creation of workspaces. More...
|
|
Mantid::API::MatrixWorkspace_sptr | Mantid::IndirectFitDataCreationHelper::createWorkspaceWithBinValues (int const &numberOfSpectra, std::vector< double > const &labels, int const &numberOfBins=10) |
|
Mantid::API::MatrixWorkspace_sptr | Mantid::IndirectFitDataCreationHelper::createWorkspaceWithInelasticInstrument (int const &yLength) |
|
Mantid::API::MatrixWorkspace_sptr | Mantid::IndirectFitDataCreationHelper::createWorkspaceWithInstrument (int const &xLength, int const &yLength) |
|
Mantid::API::MatrixWorkspace_sptr | Mantid::IndirectFitDataCreationHelper::createWorkspaceWithTextAxis (int const &numberOfSpectra, std::vector< std::string > const &labels, int const &numberOfBins=10) |
|
int const | Mantid::IndirectFitDataCreationHelper::END_X_COLUMN (3) |
|
int const | Mantid::IndirectFitDataCreationHelper::EXCLUDE_REGION_COLUMN (4) |
|
Mantid::API::NumericAxis * | Mantid::IndirectFitDataCreationHelper::getNumericAxis (int const &numberOfLabels, std::vector< double > const &values) |
|
Mantid::API::TextAxis * | Mantid::IndirectFitDataCreationHelper::getTextAxis (int const &numberOfSpectra, std::vector< std::string > const &labels) |
|
Mantid::API::MatrixWorkspace_sptr | Mantid::IndirectFitDataCreationHelper::setWorkspaceBinEdges (Mantid::API::MatrixWorkspace_sptr workspace, int const &xLength, int const &yLength) |
|
Mantid::API::MatrixWorkspace_sptr | Mantid::IndirectFitDataCreationHelper::setWorkspaceBinEdges (Mantid::API::MatrixWorkspace_sptr workspace, int const &yLength, Mantid::HistogramData::BinEdges const &binEdges) |
|
Mantid::API::MatrixWorkspace_sptr | Mantid::IndirectFitDataCreationHelper::setWorkspaceEFixed (Mantid::API::MatrixWorkspace_sptr workspace, int const &xLength) |
|
Mantid::API::MatrixWorkspace_sptr | Mantid::IndirectFitDataCreationHelper::setWorkspaceProperties (Mantid::API::MatrixWorkspace_sptr workspace, int const &xLength, int const &yLength) |
|
int const | Mantid::IndirectFitDataCreationHelper::START_X_COLUMN (2) |
| Commonly used constant variables. More...
|
|