Mantid
Loading...
Searching...
No Matches
ImplicitFunctionBuilder.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//----------------------------------------------------------------------
13#include "MantidAPI/DllConfig.h"
15#include <vector>
16
17namespace Mantid {
18
19namespace API {
26class MANTID_API_DLL ImplicitFunctionBuilder {
27public:
29 virtual ~ImplicitFunctionBuilder() = default;
30};
31} // namespace API
32} // namespace Mantid
This class is the abstract type for building IImplicitFunctions.
virtual Mantid::Geometry::MDImplicitFunction * create() const =0
virtual ~ImplicitFunctionBuilder()=default
An "ImplicitFunction" defining a hyper-cuboid-shaped region in N dimensions.
Helper class which provides the Collimation Length for SANS instruments.