Mantid
|
#include "MantidAPI/DataProcessorAlgorithm.h"
#include "MantidDataObjects/MDEventWorkspace.h"
#include "MantidMDAlgorithms/DllConfig.h"
Go to the source code of this file.
Classes | |
class | Mantid::MDAlgorithms::CreateMD |
CreateMD : This workflow algorithm creates MDWorkspaces in the Q3D, HKL frame using ConvertToMD. More... | |
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) |
bool MANTID_MDALGORITHMS_DLL | Mantid::MDAlgorithms::dataExists (const std::string &data_name) |
Check if the named data source is an existing workspace or file. More... | |
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... | |