Mantid
|
#include "MantidAPI/IMDHistoWorkspace.h"
#include "MantidAPI/IMDIterator.h"
#include "MantidAPI/IMDWorkspace.h"
#include "MantidAPI/MDGeometry.h"
#include "MantidDataObjects/DllConfig.h"
#include "MantidDataObjects/WorkspaceSingleValue.h"
#include "MantidGeometry/MDGeometry/IMDDimension.h"
#include "MantidGeometry/MDGeometry/MDHistoDimension.h"
#include "MantidGeometry/MDGeometry/MDImplicitFunction.h"
#include "MantidKernel/Exception.h"
Go to the source code of this file.
Classes | |
class | Mantid::DataObjects::MDHistoWorkspace |
MDHistoWorkspace: More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::DataObjects |
Typedefs | |
using | Mantid::DataObjects::MDHistoWorkspace_const_sptr = std::shared_ptr< const MDHistoWorkspace > |
A shared pointer to a const MDHistoWorkspace. More... | |
using | Mantid::DataObjects::MDHistoWorkspace_sptr = std::shared_ptr< MDHistoWorkspace > |
A shared pointer to a MDHistoWorkspace. More... | |