From ecf5c9a0aa9404a3cdb317e563cceaae57fd64aa Mon Sep 17 00:00:00 2001 From: Gabriele Antolini Date: Tue, 20 Aug 2024 11:35:28 +0200 Subject: [PATCH] topo index call --- project/interpolationCmd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/project/interpolationCmd.h b/project/interpolationCmd.h index 96690dbcf..c592b5a7c 100644 --- a/project/interpolationCmd.h +++ b/project/interpolationCmd.h @@ -77,5 +77,6 @@ bool interpolateProxyGridSeries(const Crit3DProxyGridSeries& mySeries, QDate myDate, const gis::Crit3DRasterGrid& gridBase, gis::Crit3DRasterGrid *gridOut, QString &errorStr); + bool topographicIndex(const gis::Crit3DRasterGrid DEM, std::vector windowWidths, gis::Crit3DRasterGrid& outGrid); #endif // INTERPOLATIONCMD_H