Mantid
Loading...
Searching...
No Matches
PropertyNexus.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2011 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
10#include <memory>
11#include <string>
12
13// Forward declare
14namespace Mantid::Nexus {
15class File;
16}
17
18namespace Mantid {
19namespace Kernel {
20// Forward declare
21class Property;
22
29namespace PropertyNexus {
30
38DLLExport std::unique_ptr<Property> loadProperty(Nexus::File *file, const std::string &group,
39 const std::string &prefix);
40
41DLLExport std::unique_ptr<Property> loadProperty(Nexus::File *file, const std::string &group);
42
43} // namespace PropertyNexus
44
45} // namespace Kernel
46} // namespace Mantid
#define DLLExport
Definitions of the DLLImport compiler directives for MSVC.
Definition System.h:37
DLLExport std::unique_ptr< Property > loadProperty(Nexus::File *file, const std::string &group, const std::string &prefix)
Opens a NXlog group in a nexus file and creates the correct Property object from it.
Header for a base Nexus::Exception.
Helper class which provides the Collimation Length for SANS instruments.