Mantid
|
#include "MantidMDAlgorithms/CompareMDWorkspaces.h"
#include "MantidAPI/IMDEventWorkspace.h"
#include "MantidAPI/IMDWorkspace.h"
#include "MantidDataObjects/MDEventFactory.h"
#include "MantidDataObjects/MDHistoWorkspace.h"
#include "MantidGeometry/MDGeometry/IMDDimension.h"
#include "MantidKernel/Strings.h"
#include "MantidKernel/System.h"
#include <sstream>
#include <utility>
Go to the source code of this file.
Classes | |
class | CompareFailsException |
Custom exception class to signal a failure in the comparison. More... | |
class | Mantid::MDAlgorithms::SimpleMDEvent |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::MDAlgorithms |
Functions | |
bool | Mantid::MDAlgorithms::compareSimpleEvents (const SimpleMDEvent &self, const SimpleMDEvent &other) |
template<typename T > | |
std::string | Mantid::MDAlgorithms::versus (T a, T b) |
Return a string "(a vs b)". More... | |