Mantid
|
#include "MantidQtWidgets/Common/NonOrthogonal.h"
#include "MantidAPI/CoordTransform.h"
#include "MantidAPI/IMDEventWorkspace.h"
#include "MantidAPI/IMDHistoWorkspace.h"
#include "MantidAPI/IMDWorkspace.h"
#include "MantidAPI/Run.h"
#include "MantidAPI/Sample.h"
#include "MantidGeometry/Crystal/OrientedLattice.h"
#include "MantidGeometry/Crystal/UnitCell.h"
#include "MantidGeometry/MDGeometry/HKL.h"
#include "MantidKernel/Matrix.h"
#include <algorithm>
#include <array>
#include <boost/pointer_cast.hpp>
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | MantidQt |
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress bar for them, and a property list. | |
namespace | MantidQt::API |