Struct containing necessary information for a pane. More...
#include <rocin_block.h>
Public Member Functions | |
Block_HDF4 (const std::string &file, const std::string &geomFile, int32 indices[], int paneId, const std::string &time, const std::string &units, int numNodes, int ghostNodes) | |
Constructor for fast initialization. More... | |
Public Attributes | |
std::string | m_file |
Data file. More... | |
std::string | m_geomFile |
External geometry file (may be empty). More... | |
int32 | m_indices [3] |
HDF4 dataset indices of the nodal coordinates. More... | |
int | m_paneId |
The pane id. More... | |
std::string | time_level |
The dataset's time stamp. More... | |
std::string | m_units |
The mesh's units of measurement. More... | |
int | m_numNodes |
Number of nodes in the mesh. More... | |
int | m_numGhostNodes |
Number of ghost nodes in a mesh. More... | |
std::vector< GridInfo_HDF4 > | m_gridInfo |
Dimensions or conn table(s) More... | |
std::vector< VarInfo_HDF4 > | m_variables |
Info on each variable. More... | |
Struct containing necessary information for a pane.
Definition at line 81 of file rocin_block.h.
|
inline |
Constructor for fast initialization.
Definition at line 83 of file rocin_block.h.
References m_indices.
std::string m_file |
std::string m_geomFile |
External geometry file (may be empty).
Definition at line 92 of file rocin_block.h.
Referenced by load_data_HDF4().
std::vector<GridInfo_HDF4> m_gridInfo |
Dimensions or conn table(s)
Definition at line 99 of file rocin_block.h.
Referenced by load_data_HDF4(), Rocin::register_panes(), and scan_files_HDF4().
int32 m_indices[3] |
HDF4 dataset indices of the nodal coordinates.
Definition at line 93 of file rocin_block.h.
Referenced by Block_HDF4(), and load_data_HDF4().
int m_numGhostNodes |
Number of ghost nodes in a mesh.
Definition at line 98 of file rocin_block.h.
Referenced by Rocin::register_panes(), and scan_files_HDF4().
int m_numNodes |
Number of nodes in the mesh.
Definition at line 97 of file rocin_block.h.
Referenced by load_data_HDF4(), Rocin::register_panes(), and scan_files_HDF4().
int m_paneId |
The pane id.
Definition at line 94 of file rocin_block.h.
Referenced by load_data_HDF4(), and Rocin::register_panes().
std::string m_units |
The mesh's units of measurement.
Definition at line 96 of file rocin_block.h.
Referenced by Rocin::register_panes().
std::vector<VarInfo_HDF4> m_variables |
Info on each variable.
Definition at line 100 of file rocin_block.h.
Referenced by load_data_HDF4(), Rocin::register_panes(), and scan_files_HDF4().
std::string time_level |
The dataset's time stamp.
Definition at line 95 of file rocin_block.h.
Referenced by load_data_HDF4().