Mantid
|
#include "MantidAPI/IMDIterator.h"
#include "MantidDataObjects/MDHistoWorkspace.h"
#include "MantidDataObjects/SkippingPolicy.h"
#include "MantidGeometry/MDGeometry/MDImplicitFunction.h"
#include <boost/tuple/tuple.hpp>
#include <map>
#include <vector>
Go to the source code of this file.
Classes | |
class | Mantid::DataObjects::MDHistoWorkspaceIterator |
An implementation of IMDIterator that iterates through a MDHistoWorkspace. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::DataObjects |
Typedefs | |
using | Mantid::DataObjects::MDExtentPair = boost::tuple< Mantid::coord_t, Mantid::coord_t > |
using | Mantid::DataObjects::PermutationsMap = std::map< std::vector< int >, std::vector< int64_t > > |
using | Mantid::DataObjects::VecMDExtents = std::vector< MDExtentPair > |