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 2020
2121/* * \ingroup analysis
2222 * \class QgsDistanceStrategy
23+ * \note added in QGIS 3.0
2324 * \brief Strategy for caclucating edge cost based on its length. Should be
2425 * used for finding shortest path between two points.
2526 */
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ class QgsGraphVertex;
3636/* *
3737 * \ingroup analysis
3838 * \class QgsGraphEdge
39+ * \note added in QGIS 3.0
3940 * \brief This class implements a graph edge
4041 */
4142class ANALYSIS_EXPORT QgsGraphEdge
Original file line number Diff line number Diff line change 2424/* *
2525 * \ingroup analysis
2626 * \class QgsStrategy
27+ * \note added in QGIS 3.0
2728 * \brief QgsStrategy defines strategy used for calculation of the edge cost. For example it can
2829 * take into account travel distance, amount of time or money. Currently there are two strategies
2930 * implemented in the analysis library: QgsDistanceStrategy and QgsSpeedStrategy.
You can’t perform that action at this time.
0 commit comments