Ansys batch writer helps to write a part of a batch file. More...
#include <AnsysBatchWriter.h>
Inheritance diagram for AnsysBatchWriter:
Collaboration diagram for AnsysBatchWriter:Public Member Functions | |
| AnsysBatchWriter (MonitoringManager *monitoringManager) | |
| constructor More... | |
| virtual std::string | write ()=0 |
| write a part of batch file into a string More... | |
| virtual | ~AnsysBatchWriter () |
| destructor More... | |
Protected Attributes | |
| MonitoringManager * | monitoringManager |
| monitoring manager More... | |
Ansys batch writer helps to write a part of a batch file.
| AnsysBatchWriter::AnsysBatchWriter | ( | MonitoringManager * | monitoringManager | ) |
constructor
References monitoringManager.
|
virtual |
destructor
|
pure virtual |
write a part of batch file into a string
Implemented in ParametersWriter, PostWriter, PrepWriter, and SoluWriter.
|
protected |
monitoring manager
Referenced by AnsysBatchWriter(), SoluWriter::SoluWriter(), PrepWriter::write(), and ParametersWriter::write().