|
Mantid
|
#include "MantidAPI/IFileLoader.h"#include "MantidDataHandling/DllConfig.h"#include "MantidKernel/FileDescriptor.h"#include <unordered_map>Go to the source code of this file.
Classes | |
| class | Mantid::DataHandling::LoadSESANS |
| LoadSESANS : Load a workspace in the SESANS file format. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::DataHandling |
Typedefs | |
| using | AttributeMap = std::unordered_map< std::string, std::string > |
| using | Column = std::vector< double > |
| using | ColumnMap = std::unordered_map< std::string, Column > |
| using AttributeMap = std::unordered_map<std::string, std::string> |
Definition at line 17 of file LoadSESANS.h.
| using Column = std::vector<double> |
Definition at line 15 of file LoadSESANS.h.
Definition at line 16 of file LoadSESANS.h.