mango.application.main_driver.MainDriverFilter

class mango.application.main_driver.MainDriverFilter((object)arg1)

Base class for filters which can be executed by mango.application.main_driver.

Methods

__init__(( (object)arg1) -> None :) C++ signature :
execute(( (MainDriverFilter)arg1) -> None :) Executes operation/filtering on in the loaded input data.
getXmlFileName(...) Returns XML file name containing filter parameter descriptions.
getXmlString(...) Returns XML file name containing filter parameter descriptions.
loadData(( (MainDriverFilter)arg1) -> None :) Loads input data from file.
loadExecuteWrite(...) Calls loadData() followed by execute() followed by writeData().
setFilterParms(( (MainDriverFilter)arg1, ...) Sets the mango.application.main_driver.InputParmSection parameters for the filtering.
setRunParms(( (MainDriverFilter)arg1, ...) Sets the run-specific mango.application.main_driver.InputParmSection parameters.
writeData(( (MainDriverFilter)arg1) -> None :) Writes output data (result(s) of execute()) to file.

Previous topic

mango.application.main_driver.MainDriver.executeRuns

Next topic

mango.application.main_driver.MainDriverFilter.__init__

This Page