Mantid
|
#include "MantidMDAlgorithms/CreateMD.h"
#include "MantidAPI/AnalysisDataService.h"
#include "MantidAPI/FileProperty.h"
#include "MantidAPI/Run.h"
#include "MantidAPI/Sample.h"
#include "MantidKernel/ArrayProperty.h"
#include "MantidKernel/EnabledWhenProperty.h"
#include "MantidKernel/ListValidator.h"
#include "MantidKernel/MandatoryValidator.h"
#include <Poco/Path.h>
#include <utility>
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 | |
bool | Mantid::MDAlgorithms::all_given (const std::vector< std::vector< double > > ¶ms) |
bool | Mantid::MDAlgorithms::any_given (const std::vector< std::vector< double > > ¶ms) |
static const std::string | Mantid::MDAlgorithms::MAXRECURSIONDEPTH ("20") |
void MANTID_MDALGORITHMS_DLL | Mantid::MDAlgorithms::padParameterVector (std::vector< double > ¶m_vector, const size_t grow_to_size) |
Pad vector of parameters to given length. More... | |
static const std::string | Mantid::MDAlgorithms::SPLITINTO ("2") |
static const std::string | Mantid::MDAlgorithms::SPLITTHRESHOLD ("500") |