|
Mantid
|
#include "MantidAPI/DllConfig.h"#include "MantidAPI/ExperimentInfo.h"#include "MantidAPI/IMDWorkspace.h"#include "MantidAPI/ISpectrum.h"#include "MantidAPI/MatrixWorkspace_fwd.h"#include "MantidKernel/EmptyValues.h"#include <atomic>#include <mutex>Go to the source code of this file.
Classes | |
| class | Mantid::API::MatrixWorkspace |
| Base MatrixWorkspace Abstract Class. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::API |
| namespace | Mantid::Geometry |
| namespace | Mantid::Indexing |
| namespace | Mantid::Types |
| namespace | Mantid::Types::Core |
Typedefs | |
| using | Mantid::API::MantidImage = std::vector< std::vector< double > > |
| typedef for the image type More... | |
| using | Mantid::API::MantidImage_const_sptr = std::shared_ptr< const MantidImage > |
| shared pointer to const MantidImage More... | |
| using | Mantid::API::MantidImage_sptr = std::shared_ptr< MantidImage > |
| shared pointer to MantidImage More... | |
| using | Mantid::API::MatrixWorkspace_const_sptr = std::shared_ptr< const MatrixWorkspace > |
| shared pointer to the matrix workspace base class (const version) More... | |
| using | Mantid::API::MatrixWorkspace_sptr = std::shared_ptr< MatrixWorkspace > |
| shared pointer to the matrix workspace base class More... | |