18 #ifndef QGSALGORITHMSHORTESTPATHPOINTTOLAYER_H
19 #define QGSALGORITHMSHORTESTPATHPOINTTOLAYER_H
31 class QgsShortestPathPointToLayerAlgorithm :
public QgsNetworkAnalysisAlgorithmBase
36 QgsShortestPathPointToLayerAlgorithm() =
default;
37 void initAlgorithm(
const QVariantMap &configuration = QVariantMap() )
override;
38 QString name()
const override;
39 QString displayName()
const override;
40 QStringList tags()
const override;
41 QString shortHelpString()
const override;
42 QgsShortestPathPointToLayerAlgorithm *createInstance()
const override SIP_FACTORY;
46 QVariantMap processAlgorithm(
const QVariantMap ¶meters,
53 #endif // QGSALGORITHMSHORTESTPATHPOINTTOLAYER_H