18 #ifndef QGSALGORITHMNETWORKANALYSISBASE_H 19 #define QGSALGORITHMNETWORKANALYSISBASE_H 40 QString
group()
const final;
50 void addCommonParams();
62 std::unique_ptr< QgsFeatureSource > mNetwork;
64 std::unique_ptr< QgsGraphBuilder > mBuilder;
65 std::unique_ptr< QgsGraph > mGraph;
66 double mMultiplier = 1;
71 #endif // QGSALGORITHMNETWORKANALYSISBASE_H virtual QIcon icon() const
Returns an icon for the algorithm.
Base class for providing feedback from a processing algorithm.
virtual QString group() const
Returns the name of the group this algorithm belongs to.
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.
An interface for objects which provide features via a getFeatures method.
virtual QString groupId() const
Returns the unique ID of the group this algorithm belongs to.
Contains information about the context in which a processing algorithm is executed.
virtual QString svgIconPath() const
Returns a path to an SVG version of the algorithm's icon.