|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
26 #ifndef SIMULATOR_SIMULATORS_ANSYS_ANSYSBATCHWRITERS_PARAMETERSWRITER_H
27 #define SIMULATOR_SIMULATORS_ANSYS_ANSYSBATCHWRITERS_PARAMETERSWRITER_H
53 #endif // SIMULATOR_SIMULATORS_ANSYS_ANSYSBATCHWRITERS_PARAMETERSWRITER_H
TODO Comment class here.
Definition: ParametersWriter.h:40
MultiComponent * getExclusiveComponents() const
get all the exclusive components
Definition: PhysicalModel.h:374
std::string getField(unsigned int) const
get the name of field of given index
Definition: Properties.cpp:68
PhysicalModel * getPml()
Definition: MonitoringManager.cpp:263
~ParametersWriter()
destructor
Definition: ParametersWriter.cpp:38
unsigned int numberOfFields() const
get the number of extra fields found in the PML
Definition: Properties.cpp:63
MonitoringManager * monitoringManager
monitoring manager
Definition: AnsysBatchWriter.h:76
Properties * getProperties()
get the component structural properties (guarantied to be non NULL)
Definition: modeling/libraries/pml/Component.h:188
std::string write()
write the PREP part of batch file into a string
Definition: ParametersWriter.cpp:41
std::string getString(std::string attName) const
field accessor: get the field attName as a string value, if field does not exist, empty string is ret...
Definition: Properties.h:178
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
ParametersWriter(MonitoringManager *monitoringManager)
constructor
Definition: ParametersWriter.cpp:35
Describes the properties common to all structures and components.
Definition: Properties.h:59