Mantid
Loading...
Searching...
No Matches
IMDEventWorkspace_fwd.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2015 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 +
7#pragma once
8
9#include <memory>
10
11namespace Mantid {
12namespace API {
13
19class IMDEventWorkspace;
21using IMDEventWorkspace_sptr = std::shared_ptr<IMDEventWorkspace>;
23using IMDEventWorkspace_const_sptr = std::shared_ptr<const IMDEventWorkspace>;
25using IMDEventWorkspace_uptr = std::unique_ptr<IMDEventWorkspace>;
27using IMDEventWorkspace_const_uptr = std::unique_ptr<const IMDEventWorkspace>;
28
29} // namespace API
30} // namespace Mantid
std::shared_ptr< IMDEventWorkspace > IMDEventWorkspace_sptr
Shared pointer to Mantid::API::IMDEventWorkspace.
std::shared_ptr< const IMDEventWorkspace > IMDEventWorkspace_const_sptr
Shared pointer to Mantid::API::IMDEventWorkspace (const version)
std::unique_ptr< IMDEventWorkspace > IMDEventWorkspace_uptr
unique pointer to Mantid::API::IMDEventWorkspace
std::unique_ptr< const IMDEventWorkspace > IMDEventWorkspace_const_uptr
unique pointer to Mantid::API::IMDEventWorkspace (const version)
Helper class which provides the Collimation Length for SANS instruments.