|
GDAL
|
Reads completed viewshed rasters and sums them together. More...
#include <combiner.h>
Public Member Functions | |
| Combiner (Cumulative::DatasetQueue &inputQueue, Cumulative::DatasetQueue &outputQueue) | |
| Constructor. | |
| Combiner (const Combiner &src) | |
| Copy ctor. | |
| void | queueOutputBuffer () |
| Queue the owned buffer as for output. | |
| void | run () |
| Read viewshed executor output and sum it up in our owned memory raster. | |
Reads completed viewshed rasters and sums them together.
When the summed values may exceed the 8-bit limit, push it on the output queue.
|
inline |
Constructor.
| inputQueue | Reference to input queue of datasets |
| outputQueue | Reference to output queue of datasets |
|
inline |