Reads completed viewshed rasters and sums them together.
More...
#include <combiner.h>
|
| | 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.
◆ Combiner() [1/2]
| gdal::viewshed::Combiner::Combiner |
( |
Cumulative::DatasetQueue & | inputQueue, |
|
|
Cumulative::DatasetQueue & | outputQueue ) |
|
inline |
Constructor.
- Parameters
-
| inputQueue | Reference to input queue of datasets |
| outputQueue | Reference to output queue of datasets |
◆ Combiner() [2/2]
| gdal::viewshed::Combiner::Combiner |
( |
const Combiner & | src | ) |
|
|
inline |
Copy ctor.
Allows initialization in a vector of Combiners.
- Parameters
-
The documentation for this class was generated from the following files: