Mantid
|
#include <boost/algorithm/string.hpp>
#include <fstream>
#include "MantidAPI/FileLoaderRegistry.h"
#include "MantidAPI/FileProperty.h"
#include "MantidAPI/MatrixWorkspace.h"
#include "MantidAPI/Run.h"
#include "MantidAPI/TableRow.h"
#include "MantidAPI/WorkspaceFactory.h"
#include "MantidAPI/WorkspaceProperty.h"
#include "MantidDataHandling/LoadSpiceAscii.h"
#include "MantidDataObjects/TableWorkspace.h"
#include "MantidKernel/ArrayProperty.h"
#include <boost/algorithm/string/finder.hpp>
#include <boost/algorithm/string/iter_find.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 |
Functions | |
static bool | Mantid::DataHandling::checkIntersection (std::vector< std::string > v1, std::vector< std::string > v2) |
static bool | Mantid::DataHandling::endswith (const std::string &s, const std::string &subs) |