|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
26 #ifndef SIMULATOR_SIMULATORS_ANSYS_ANSYSBATCHWRITER_H
27 #define SIMULATOR_SIMULATORS_ANSYS_ANSYSBATCHWRITER_H
49 virtual std::string
write() = 0;
56 #endif // SIMULATOR_SIMULATORS_ANSYS_ANSYSBATCHWRITER_H
AnsysBatchWriter(MonitoringManager *monitoringManager)
constructor
Definition: AnsysBatchWriter.cpp:29
virtual ~AnsysBatchWriter()
destructor
Definition: AnsysBatchWriter.cpp:34
virtual std::string write()=0
write a part of batch file into a string
MonitoringManager * monitoringManager
monitoring manager
Definition: AnsysBatchWriter.h:76
Manager of the benchmark tests. Do simulation loop and tests.
Definition: MonitoringManager.h:50
Ansys batch writer helps to write a part of a batch file.
Definition: AnsysBatchWriter.h:40