mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
sip fixes
This commit is contained in:
parent
686f632f32
commit
7172347afb
@ -22,7 +22,7 @@ class QgsInterpolator
|
||||
QgsVectorLayer* vectorLayer;
|
||||
bool zCoordInterpolation;
|
||||
int interpolationAttribute;
|
||||
int mInputType;
|
||||
QgsInterpolator::InputType mInputType;
|
||||
};
|
||||
|
||||
QgsInterpolator( const QList<QgsInterpolator::LayerData>& layerData );
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "qgsninecellfilter.h"
|
||||
|
||||
/**Adds the ability to calculate derivatives in x- and y-directions. Needs to be subclassed (e.g. for slope and aspect)*/
|
||||
class QgsDerivativeFilter : public QgsNineCellFilter
|
||||
class ANALYSIS_EXPORT QgsDerivativeFilter : public QgsNineCellFilter
|
||||
{
|
||||
public:
|
||||
QgsDerivativeFilter( const QString& inputFile, const QString& outputFile, const QString& outputFormat );
|
||||
|
Loading…
x
Reference in New Issue
Block a user