GDAL
gdal::viewshed::LineLimits Struct Reference

Processing limits based on min/max distance restrictions. More...

#include <viewshed_types.h>

Public Member Functions

 LineLimits (int leftArg, int leftMinArg, int rightMinArg, int rightArg)
 Constructor that takes the members in order.

Public Attributes

int left
 Starting (leftmost) cell on the left side.
int leftMin
 One past the rightmost cell on the left side.
int rightMin
 Starting (leftmost) cell on the right side.
int right
 One past the rightmost cell on the right side.

Detailed Description

Processing limits based on min/max distance restrictions.

The left side processing range is [left, leftMin). The right side processing range is [rightMin, right).


The documentation for this struct was generated from the following file: