Mantid
Loading...
Searching...
No Matches
MatrixWorkspaceProperty.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 +
10
12using Mantid::API::WorkspaceProperty; // NOLINT
13
15
18 WorkspacePropertyExporter<MatrixWorkspace>::define("MatrixWorkspaceProperty");
19}
#define GET_POINTER_SPECIALIZATION(TYPE)
Definition: GetPointer.h:17
void export_MatrixWorkspaceProperty()
Base MatrixWorkspace Abstract Class.
A property class for workspaces.
A helper struct to export WorkspaceProperty<> types to Python.