Mantid
|
#include "MantidAlgorithms/WorkflowAlgorithmRunner.h"
#include "MantidAPI/ITableWorkspace.h"
#include "MantidKernel/MandatoryValidator.h"
#include <deque>
#include <unordered_map>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Algorithms |
namespace | Mantid::Algorithms::PropertyNames |
A private namespace for property names. | |
Functions | |
static const std::string | Mantid::Algorithms::PropertyNames::ALGORITHM ("Algorithm") |
template<typename MAP > | |
void | Mantid::Algorithms::cleanPropertyTable (const ITableWorkspace_sptr &table, const MAP &ioMapping) |
Transforms a setup table to an empty property table. More... | |
static const std::string | Mantid::Algorithms::PropertyNames::IO_MAP ("InputOutputMap") |
bool | Mantid::Algorithms::isHardCodedWorkspaceName (const std::string &s) |
Checks if a string is a hard coded workspace name. More... | |
static const std::string | Mantid::Algorithms::PropertyNames::SETUP_TABLE ("SetupTable") |
std::string | Mantid::Algorithms::tidyWorkspaceName (const std::string &s) |
Removes first and last character of a string. More... | |