Mantid
|
#include "MantidAPI/Algorithm.h"
#include "MantidAPI/AlgorithmManager.h"
#include "MantidAPI/DistributedAlgorithm.h"
#include "MantidAPI/IEventWorkspace_fwd.h"
#include "MantidAPI/ITableWorkspace_fwd.h"
#include "MantidAPI/ParallelAlgorithm.h"
#include "MantidAPI/SerialAlgorithm.h"
#include "MantidKernel/PropertyManager.h"
#include "MantidKernel/System.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | Mantid::API::GenericDataProcessorAlgorithm< Base > |
Data processor algorithm to be used as a parent to workflow algorithms. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::API |
Typedefs | |
using | Mantid::API::DataProcessorAlgorithm = GenericDataProcessorAlgorithm< Algorithm > |
using | Mantid::API::DistributedDataProcessorAlgorithm = GenericDataProcessorAlgorithm< DistributedAlgorithm > |
using | Mantid::API::ParallelDataProcessorAlgorithm = GenericDataProcessorAlgorithm< ParallelAlgorithm > |
using | Mantid::API::SerialDataProcessorAlgorithm = GenericDataProcessorAlgorithm< SerialAlgorithm > |