WinProp_ResultPlane

Data Fields

Detailed Description

Structure with results computed in plane. This structure is used for the mapping of all kinds of prediction results on a prediction plane. Prediction planes can be computed with the function WinProp_Predict_Planes.

Field Documentation

PlaneID
int WinProp_ResultPlane::PlaneID
Identifier for the prediction plane
  • CNP: Building index
  • Urban Surfaces: Surface number (roof == 0, following the side walls)
  • Indoor Surfaces: Number of original wall times 10, plus 1 for surface in front of wall
  • Indoor Planes: Number of prediction plane wall
UniqueID
int WinProp_ResultPlane::UniqueID
A unique number, identifying a set of planes.
  • In indoor scenarios this is set to a database unique id.
  • In case of CNP prediction planes (urban) or surface prediction planes (urban) is set to the building number.
Columns
int WinProp_ResultPlane::Columns
Columns of result matrix
Lines
int WinProp_ResultPlane::Lines
Lines of result matrix
PlaneType
int WinProp_ResultPlane::PlaneType
Type of the plane, see WINPROP_PRED_PLANE_TYPE_PLANE
Matrix
PLANEPOINT ** WinProp_ResultPlane::Matrix
Array (x and y direction) with result information. Result information is available in PLANEPOINT for each pixel.
Origin
COORDPOINT WinProp_ResultPlane::Origin
Origin/reference point of the plane (lower left corner).
NormalVector
COORDPOINT WinProp_ResultPlane::NormalVector
Normal vector of plane/polygon
HeightOffset
double WinProp_ResultPlane::HeightOffset
Offset (meter) in case of topography
Axis1
COORDPOINT WinProp_ResultPlane::Axis1
The first axis
Axis2
COORDPOINT WinProp_ResultPlane::Axis2
The second axis
Resolution1
double WinProp_ResultPlane::Resolution1
Resolution along axis 1
Resolution2
double WinProp_ResultPlane::Resolution2
Resolution along axis 2
The documentation was generated from the following file:
  • source.eng/Interface/WP_Result.h