VPTissue Reference Manual
|
Viewer that periodically exports mesh to a text file, opening writing and closing the file again during a single export. More...
#include <TextViewer.h>
Public Member Functions | |
TextViewer (const std::shared_ptr< SimShell::Ws::MergedPreferences > &p) | |
TextViewer (const std::shared_ptr< SimShell::Ws::MergedPreferences > &p, const std::string &dir_path) | |
virtual | ~TextViewer () |
Destructor must be virtual. | |
template<> | |
void | Update (const SimPT_Sim::Event::CoupledSimEvent &) |
template<> | |
void | Update (const SimPT_Sim::Event::CoupledSimEvent &) |
template<typename EventType > | |
void | Update (EventType const &e) |
Check whether export should happen and then do so. | |
Viewer that periodically exports mesh to a text file, opening writing and closing the file again during a single export.
Definition at line 37 of file TextViewer.h.