Mantid
Loading...
Searching...
No Matches
PropertyWithValue.cpp
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
8#include "MantidAPI/DllConfig.h"
12#include "MantidAPI/IFunction.h"
21#include "MantidAPI/Workspace.h"
23
24// PropertyWithValue implementation
25#include "MantidKernel/PropertyWithValue.tcc"
26
27namespace Mantid::Kernel {
28
30template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::IAlgorithm>>;
31template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::IEventWorkspace>>;
32template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::IFunction>>;
33template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::IMaskWorkspace>>;
34template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::IMDEventWorkspace>>;
35template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::IMDHistoWorkspace>>;
36template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::IMDWorkspace>>;
37template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::IPeaksWorkspace>>;
38template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::ISplittersWorkspace>>;
39template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::ITableWorkspace>>;
40template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::MatrixWorkspace>>;
41template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::Workspace>>;
42template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::WorkspaceGroup>>;
43template class MANTID_API_DLL PropertyWithValue<std::shared_ptr<API::ExperimentInfo>>;
45
46} // namespace Mantid::Kernel