Mantid
|
#include "MantidKernel/PropertyNexus.h"
#include <nexus/NeXusFile.hpp>
#include <nexus/NeXusException.hpp>
#include "MantidKernel/ArrayProperty.h"
#include "MantidKernel/DateAndTime.h"
#include "MantidKernel/Property.h"
#include "MantidKernel/PropertyWithValue.h"
#include "MantidKernel/TimeSeriesProperty.h"
#include "MantidKernel/PropertyWithValue.tcc"
#include <boost/algorithm/string/split.hpp>
#include <memory>
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. | |
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. More... | |
DLLExport std::unique_ptr< Property > | Mantid::Kernel::PropertyNexus::loadProperty (::NeXus::File *file, const std::string &group, const Mantid::Kernel::NexusHDF5Descriptor &fileInfo, const std::string &prefix) |
Opens a NXlog group in a nexus file and creates the correct Property object from it. More... | |