|
Mantid
|
#include "MantidKernel/System.h"#include "MantidNexus/NexusDescriptor.h"#include <memory>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Kernel |
| namespace | Mantid::Kernel::PropertyNexus |
| Namespace with helper methods for loading and saving Property's (logs) to NXS files. | |
| namespace | Mantid::Nexus |
| Header for a base Nexus::Exception. | |
Functions | |
| DLLExport std::unique_ptr< Property > | Mantid::Kernel::PropertyNexus::loadProperty (Nexus::File *file, const std::string &group) |
| Opens a NXlog group in a nexus file and creates the correct Property object from it. | |
| DLLExport std::unique_ptr< Property > | Mantid::Kernel::PropertyNexus::loadProperty (Nexus::File *file, const std::string &group, const Nexus::NexusDescriptor &fileInfo, const std::string &prefix) |
| Opens a NXlog group in a nexus file and creates the correct Property object from it. | |