Mantid
Loading...
Searching...
No Matches
Framework
Kernel
inc
MantidKernel
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
9
#include "
MantidKernel/System.h
"
10
#include <memory>
11
#include <string>
12
13
// Forward declare
14
namespace
Mantid::Nexus
{
15
class
File;
16
}
17
18
namespace
Mantid
{
19
namespace
Kernel {
20
// Forward declare
21
class
Property;
22
29
namespace
PropertyNexus {
30
38
DLLExport
std::unique_ptr<Property>
loadProperty
(Nexus::File *file,
const
std::string &
group
,
39
const
std::string &prefix);
40
41
DLLExport
std::unique_ptr<Property>
loadProperty
(Nexus::File *file,
const
std::string &
group
);
42
43
}
// namespace PropertyNexus
44
45
}
// namespace Kernel
46
}
// namespace Mantid
NXentrytype::group
@ group
System.h
DLLExport
#define DLLExport
Definitions of the DLLImport compiler directives for MSVC.
Definition
System.h:37
Mantid::Kernel::PropertyNexus::loadProperty
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.
Definition
PropertyNexus.cpp:204
Mantid::Nexus
Header for a base Nexus::Exception.
Definition
LoadBankFromDiskTask.h:17
Mantid
Helper class which provides the Collimation Length for SANS instruments.
Definition
AbsorptionCorrection.h:18
Generated by
1.9.8