Mantid
Loading...
Searching...
No Matches
NexusClasses_fwd.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2007 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
9namespace Mantid::Nexus {
10class NXClass;
11struct NXClassInfo;
12class NXData;
13class NXEntry;
14class NXRoot;
15template <typename T> class NXDataSetTyped;
16using NXInt = NXDataSetTyped<int32_t>;
17using NXFloat = NXDataSetTyped<float>;
18using NXDouble = NXDataSetTyped<double>;
19} // namespace Mantid::Nexus
Header for a base Nexus::Exception.
NXDataSetTyped< float > NXFloat
The float dataset type.
NXDataSetTyped< int32_t > NXInt
The integer dataset type.
NXDataSetTyped< double > NXDouble
The double dataset type.