processing

ProcessingAlgFactory

alg

algorithmHelp

Prints algorithm parameters with their types. Also provides information about parameters and outputs, and their acceptable values.

createAlgorithmDialog

Creates and returns an algorithm dialog for the specified algorithm, prepopulated with a given set of parameters. It is the caller’s responsibility to execute and delete this dialog.

createContext

Creates a default processing context

execAlgorithmDialog

Executes an algorithm dialog for the specified algorithm, prepopulated with a given set of parameters.

run

Executes given algorithm and returns its outputs as dictionary object.

runAndLoadResults

Executes given algorithm and load its results into the current QGIS project when possible.