Langmuir
Simulation
|
brief A class to generate file names using the SimulationParameters More...
#include <output.h>
Public Member Functions | |
OutputInfo (const QString &name, const SimulationParameters *par=0) | |
Generate file name according to SimulationParameters. More... | |
brief A class to generate file names using the SimulationParameters
LangmuirCore::OutputInfo::OutputInfo | ( | const QString & | name, |
const SimulationParameters * | par = 0 |
||
) |
Generate file name according to SimulationParameters.
name | the file name desired. The following substitutions can be made:
|
par | pointer to a SimulationParameters object
|
The constructor makes useful substitutions into the passed name (deatiled below) as well as making sure the name generated is valid (according to the passed SimulationParameters). If the directory of the passed name doesn't exist, it will be created.