|
Mantid
|
#include "MantidMDAlgorithms/MaskMD.h"#include "MantidAPI/IMDWorkspace.h"#include "MantidGeometry/MDGeometry/MDBoxImplicitFunction.h"#include "MantidKernel/ArrayProperty.h"#include "MantidKernel/MandatoryValidator.h"#include <algorithm>#include <boost/algorithm/string.hpp>#include <boost/regex.hpp>Go to the source code of this file.
Classes | |
| struct | Mantid::MDAlgorithms::InputArgument |
| Local type to group min, max extents with a dimension index. More... | |
| struct | Mantid::MDAlgorithms::LessThanIndex |
| Comparator to allow sorting by dimension index. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::MDAlgorithms |
Functions | |
| std::vector< std::string > MANTID_MDALGORITHMS_DLL | Mantid::MDAlgorithms::parseDimensionNames (const std::string &names_string) |
| size_t | Mantid::MDAlgorithms::tryFetchDimensionIndex (const Mantid::API::IMDWorkspace_sptr &ws, const std::string &candidateNameOrId) |
| Free helper function. More... | |