def __init__(self, algorithm_spec, sdna_path, run_sdna_command):
     QgsProcessingAlgorithm.__init__(self)
     self.outputs = []
     self.varnames = []
     self.outputnames = []
     self.selectvaroptions = {}
     self.sdna_path = sdna_path
     self.run_sdna_command = run_sdna_command
     self.algorithm_spec = algorithm_spec
 def __init__(self, settings):
     QgsProcessingAlgorithm.__init__(self)
     self.settings = settings
Exemple #3
0
 def __init__(self):
     self.curr_suffix = ""
     QgsProcessingAlgorithm.__init__(self)
Exemple #4
0
 def __init__(self, descriptionfile):
     QgsProcessingAlgorithm.__init__(self)
     self.descriptionFile = descriptionfile
     self.defineCharacteristicsFromFile()