Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
MDEventWSWrapper.h File Reference
#include "MantidDataObjects/MDEvent.h"
#include "MantidDataObjects/MDEventWorkspace.h"
#include "MantidMDAlgorithms/DllConfig.h"
#include "MantidMDAlgorithms/MDWSDescription.h"

Go to the source code of this file.

Classes

class  Mantid::MDAlgorithms::MDEventWSWrapper
 

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::MDAlgorithms
 

Typedefs

using Mantid::MDAlgorithms::fpAddData = void(MDEventWSWrapper::*)(const float *, const uint16_t *, const uint16_t *, const uint32_t *, const coord_t *, size_t) const
 signature for the internal templated function pointer to add data to an existing workspace More...
 
using Mantid::MDAlgorithms::fpCreateWS = void(MDEventWSWrapper::*)(const MDWSDescription &)
 signature for the internal templated function pointer to create workspace More...
 
using Mantid::MDAlgorithms::fpVoidMethod = void(MDEventWSWrapper::*)()
 signature to void templated function More...
 
using Mantid::MDAlgorithms::Strings = std::vector< std::string >
 The class which wraps MD Events factory and allow to work with a N-dimensional templated MDEvent workspace like usuall class with n-dimension as a parameter. More...