| QGIS API Documentation
    3.22.4-Białowieża (ce8e65e95e)
    | 
#include "qgis_core.h"#include "qgis.h"#include "qgsprocessingparameters.h"#include "qgsprocessingoutputs.h"#include "qgsprocessingcontext.h"#include "qgsfeaturesource.h"#include "qgsprocessingutils.h"#include <QString>#include <QVariant>#include <QIcon>
Go to the source code of this file.
| Classes | |
| class | QgsProcessingAlgorithm | 
| Abstract base class for processing algorithms.  More... | |
| class | QgsProcessingFeatureBasedAlgorithm | 
| An abstract QgsProcessingAlgorithm base class for processing algorithms which operate "feature-by-feature".  More... | |
| struct | QgsProcessingAlgorithm::VectorProperties | 
| Properties of a vector source or sink used in an algorithm.  More... | |