Mantid
Loading...
Searching...
No Matches
Framework
API
inc
MantidAPI
JointDomain.h
Go to the documentation of this file.
1
// Mantid Repository : https://github.com/mantidproject/mantid
2
//
3
// Copyright © 2009 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
#include "
MantidAPI/CompositeDomain.h
"
13
#include "MantidAPI/DllConfig.h"
14
15
#include <algorithm>
16
#include <stdexcept>
17
#include <vector>
18
19
namespace
Mantid
{
20
namespace
API
{
26
class
MANTID_API_DLL
JointDomain
:
public
CompositeDomain
{
27
public
:
29
size_t
size()
const override
;
31
size_t
getNParts()
const override
;
33
const
FunctionDomain
&getDomain(
size_t
i)
const override
;
34
void
addDomain(
const
FunctionDomain_sptr
&domain);
35
36
protected
:
38
std::vector<FunctionDomain_sptr>
m_domains
;
39
};
40
41
}
// namespace API
42
}
// namespace Mantid
CompositeDomain.h
Mantid::API::CompositeDomain
Base class for a composite domain.
Definition:
CompositeDomain.h:25
Mantid::API::FunctionDomain
Base class that represents the domain of a function.
Definition:
FunctionDomain.h:31
Mantid::API::JointDomain
An implementation of CompositeDomain.
Definition:
JointDomain.h:26
Mantid::API::JointDomain::m_domains
std::vector< FunctionDomain_sptr > m_domains
Vector with member domains.
Definition:
JointDomain.h:38
API
Definition:
ChudleyElliotSQE.h:16
Mantid::API::FunctionDomain_sptr
std::shared_ptr< FunctionDomain > FunctionDomain_sptr
typedef for a shared pointer
Definition:
FunctionDomain.h:43
Mantid
Helper class which provides the Collimation Length for SANS instruments.
Definition:
AbsorptionCorrection.h:18
Generated on Tue Jan 3 2023 11:57:22 for Mantid by
1.9.5