NeXus
1
|
This structure holds the type and dimensions of a primative field/array. More...
#include <bindings/cpp/NeXusFile.hpp>
Public Attributes | |
NXnumtype | type |
The primative type for the field. | |
std::vector< int64_t > | dims |
The dimensions of the file. |
This structure holds the type and dimensions of a primative field/array.
Definition at line 88 of file NeXusFile.hpp.
std::vector<int64_t> NeXus::Info::dims |
The dimensions of the file.
Definition at line 92 of file NeXusFile.hpp.
Referenced by NeXus::File::getData(), NeXus::File::getInfo(), NeXus::File::getStrData(), and NeXus::File::malloc().
NXnumtype NeXus::Info::type |
The primative type for the field.
Definition at line 90 of file NeXusFile.hpp.
Referenced by NeXus::File::getData(), NeXus::File::getDataCoerce(), NeXus::File::getInfo(), NeXus::File::getStrData(), NeXus::File::isDataInt(), and NeXus::File::malloc().