Mantid
Loading...
Searching...
No Matches
IPeaksWorkspace_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 {
18class IPeaksWorkspace;
20using IPeaksWorkspace_sptr = std::shared_ptr<IPeaksWorkspace>;
22using IPeaksWorkspace_const_sptr = std::shared_ptr<const IPeaksWorkspace>;
24using IPeaksWorkspace_uptr = std::unique_ptr<IPeaksWorkspace>;
26using IPeaksWorkspace_const_uptr = std::unique_ptr<const IPeaksWorkspace>;
27} // namespace API
28} // namespace Mantid
std::shared_ptr< IPeaksWorkspace > IPeaksWorkspace_sptr
shared pointer to Mantid::API::IPeaksWorkspace
std::unique_ptr< IPeaksWorkspace > IPeaksWorkspace_uptr
unique pointer to Mantid::API::IPeaksWorkspace
std::shared_ptr< const IPeaksWorkspace > IPeaksWorkspace_const_sptr
shared pointer to Mantid::API::IPeaksWorkspace (const version)
std::unique_ptr< const IPeaksWorkspace > IPeaksWorkspace_const_uptr
unique pointer to Mantid::API::IPeaksWorkspace (const version)
Helper class which provides the Collimation Length for SANS instruments.