|
Mantid
|
#include "MantidAPI/MatrixWorkspace.h"#include "MantidAPI/Algorithm.h"#include "MantidAPI/BinEdgeAxis.h"#include "MantidAPI/MatrixWorkspaceMDIterator.h"#include "MantidAPI/NumericAxis.h"#include "MantidAPI/Run.h"#include "MantidAPI/Sample.h"#include "MantidAPI/SpectraAxis.h"#include "MantidAPI/SpectrumDetectorMapping.h"#include "MantidGeometry/Instrument.h"#include "MantidGeometry/Instrument/Detector.h"#include "MantidGeometry/Instrument/DetectorGroup.h"#include "MantidGeometry/Instrument/DetectorInfo.h"#include "MantidGeometry/Instrument/ReferenceFrame.h"#include "MantidGeometry/MDGeometry/GeneralFrame.h"#include "MantidGeometry/MDGeometry/MDFrame.h"#include "MantidIndexing/GlobalSpectrumIndex.h"#include "MantidIndexing/IndexInfo.h"#include "MantidKernel/ConfigService.h"#include "MantidKernel/ListValidator.h"#include "MantidKernel/MDUnit.h"#include "MantidKernel/MultiThreaded.h"#include "MantidKernel/Strings.h"#include "MantidKernel/TimeSeriesProperty.h"#include "MantidKernel/VectorHelper.h"#include "MantidTypes/SpectrumDefinition.h"#include <boost/algorithm/string/join.hpp>#include <boost/algorithm/string/regex.hpp>#include <cmath>#include <functional>#include <numeric>#include <utility>Go to the source code of this file.
Classes | |
| class | Mantid::API::MWDimension |
| class | Mantid::API::MWXDimension |
| An implementation of IMDDimension for MatrixWorkspace that points to the X vector of the first spectrum. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::API |