|
| template<> |
| std::unique_ptr< API::MatrixWorkspace > | Mantid::DataObjects::detail::createConcreteHelper () |
| |
| template<> |
| std::unique_ptr< API::HistoWorkspace > | Mantid::DataObjects::detail::createConcreteHelper () |
| |
| template<> |
| std::unique_ptr< EventWorkspace > | Mantid::DataObjects::detail::createHelper () |
| |
| template<> |
| std::unique_ptr< API::HistoWorkspace > | Mantid::DataObjects::detail::createHelper () |
| |
| template<> |
| std::unique_ptr< API::MatrixWorkspace > | Mantid::DataObjects::detail::createHelper () |
| |
| template<class UseIndexInfo > |
| void | Mantid::DataObjects::detail::doInitializeFromParent (const API::MatrixWorkspace &parent, API::MatrixWorkspace &workspace, const bool differentSize) |
| |
| template<> |
| void | Mantid::DataObjects::detail::doInitializeFromParent< std::true_type > (const API::MatrixWorkspace &parent, API::MatrixWorkspace &child, const bool differentSize) |
| | Same as WorkspaceFactory::initializeFromParent, with modifications for changed IndexInfo. More...
|
| |
| template<> |
| void | Mantid::DataObjects::detail::fixDistributionFlag (API::MatrixWorkspace &workspace, const HistogramData::Histogram &histArg) |
| |
| template<class UseIndexInfo > |
| void | Mantid::DataObjects::detail::initializeFromParent (const API::MatrixWorkspace &parent, API::MatrixWorkspace &ws) |
| | Initialize a MatrixWorkspace from its parent including instrument, unit, number of spectra and Run. More...
|
| |
| template void MANTID_DATAOBJECTS_DLL | Mantid::DataObjects::detail::initializeFromParent< std::false_type > (const API::MatrixWorkspace &, API::MatrixWorkspace &) |
| |
| template void MANTID_DATAOBJECTS_DLL | Mantid::DataObjects::detail::initializeFromParent< std::true_type > (const API::MatrixWorkspace &, API::MatrixWorkspace &) |
| |
| MANTID_DATAOBJECTS_DLL HistogramData::Histogram | Mantid::DataObjects::detail::stripData (HistogramData::Histogram histogram) |
| |