Mantid
Loading...
Searching...
No Matches
Framework
API
inc
MantidAPI
IFunction1DSpectrum.h
Go to the documentation of this file.
1
// Mantid Repository : https://github.com/mantidproject/mantid
2
//
3
// Copyright © 2014 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/DllConfig.h"
10
11
#include "
MantidAPI/FunctionDomain1D.h
"
12
#include "
MantidAPI/IFunction.h
"
13
#include "
MantidKernel/Logger.h
"
14
15
namespace
Mantid
{
16
namespace
API
{
17
26
class
MANTID_API_DLL
IFunction1DSpectrum
:
public
virtual
IFunction
{
27
public
:
28
void
function(
const
FunctionDomain
&domain,
FunctionValues
&values)
const override
;
29
void
functionDeriv(
const
FunctionDomain
&domain,
Jacobian
&jacobian)
override
;
30
33
virtual
void
function1DSpectrum
(
const
FunctionDomain1DSpectrum
&domain,
FunctionValues
&values)
const
= 0;
34
37
virtual
void
functionDeriv1DSpectrum(
const
FunctionDomain1DSpectrum
&domain,
Jacobian
&jacobian);
38
39
protected
:
40
static
Kernel::Logger
g_log
;
41
};
42
43
}
// namespace API
44
}
// namespace Mantid
FunctionDomain1D.h
IFunction.h
Logger.h
Mantid::API::FunctionDomain1DSpectrum
Specialization of FunctionDomain1DVector for spectra of MatrixWorkspaces.
Definition:
FunctionDomain1D.h:120
Mantid::API::FunctionDomain
Base class that represents the domain of a function.
Definition:
FunctionDomain.h:31
Mantid::API::FunctionValues
A class to store values calculated by a function.
Definition:
FunctionValues.h:25
Mantid::API::IFunction1DSpectrum
IFunction1DSpectrum :
Definition:
IFunction1DSpectrum.h:26
Mantid::API::IFunction1DSpectrum::function1DSpectrum
virtual void function1DSpectrum(const FunctionDomain1DSpectrum &domain, FunctionValues &values) const =0
Provide a concrete function in an implementation that operates on a FunctionDomain1DSpectrum.
Mantid::API::IFunction1DSpectrum::g_log
static Kernel::Logger g_log
Definition:
IFunction1DSpectrum.h:40
Mantid::API::IFunction
This is an interface to a fitting function - a semi-abstarct class.
Definition:
IFunction.h:163
Mantid::API::Jacobian
Represents the Jacobian in IFitFunction::functionDeriv.
Definition:
Jacobian.h:22
Mantid::Kernel::Logger
The Logger class is in charge of the publishing messages from the framework through various channels.
Definition:
Logger.h:52
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