File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 20
20
21
21
/* * \ingroup analysis
22
22
* \class QgsDistanceStrategy
23
+ * \note added in QGIS 3.0
23
24
* \brief Strategy for caclucating edge cost based on its length. Should be
24
25
* used for finding shortest path between two points.
25
26
*/
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ class QgsGraphVertex;
36
36
/* *
37
37
* \ingroup analysis
38
38
* \class QgsGraphEdge
39
+ * \note added in QGIS 3.0
39
40
* \brief This class implements a graph edge
40
41
*/
41
42
class ANALYSIS_EXPORT QgsGraphEdge
Original file line number Diff line number Diff line change 24
24
/* *
25
25
* \ingroup analysis
26
26
* \class QgsStrategy
27
+ * \note added in QGIS 3.0
27
28
* \brief QgsStrategy defines strategy used for calculation of the edge cost. For example it can
28
29
* take into account travel distance, amount of time or money. Currently there are two strategies
29
30
* implemented in the analysis library: QgsDistanceStrategy and QgsSpeedStrategy.
You can’t perform that action at this time.
0 commit comments