Mantid
|
Information about a Nexus class. More...
#include <NexusClasses.h>
Public Member Functions | |
NXClassInfo () | |
operator bool () | |
returns success of an operation More... | |
Public Attributes | |
int | datatype |
NX data type if a dataset, e.g. More... | |
std::string | nxclass |
NX class of the object or "SDS" if a dataset. More... | |
std::string | nxname |
name of the object More... | |
NXstatus | stat |
napi.h More... | |
Information about a Nexus class.
Definition at line 53 of file NexusClasses.h.
|
inline |
Definition at line 54 of file NexusClasses.h.
|
inline |
int Mantid::NeXus::NXClassInfo::datatype |
NX data type if a dataset, e.g.
NX_CHAR, NX_FLOAT32, see
Definition at line 57 of file NexusClasses.h.
Referenced by Mantid::NeXus::NXClass::getNextEntry().
std::string Mantid::NeXus::NXClassInfo::nxclass |
NX class of the object or "SDS" if a dataset.
Definition at line 56 of file NexusClasses.h.
Referenced by Mantid::NeXus::NXClass::getNextEntry(), and Mantid::NeXus::NXClass::readAllInfo().
std::string Mantid::NeXus::NXClassInfo::nxname |
name of the object
Definition at line 55 of file NexusClasses.h.
Referenced by Mantid::NeXus::NXClass::getNextEntry(), Mantid::NeXus::NXClass::readAllInfo(), and Mantid::DataHandling::UDlesserExecCount().
NXstatus Mantid::NeXus::NXClassInfo::stat |
napi.h
return status
Definition at line 59 of file NexusClasses.h.
Referenced by Mantid::NeXus::NXClass::getNextEntry(), and operator bool().