Mantid
Loading...
Searching...
No Matches
MatrixWorkspaceValidator.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 "MantidAPI/DllConfig.h"
12
13namespace Mantid {
14namespace API {
15
19class MANTID_API_DLL MatrixWorkspaceValidator : public Kernel::TypedValidator<MatrixWorkspace_sptr> {};
20
21} // namespace API
22} // namespace Mantid
An interface for those validators that require the MatrixWorkspace interface.
Helper class which provides the Collimation Length for SANS instruments.