Mantid
|
#include <algorithm>
#include <fstream>
#include <map>
#include <string>
#include "MantidAPI/IMDHistoWorkspace.h"
#include "MantidAPI/ISpectrum.h"
#include "MantidAPI/ITableWorkspace.h"
#include "MantidAPI/MatrixWorkspace.h"
#include "MantidAPI/RefAxis.h"
#include "MantidAPI/SpectraAxis.h"
#include "MantidGeometry/Instrument.h"
#include "MantidGeometry/Instrument/DetectorGroup.h"
#include "MantidGeometry/MDGeometry/MDHistoDimension.h"
#include "MantidGeometry/MDGeometry/MDImplicitFunction.h"
#include "MantidKernel/SpecialCoordinateSystem.h"
#include "MantidKernel/cow_ptr.h"
Go to the source code of this file.
Classes | |
class | AxeslessWorkspaceTester |
class | ColumnTester |
class | FakeWorkspace |
class | MDHistoWorkspaceTester |
class | SpectrumTester |
Helper class that implements ISpectrum. More... | |
class | TableWorkspaceTester |
class | VariableBinThrowingTester |
class | WorkspaceTester |