16 class DLL_API CellEvent :
public RasterPosition
19 CellEventPositionType mEventType;
20 CELL_EVENT_DATA_TYPE mDist2point;
21 CELL_EVENT_DATA_TYPE mAngle;
22 CELL_EVENT_DATA_TYPE mElevation[3];
23 bool mBehindTargetForInverseLoS =
false;
27 CellEvent( CellEventPositionType eventType,
int row,
int col,
double dist,
double angle,
double elevation[3] );
29 bool operator<(
const CellEvent &other )
const;
30 bool operator==(
const CellEvent &other )
const;