Pass write_attribute arguments to the background worker thread. More...
Public Member Functions | |
WriteAttrInfo (Rocout *rout, const char *filename_pre, const Attribute *attr, const char *material, const char *timelevel, const char *mfile_pre=NULL, const MPI_Comm *pComm=NULL, const int *pane_id=NULL, int append=-1, bool cloned=false) | |
Public Attributes | |
Rocout * | m_rout |
const std::string | m_prefix |
const Attribute * | m_attr |
const std::string | m_material |
const std::string | m_timelevel |
const std::string | m_meshPrefix |
const MPI_Comm * | m_pComm |
const int * | m_pPaneId |
const int | m_append |
const bool | m_cloned |
Pass write_attribute arguments to the background worker thread.
|
inline |
const int m_append |
Definition at line 70 of file Rocout.C.
Referenced by Rocout::write_attr_internal().
const Attribute* m_attr |
Definition at line 64 of file Rocout.C.
Referenced by Rocout::write_attr_internal().
const bool m_cloned |
Definition at line 71 of file Rocout.C.
Referenced by Rocout::write_attr_internal().
const std::string m_material |
Definition at line 65 of file Rocout.C.
Referenced by Rocout::write_attr_internal().
const std::string m_meshPrefix |
Definition at line 67 of file Rocout.C.
Referenced by Rocout::write_attr_internal().
const MPI_Comm* m_pComm |
Definition at line 68 of file Rocout.C.
Referenced by Rocout::write_attr_internal().
const int* m_pPaneId |
Definition at line 69 of file Rocout.C.
Referenced by Rocout::write_attr_internal().
const std::string m_prefix |
Definition at line 63 of file Rocout.C.
Referenced by Rocout::write_attr_internal().
Rocout* m_rout |
Definition at line 62 of file Rocout.C.
Referenced by Rocout::write_attr_internal().
const std::string m_timelevel |
Definition at line 66 of file Rocout.C.
Referenced by Rocout::write_attr_internal().