mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
confusion when we will have other stuff with strategies. Also rename corresponding subclasses
10 lines
202 B
Plaintext
10 lines
202 B
Plaintext
class QgsNetworkDistanceStrategy : QgsNetworkStrategy
|
|
{
|
|
%TypeHeaderCode
|
|
#include <qgsnetworkdistancestrategy.h>
|
|
%End
|
|
|
|
public:
|
|
virtual QVariant cost( double distance, const QgsFeature& ) const;
|
|
};
|