Skip to content

Commit

Permalink
wire algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
root676 authored and nyalldawson committed Jan 14, 2021
1 parent 5559e37 commit b7a8e8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/analysis/processing/qgsnativealgorithms.cpp
Expand Up @@ -265,6 +265,9 @@ void QgsNativeAlgorithms::loadAlgorithms()
addAlgorithm( new QgsCalculateVectorOverlapsAlgorithm() );
addAlgorithm( new QgsCategorizeUsingStyleAlgorithm() );
addAlgorithm( new QgsCellStatisticsAlgorithm() );
addAlgorithm( new QgsCellStatisticsPercentileAlgorithm() );
addAlgorithm( new QgsCellStatisticsPercentRankFromRasterAlgorithm() );
addAlgorithm( new QgsCellStatisticsPercentRankFromValueAlgorithm() );
addAlgorithm( new QgsCentroidAlgorithm() );
addAlgorithm( new QgsClipAlgorithm() );
addAlgorithm( new QgsCollectAlgorithm() );
Expand Down

0 comments on commit b7a8e8a

Please sign in to comment.