Mantid
Loading...
Searching...
No Matches
Namespaces
TableWorkspaceDomainCreator.cpp File Reference
#include "MantidCurveFitting/TableWorkspaceDomainCreator.h"
#include "MantidAPI/FunctionDomain1D.h"
#include "MantidAPI/ITableWorkspace_fwd.h"
#include "MantidAPI/MatrixWorkspace.h"
#include "MantidAPI/TableRow.h"
#include "MantidAPI/TextAxis.h"
#include "MantidAPI/WorkspaceFactory.h"
#include "MantidAPI/WorkspaceProperty.h"
#include "MantidCurveFitting/ExcludeRangeFinder.h"
#include "MantidCurveFitting/Functions/Convolution.h"
#include "MantidCurveFitting/Jacobian.h"
#include "MantidCurveFitting/ParameterEstimator.h"
#include "MantidCurveFitting/SeqDomain.h"
#include "MantidDataObjects/TableColumn.h"
#include "MantidKernel/ArrayOrderedPairsValidator.h"
#include "MantidKernel/ArrayProperty.h"
#include "MantidKernel/BoundedValidator.h"
#include "MantidKernel/EmptyValues.h"
#include <boost/math/distributions/students_t.hpp>

Go to the source code of this file.

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::CurveFitting
 

Variable Documentation

◆ kind

Kind kind

The kind of the point: either opening or closing the range.

Definition at line 45 of file TableWorkspaceDomainCreator.cpp.

◆ value

double value

The value of the point.

Definition at line 47 of file TableWorkspaceDomainCreator.cpp.