Mantid
|
#include "MantidMDAlgorithms/SliceMD.h"
#include "MantidAPI/FileProperty.h"
#include "MantidAPI/IMDEventWorkspace.h"
#include "MantidDataObjects/MDEventFactory.h"
#include "MantidGeometry/MDGeometry/MDHistoDimension.h"
#include "MantidGeometry/MDGeometry/MDImplicitFunction.h"
#include "MantidKernel/BoundedValidator.h"
#include "MantidKernel/EnabledWhenProperty.h"
#include "MantidKernel/ThreadPool.h"
#include "MantidKernel/ThreadScheduler.h"
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 | |
template<size_t nd, size_t ond> | |
void | Mantid::MDAlgorithms::copyEvent (const MDEvent< nd > &srcEvent, MDEvent< ond > &newEvent) |
Copy the extra data (not signal, error or coordinates) from one event to another with different numbers of dimensions. More... | |
template<size_t nd, size_t ond> | |
void | Mantid::MDAlgorithms::copyEvent (const MDLeanEvent< nd > &srcEvent, MDLeanEvent< ond > &newEvent) |
Copy the extra data (not signal, error or coordinates) from one event to another with different numbers of dimensions. More... | |