|
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 | |
| using | Mantid::API::MantidImage_const_sptr = std::shared_ptr< const MantidImage > |
| shared pointer to const MantidImage | |
| using | Mantid::API::MantidImage_sptr = std::shared_ptr< MantidImage > |
| shared pointer to MantidImage | |
| using | Mantid::API::MatrixWorkspace_const_sptr = std::shared_ptr< const MatrixWorkspace > |
| shared pointer to the matrix workspace base class (const version) | |
| using | Mantid::API::MatrixWorkspace_sptr = std::shared_ptr< MatrixWorkspace > |
| shared pointer to the matrix workspace base class | |
Variables | |
| const std::vector< std::string > | Mantid::validMarkerStyles |
| const std::vector< std::string > | Mantid::validPlotTypes {"plot", "marker", "histogram", "errorbar_x", "errorbar_y", "errorbar_xy"} |