Mantid
|
Go to the source code of this file.
Classes | |
class | Mantid::API::FunctionDomain1D |
Represent a domain for functions of one real argument. More... | |
class | Mantid::API::FunctionDomain1DHistogram |
Implements FunctionDomain1D as a set of bins for a histogram. More... | |
class | Mantid::API::FunctionDomain1DSpectrum |
Specialization of FunctionDomain1DVector for spectra of MatrixWorkspaces. More... | |
class | Mantid::API::FunctionDomain1DVector |
Implements FunctionDomain1D with its own storage in form of a std::vector. More... | |
class | Mantid::API::FunctionDomain1DView |
1D domain - a wrapper around an array of doubles. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::API |
Typedefs | |
using | Mantid::API::FunctionDomain1D_const_sptr = std::shared_ptr< const FunctionDomain1D > |
typedef for a shared pointer to a const FunctionDomain1D More... | |
using | Mantid::API::FunctionDomain1D_sptr = std::shared_ptr< FunctionDomain1D > |
typedef for a shared pointer to a FunctionDomain1D More... | |