WinProp_Scenario
Data Fields
- int
- Scenario
- char *
- VectorDatabase
- char *
- PixelBldDatabase
- char *
- TopographyDatabase
- char *
- ClutterDatabase
- char *
- ClutterTable
- int
- VectorDatabaseSorting
Detailed Description
This structure is used to define a scenario when calling WinProp_Open.
Field Documentation
- Scenario
-
- int WinProp_Scenario::Scenario
- Type of scenario (urban, indoor, rural)
- WINPROP_SCENARIO_URBAN = Urban scenario
- WINPROP_SCENARIO_INDOOR = Indoor scenario
- WINPROP_SCENARIO_RURAL = Rural scenario
- VectorDatabase
-
- char * WinProp_Scenario::VectorDatabase
- Name of the vector database for indoor and urban scenarios
- PixelBldDatabase
-
- char * WinProp_Scenario::PixelBldDatabase
- Filename of buildings vector database in supported raster/pixel format.
- TopographyDatabase
-
- char * WinProp_Scenario::TopographyDatabase
- Name of the topography database : for rural scenarios only
- ClutterDatabase
-
- char * WinProp_Scenario::ClutterDatabase
- Name of clutter database (rural only)
- ClutterTable
-
- char * WinProp_Scenario::ClutterTable
- Name of clutter table (rural only)
- VectorDatabaseSorting
-
- int WinProp_Scenario::VectorDatabaseSorting
- Sort walls by size in vector database
- 0 : do NOT sort walls
- 1 : do sort walls
- source.eng/Interface/Engine.h