|
Mantid
|
#include "MantidAPI/BoxController.h"#include "MantidDataObjects/MDBox.h"#include "MantidDataObjects/MDEventWorkspace.h"#include "MantidDataObjects/MDGridBox.h"#include "MantidKernel/Matrix.h"#include "MantidKernel/NexusHDF5Descriptor.h"Go to the source code of this file.
Classes | |
| class | Mantid::DataObjects::MDBoxFlatTree |
| The class responsible for saving/loading MD boxes structure to/from HDD and for flattening/restoring the interconnected box structure (customized linked list) of MD workspace. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::DataObjects |
Functions | |
| template<typename T > | |
| void | Mantid::DataObjects::saveMatrix (::NeXus::File *const file, const std::string &name, Kernel::Matrix< T > &m, ::NeXus::NXnumtype type, const std::string &tag) |
| Save routine for a generic matrix. More... | |