Skip to content

Commit 96dd287

Browse files
committed
Add doc.
1 parent b7d607b commit 96dd287

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

alg/viewshed/viewshed_executor.cpp

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,17 @@ ViewshedExecutor::ViewshedExecutor(GDALRasterBand &srcBand,
148148
m_hasNoData = hasNoData;
149149
}
150150

151-
// No SD Band
151+
/// Constructor - the viewshed algorithm executor with no SD band
152+
/// @param srcBand Source raster band
153+
/// @param dstBand Destination raster band
154+
/// @param nX X position of observer
155+
/// @param nY Y position of observer
156+
/// @param outExtent Extent of output raster (relative to input)
157+
/// @param curExtent Extent of active raster.
158+
/// @param opts Configuration options.
159+
/// @param progress Reference to the progress tracker.
160+
/// @param emitWarningIfNoData Whether a warning must be emitted if an input
161+
/// pixel is at the nodata value.
152162
ViewshedExecutor::ViewshedExecutor(GDALRasterBand &srcBand,
153163
GDALRasterBand &dstBand, int nX, int nY,
154164
const Window &outExtent,

0 commit comments

Comments
 (0)