|
Mantid
|
#include "MantidNexus/NexusDescriptorLazy.h"#include "MantidNexus/H5Util.h"#include "MantidNexus/NexusException.h"#include "MantidNexus/UniqueID.h"#include "MantidNexus/NexusFile.h"#include <H5Cpp.h>#include <hdf5.h>#include <algorithm>#include <cstdlib>#include <cstring>#include <filesystem>#include <map>#include <stdexcept>#include <unordered_set>#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::Nexus |
| Header for a base Nexus::Exception. | |
Typedefs | |
| using | Mantid::Nexus::CRS_t = NexusDescriptorLazy::CacheReturnStatus_t |
Functions | |
| template MANTID_NEXUS_DLL std::pair< std::string, NexusDescriptorLazy::CacheReturnStatus_t > | Mantid::Nexus::NexusDescriptorLazy::getDataValue< std::string > (const std::string &) const |
Variables | |
| static unsigned int const | ENTRY_DEPTH = 2 |
| static unsigned int const | INIT_DEPTH = 1 |
| static unsigned int const | INSTR_DEPTH = 5 |
| static std::unordered_set< std::string > const | SPECIAL_ADDRESS {"/entry", "/entry0", "/entry1", "/raw_data_1"} |
| static std::string const | UNKNOWN_CLASS = "UNKNOWN_CLASS" |
|
static |
Definition at line 27 of file NexusDescriptorLazy.cpp.
Referenced by Mantid::Nexus::NexusDescriptorLazy::initAllEntries().
|
static |
Definition at line 26 of file NexusDescriptorLazy.cpp.
Referenced by Mantid::Nexus::NexusDescriptorLazy::initAllEntries().
|
static |
Definition at line 28 of file NexusDescriptorLazy.cpp.
Referenced by Mantid::Nexus::NexusDescriptorLazy::initAllEntries().
|
static |
Definition at line 29 of file NexusDescriptorLazy.cpp.
Referenced by Mantid::Nexus::NexusDescriptorLazy::initAllEntries().
|
static |
Definition at line 30 of file NexusDescriptorLazy.cpp.
Referenced by Mantid::Nexus::NexusDescriptorLazy::initAllEntries().