Mantid
|
#include "MantidAPI/IPeaksWorkspace.h"
#include "MantidAPI/ITableWorkspace.h"
#include "MantidDataObjects/DllConfig.h"
#include "MantidDataObjects/Peak.h"
#include "MantidDataObjects/PeakColumn.h"
#include "MantidGeometry/Crystal/IPeak.h"
#include "MantidKernel/SpecialCoordinateSystem.h"
#include "MantidKernel/V3D.h"
Go to the source code of this file.
Classes | |
class | Mantid::DataObjects::PeaksWorkspace |
The class PeaksWorkspace stores information about a set of SCD peaks. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::DataObjects |
namespace | Mantid::Kernel |
Typedefs | |
using | Mantid::DataObjects::PeaksWorkspace_const_sptr = std::shared_ptr< const PeaksWorkspace > |
Typedef for a shared pointer to a const peaks workspace. More... | |
using | Mantid::DataObjects::PeaksWorkspace_sptr = std::shared_ptr< PeaksWorkspace > |
Typedef for a shared pointer to a peaks workspace. More... | |