18 #ifndef QGSALGORITHMNETWORKANALYSISBASE_H 19 #define QGSALGORITHMNETWORKANALYSISBASE_H 39 QString
group()
const final;
49 void addCommonParams();
61 std::unique_ptr< QgsFeatureSource > mNetwork;
63 std::unique_ptr< QgsGraphBuilder > mBuilder;
64 std::unique_ptr< QgsGraph > mGraph;
65 double mMultiplier = 1;
70 #endif // QGSALGORITHMNETWORKANALYSISBASE_H Base class for providing feedback from a processing algorithm.
Determine making the graph from vector line layer.
static QString iconPath(const QString &iconFile)
Returns path to the desired icon file.
static QIcon getThemeIcon(const QString &name)
Helper to get a theme icon.
Abstract base class for processing algorithms.
virtual QString svgIconPath() const
Returns a path to an SVG version of the algorithm's icon.
virtual QString groupId() const
Returns the unique ID of the group this algorithm belongs to.
An interface for objects which provide features via a getFeatures method.
virtual QString group() const
Returns the name of the group this algorithm belongs to.
Contains information about the context in which a processing algorithm is executed.
virtual QIcon icon() const
Returns an icon for the algorithm.