|
MolSim
|
Factory class for creating different types of file output generators. More...
#include <WriterFactory.h>
Static Public Member Functions | |
| static std::unique_ptr< FileWriter > | createWriter (WriterType type, const std::string &basename) |
| Returns a unique pointer to a default-initialized writer object of a given type. | |
Factory class for creating different types of file output generators.
|
static |
Returns a unique pointer to a default-initialized writer object of a given type.
| type | The specified WriterType of the writer object to be instantiated. |
| basename | The basename of the generated files. |