|
Mantid
|
#include "MantidDataHandling/LoadMask.h"#include "MantidAPI/FileFinder.h"#include "MantidAPI/FileProperty.h"#include "MantidDataObjects/MaskWorkspace.h"#include "MantidDataObjects/Workspace2D.h"#include "MantidGeometry/ICompAssembly.h"#include "MantidGeometry/IDTypes.h"#include "MantidGeometry/Instrument.h"#include "MantidKernel/EnabledWhenProperty.h"#include "MantidKernel/Exception.h"#include "MantidKernel/ListValidator.h"#include "MantidKernel/MandatoryValidator.h"#include "MantidKernel/OptionalBool.h"#include "MantidKernel/Strings.h"#include "MantidKernel/System.h"#include <fstream>#include <map>#include <sstream>#include <Poco/DOM/DOMParser.h>#include <Poco/DOM/Element.h>#include <Poco/DOM/NodeFilter.h>#include <Poco/DOM/NodeIterator.h>#include <Poco/DOM/NodeList.h>#include <Poco/Exception.h>#include <boost/algorithm/string.hpp>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::DataHandling |