18#ifndef QGSALGORITHMNETWORKANALYSISBASE_H
19#define QGSALGORITHMNETWORKANALYSISBASE_H
40 QString
group()
const final;
51 void addCommonParams();
63 std::unique_ptr< QgsFeatureSource > mNetwork;
65 std::unique_ptr< QgsGraphBuilder > mBuilder;
66 std::unique_ptr< QgsGraph > mGraph;
67 double mMultiplier = 1;
QFlags< ProcessingAlgorithmFlag > ProcessingAlgorithmFlags
Flags indicating how and when an algorithm operates and should be exposed to users.
static QIcon getThemeIcon(const QString &name, const QColor &fillColor=QColor(), const QColor &strokeColor=QColor())
Helper to get a theme icon.
static QString iconPath(const QString &iconFile)
Returns path to the desired icon file.
An interface for objects which provide features via a getFeatures method.
Abstract base class for processing algorithms.
virtual QString group() const
Returns the name of the group this algorithm belongs to.
virtual QString groupId() const
Returns the unique ID of the group this algorithm belongs to.
virtual QIcon icon() const
Returns an icon for the algorithm.
virtual Qgis::ProcessingAlgorithmFlags flags() const
Returns the flags indicating how and when the algorithm operates and should be exposed to users.
virtual QString svgIconPath() const
Returns a path to an SVG version of the algorithm's icon.
Contains information about the context in which a processing algorithm is executed.
Base class for providing feedback from a processing algorithm.
Determine making the graph from vector line layer.