Mantid
Loading...
Searching...
No Matches
Namespaces | Functions
IndirectFitDataCreationHelper.cpp File Reference
#include "MantidFrameworkTestHelpers/IndirectFitDataCreationHelper.h"
#include "MantidFrameworkTestHelpers/WorkspaceCreationHelper.h"

Go to the source code of this file.

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::IndirectFitDataCreationHelper
 

Functions

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)
 
Mantid::API::NumericAxisMantid::IndirectFitDataCreationHelper::getNumericAxis (int const &numberOfLabels, std::vector< double > const &values)
 
Mantid::API::TextAxisMantid::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)