|
Mantid
|
#include "MantidDataObjects/MDBoxFlatTree.h"#include "MantidAPI/BoxController.h"#include "MantidAPI/FileBackedExperimentInfo.h"#include "MantidAPI/WorkspaceHistory.h"#include "MantidDataObjects/MDEventFactory.h"#include "MantidGeometry/Instrument.h"#include "MantidKernel/Logger.h"#include "MantidKernel/Strings.h"#include <algorithm>#include <filesystem>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::DataObjects |
Typedefs | |
| using | file_holder_type = std::unique_ptr< Mantid::Nexus::File > |
Functions | |
| template<typename T > | |
| void | Mantid::DataObjects::saveMatrix (Mantid::Nexus::File *const file, const std::string &name, Kernel::Matrix< T > &m, NXnumtype type, const std::string &tag) |
| Save routine for a generic matrix. | |
| using file_holder_type = std::unique_ptr<Mantid::Nexus::File> |
Definition at line 20 of file MDBoxFlatTree.cpp.