|
Mantid
|
Information about a Nexus class. More...
#include <NexusClasses.h>
Public Member Functions | |
| NXClassInfo () | |
| NXClassInfo (Entry e) | |
| operator bool () | |
| returns success of an operation | |
Public Attributes | |
| bool | allGood |
| return status | |
| NXnumtype | datatype |
| NX data type if a dataset, e.g. NX_CHAR, FLOAT32; see NexusFile_fwd.h. | |
| std::string | nxclass |
| NX class of the object or "SDS" if a dataset. | |
| std::string | nxname |
| name of the object | |
Information about a Nexus class.
Definition at line 48 of file NexusClasses.h.
|
inline |
Definition at line 49 of file NexusClasses.h.
|
inline |
Definition at line 50 of file NexusClasses.h.
|
inline |
| bool Mantid::Nexus::NXClassInfo::allGood |
| NXnumtype Mantid::Nexus::NXClassInfo::datatype |
NX data type if a dataset, e.g. NX_CHAR, FLOAT32; see NexusFile_fwd.h.
Definition at line 53 of file NexusClasses.h.
| std::string Mantid::Nexus::NXClassInfo::nxclass |
NX class of the object or "SDS" if a dataset.
Definition at line 52 of file NexusClasses.h.
| std::string Mantid::Nexus::NXClassInfo::nxname |
name of the object
Definition at line 51 of file NexusClasses.h.
Referenced by Mantid::DataHandling::UDlesserExecCount().