50 const std::string &workspacePropertyName);
52 void createDomain(std::shared_ptr<API::FunctionDomain> &domain, std::shared_ptr<API::FunctionValues> &values,
53 size_t i0 = 0)
override;
57 std::shared_ptr<API::FunctionDomain> domain, std::shared_ptr<API::FunctionValues> values,
58 const std::string &outputWorkspacePropertyName =
"OutputWorkspace")
override;
60 size_t getDomainSize()
const override;
62 void declareDatasetProperties(
const std::string &suffix =
"",
bool addProp =
true)
override;
66 std::shared_ptr<API::ITableWorkspace> getInputWorkspace()
const;
An base class for domain creators for use in Fit.
std::vector< std::string > m_weightsColumnNames
Property names for columns in a TableWorkspace to be used as the fitting weights.
std::vector< std::string > m_dataColumnNames
Property names for columns in a TableWorkspace to be used as the data to fit to.
std::vector< std::string > m_domainColumnNames
Property names for columns in a TableWorkspace to be passed to the domain.
size_t m_defaultValuesSize
Default number of values.