#include <IoJobs.h>
Definition at line 100 of file IoJobs.h.
◆ SaveMeshJob()
SaveMeshJob::SaveMeshJob |
( |
const std::string & |
name | ) |
|
|
inlineexplicit |
◆ className()
virtual std::string SaveMeshJob::className |
( |
| ) |
const |
|
inlineoverridevirtual |
Name representing the type of the job (e.e. "SPH").
Implements IJob.
Definition at line 114 of file IoJobs.h.
◆ evaluate()
◆ getSettings()
Returns a settings object which allows to query and modify the state of the job.
It is not necessary to expose all state variables this way. This is mainly intended for (de)serialization of the job state and for connection with UI controls.
Implements IJob.
Definition at line 241 of file IoJobs.cpp.
◆ getSlots()
Lists all potential inputs of the job.
This is the superset of slots returned by function requires and it has to be fixed, i.e. cannot change when internal state of the job changes.
Implements IJob.
Definition at line 118 of file IoJobs.h.
The documentation for this class was generated from the following files:
- /home/pavel/projects/astro/sph/src/core/run/jobs/IoJobs.h
- /home/pavel/projects/astro/sph/src/core/run/jobs/IoJobs.cpp