VPTissue Reference Manual
|
A CliConverterTask represents an invocation of the converter from the command line. More...
#include <CliConverterTask.h>
Public Member Functions | |
CliConverterTask (const std::string &project, std::string timestep_filter, IConverterFormat *output_format, std::string inputformat_filter="") | |
Straight constructor. | |
const std::string | GetInputFormatFilter () const |
Plain getter. | |
IConverterFormat * | GetOutputFormat () const |
Plain getter. | |
const std::string | GetProjectName () const |
Plain getter. | |
const std::string | GetTimeStepFilter () const |
Plain getter. | |
A CliConverterTask represents an invocation of the converter from the command line.
Definition at line 33 of file CliConverterTask.h.