Mantid
Loading...
Searching...
No Matches
Topology.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2010 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//----------------------------------------------------------------------
10// Includes
11//----------------------------------------------------------------------
12
13#include "MantidKernel/System.h"
14#include <vector>
15
16namespace Mantid {
17
18namespace API {
19class Point3D;
20}
21
22namespace API {
31class MANTID_MDALGORITHMS_DLL Topology {
32
33public:
34 virtual void applyOrdering(Mantid::API::Point3D **unOrderedPoints) const = 0;
35
36 virtual std::string getName() const = 0;
37
38 virtual std::string toXMLString() const = 0;
39};
40} // namespace API
41} // namespace Mantid
Abstract type represents topology for visualisation.
Definition: Topology.h:31
virtual std::string toXMLString() const =0
virtual void applyOrdering(Mantid::API::Point3D **unOrderedPoints) const =0
virtual std::string getName() const =0
Helper class which provides the Collimation Length for SANS instruments.