Container for lines necessary for processing.
More...
#include <viewshed_executor.h>
|
|
| Lines () |
| | Constructor.
|
| |
| | Lines (size_t lineLen) |
| | Constructor that initializes to line length.
|
| |
|
|
std::vector< double > | cur |
| | Current line being processed.
|
| |
|
std::vector< double > | result |
| | Result values for current line.
|
| |
|
std::vector< double > | prev |
| | Height values for previous line.
|
| |
|
std::vector< double > | pitchMask |
| | Height/indicator values for pitch masking.
|
| |
|
std::vector< double > | prevTmp |
| | Saved prev values when in SD mode.
|
| |
|
std::vector< double > | sd |
| | SD mask.
|
| |
Container for lines necessary for processing.
◆ Lines()
| gdal::viewshed::Lines::Lines |
( |
size_t |
lineLen | ) |
|
|
inlineexplicit |
Constructor that initializes to line length.
- Parameters
-
The documentation for this struct was generated from the following file: