|
Mantid
|
#include "MantidAPI/Algorithm.h"#include "MantidAPI/IBackgroundFunction.h"#include "MantidAPI/IPeakFunction.h"#include "MantidAPI/MatrixWorkspace_fwd.h"#include "MantidAlgorithms/DllConfig.h"#include "MantidDataObjects/TableWorkspace.h"#include "MantidKernel/cow_ptr.h"Go to the source code of this file.
Classes | |
| class | Mantid::Algorithms::FitOneSinglePeak |
| FitOneSinglePeak: a class to perform peak fitting on a single peak. More... | |
| class | Mantid::Algorithms::FitPeak |
| FitPeak : Fit a single peak. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Algorithms |
| namespace | Mantid::HistogramData |
Functions | |
| size_t | Mantid::Algorithms::getIndex (const HistogramData::HistogramX &vecx, double x) |
| Get an index of a value in a sorted vector. More... | |