NeXus  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Attributes
NeXus::Info Struct Reference

This structure holds the type and dimensions of a primative field/array. More...

#include <bindings/cpp/NeXusFile.hpp>

Collaboration diagram for NeXus::Info:
Collaboration graph

List of all members.

Public Attributes

NXnumtype type
 The primative type for the field.
std::vector< int64_t > dims
 The dimensions of the file.

Detailed Description

This structure holds the type and dimensions of a primative field/array.

Definition at line 88 of file NeXusFile.hpp.


Member Data Documentation

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 documentation for this struct was generated from the following file: