|
Mantid
|
#include "MantidMDAlgorithms/QueryMDWorkspace.h"#include "MantidAPI/IMDEventWorkspace.h"#include "MantidAPI/IMDIterator.h"#include "MantidAPI/ITableWorkspace.h"#include "MantidAPI/TableRow.h"#include "MantidAPI/WorkspaceFactory.h"#include "MantidDataObjects/MDEventFactory.h"#include "MantidKernel/BoundedValidator.h"#include "MantidKernel/EnabledWhenProperty.h"#include "MantidKernel/ListValidator.h"#include "MantidKernel/Strings.h"Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::MDAlgorithms |
Functions | |
| std::string | Mantid::MDAlgorithms::noNormalisationOption () |
| Non-member defining the no normalisation option. More... | |
| std::string | Mantid::MDAlgorithms::numberOfEventsNormalisationOption () |
| Non-member defining the number of events normalisation option. More... | |
| std::string | Mantid::MDAlgorithms::volumeNormalisationOption () |
| Non-member defining the volume normalisation option. More... | |
| Mantid::API::MDNormalization | Mantid::MDAlgorithms::whichNormalisation (const std::string &strNormalisation) |
| Non-member method to interpret an normalisation option. More... | |