Mantid
Loading...
Searching...
No Matches
Framework
API
inc
MantidAPI
FunctionDomainGeneral.h
Go to the documentation of this file.
1
// Mantid Repository : https://github.com/mantidproject/mantid
2
//
3
// Copyright © 2016 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/FunctionDomain.h
"
10
#include <memory>
11
#include <vector>
12
13
namespace
Mantid
{
14
namespace
API
{
15
16
class
Column
;
17
21
class
MANTID_API_DLL
FunctionDomainGeneral
:
public
FunctionDomain
{
22
public
:
24
size_t
size()
const override
;
26
size_t
columnCount()
const
;
28
void
addColumn(
const
std::shared_ptr<Column> &column);
30
std::shared_ptr<Column> getColumn(
size_t
i)
const
;
31
32
private
:
34
std::vector<std::shared_ptr<Column>>
m_columns
;
35
};
36
37
}
// namespace API
38
}
// namespace Mantid
FunctionDomain.h
Column
std::vector< double > Column
Definition:
LoadSESANS.h:15
Mantid::API::FunctionDomainGeneral
Represent a domain of a very general type.
Definition:
FunctionDomainGeneral.h:21
Mantid::API::FunctionDomainGeneral::m_columns
std::vector< std::shared_ptr< Column > > m_columns
Columns containing function arguments.
Definition:
FunctionDomainGeneral.h:34
Mantid::API::FunctionDomain
Base class that represents the domain of a function.
Definition:
FunctionDomain.h:31
API
Definition:
ChudleyElliotSQE.h:16
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