QGIS/python/analysis/network/qgsnetworkdistancestrategy.sip
Alexander Bruy a61e8bbdec rename QgsStrategy to QgsNetworkStrategy to avoid possible future
confusion when we will have other stuff with strategies. Also
rename corresponding subclasses
2016-11-21 16:47:24 +02:00

10 lines
202 B
Plaintext

class QgsNetworkDistanceStrategy : QgsNetworkStrategy
{
%TypeHeaderCode
#include <qgsnetworkdistancestrategy.h>
%End
public:
virtual QVariant cost( double distance, const QgsFeature& ) const;
};