Mantid
Loading...
Searching...
No Matches
Framework
API
inc
MantidAPI
FileBackedExperimentInfo.h
Go to the documentation of this file.
1
// Mantid Repository : https://github.com/mantidproject/mantid
2
//
3
// Copyright © 2015 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 "MantidAPI/DllConfig.h"
10
#include "
MantidAPI/ExperimentInfo.h
"
11
12
namespace
Mantid
{
13
namespace
API
{
14
19
class
MANTID_API_DLL
FileBackedExperimentInfo
:
public
ExperimentInfo
{
20
public
:
21
FileBackedExperimentInfo
(std::string filename, std::string nxpath);
22
ExperimentInfo
*cloneExperimentInfo()
const override
;
23
24
private
:
25
void
populateIfNotLoaded()
const override
;
26
void
populateFromFile()
const
;
27
28
mutable
bool
m_loaded
;
29
std::string
m_filename
;
30
std::string
m_nxpath
;
31
};
32
33
}
// namespace API
34
}
// namespace Mantid
ExperimentInfo.h
Mantid::API::ExperimentInfo
This class is shared by a few Workspace types and holds information related to a particular experimen...
Definition
ExperimentInfo.h:53
Mantid::API::FileBackedExperimentInfo
Implements a lazy-loading mechanism for the experimental information stored in a NeXus file.
Definition
FileBackedExperimentInfo.h:19
Mantid::API::FileBackedExperimentInfo::m_nxpath
std::string m_nxpath
Definition
FileBackedExperimentInfo.h:30
Mantid::API::FileBackedExperimentInfo::m_filename
std::string m_filename
Definition
FileBackedExperimentInfo.h:29
Mantid::API::FileBackedExperimentInfo::m_loaded
bool m_loaded
Definition
FileBackedExperimentInfo.h:28
API
Definition
ChudleyElliotSQE.h:11
Mantid
Helper class which provides the Collimation Length for SANS instruments.
Definition
AbsorptionCorrection.h:18
Generated by
1.9.8