mango.application.main_driver.registerMainDriverFilter

mango.application.main_driver.registerMainDriverFilter((object)filterClass, (object)inputDataTypeSeq[, (object)parmSectionName=None]) → None :

Registers a filter class so that main-driver can find it based on parm-section-name string.

Parameters:
  • filterClass (Subclass of MainDriverFilter) – Class which is registered with main-driver.
  • inputDataTypeSeq (List of mango.mtype) – List of data-types on which the specified filter can operate.
  • parmSectionName (str) – Registers filter under this parm-section-name. If None, the filterClass object is probed for the parm-section-name via the 'parmSectionName' attribute.
C++ signature :
void registerMainDriverFilter(boost::python::api::object,boost::python::api::object [,boost::python::api::object=None])

Previous topic

mango.application.main_driver.run_main_driver

Next topic

mango.application.main_driver.findMainDriverFilter

This Page