Struct containing necessary information about an attribute in a window. More...
#include <rocin_block.h>
Public Member Functions | |
VarInfo_HDF4 (const std::string &name, char pos, COM_Type dType, const std::string &units, int nc, int32 i, int nitems, int ng, bool is_null) | |
Constructor for quick initialization. More... | |
Public Attributes | |
std::string | m_name |
Name of variable. More... | |
char | m_position |
Location, 'w', 'p', 'n', or 'e'. More... | |
COM_Type | m_dataType |
Roccom datatype. More... | |
std::string | m_units |
Units of measurement. More... | |
std::vector< int32 > | m_indices |
HDF4 dataset indices for each component. More... | |
int | m_nitems |
Total number of items. More... | |
int | m_ng |
Number of ghost items. More... | |
std::vector< bool > | m_is_null |
Whether or not a component in NULL. More... | |
Struct containing necessary information about an attribute in a window.
Definition at line 33 of file rocin_block.h.
|
inline |
Constructor for quick initialization.
Definition at line 35 of file rocin_block.h.
COM_Type m_dataType |
Roccom datatype.
Definition at line 44 of file rocin_block.h.
std::vector<int32> m_indices |
HDF4 dataset indices for each component.
Definition at line 46 of file rocin_block.h.
Referenced by scan_files_HDF4().
std::vector<bool> m_is_null |
Whether or not a component in NULL.
Definition at line 49 of file rocin_block.h.
Referenced by scan_files_HDF4().
std::string m_name |
int m_ng |
Number of ghost items.
Definition at line 48 of file rocin_block.h.
int m_nitems |
Total number of items.
Definition at line 47 of file rocin_block.h.
char m_position |
Location, 'w', 'p', 'n', or 'e'.
Definition at line 43 of file rocin_block.h.
std::string m_units |
Units of measurement.
Definition at line 45 of file rocin_block.h.