Public Attributes | |
Configurable Data Members | |
These members can be set as part of a VGIS program's run-time configuration (see VGISConfiguration). Path Interpretation discusses path interpretation (e.g. Default Parent Dir). | |
| char * | inputDevicesDir |
| This directory contains input device configuration files for the host computer. | |
| char * | interfacePath |
| This path is a semi-colon separate list of directories contains interface configuration files. | |
| char * | navigationFile |
| This is the name of the navigation configuration file . | |
| int | mouseButtons |
| [Windows] This determines whether the navigation interface should use 2 or 3 buttons. | |
| vgis_boolean_t | enableScheduler |
| [Windows] If there are fewer than 2 processors and this is true, then on NT 4.0 the special VGIS thread scheduler is enabled. | |
| vgis_boolean_t | enableWeather |
| Determines whether weather visualization rendering is enabled. | |
| vgis_boolean_t | X11SupportsThreads |
| On some platforms we can't get X11 working with threads. | |
The interactive VGIS application contains one instance of VGISConfig called _VGISConfig plus additional Config structures.
See VGISConfiguration for general instructions related to initializating a VGIS program's configuration structures. Path Interpretation discusses path interpretation (e.g. Default Parent Dir).
|
|
[Windows] If there are fewer than 2 processors and this is true, then on NT 4.0 the special VGIS thread scheduler is enabled. Note currently, under Windows 2000 this scheduler kills performance. So under Windows 2000 this flag will actually be turned off. Initialize Options:
|
|
|
Determines whether weather visualization rendering is enabled. Initialize Options:
|
|
|
This directory contains input device configuration files for the host computer. Initialize Options:
Default Parent Dir*: VGISConfig::systemDir |
|
|
This path is a semi-colon separate list of directories contains interface configuration files. Interface configuration files are searched for in each directory in this path. The order in which the directories are listed determines the order in which they are searched. When searching for an interface configuration file, the file is loaded from the first directory containing the file. Initialize Options:
Default Parent Dir: CommonConfig::userDir |
|
|
[Windows] This determines whether the navigation interface should use 2 or 3 buttons. Initialize Options:
|
|
|
This is the name of the navigation configuration file . Initialize Options:
Default Parent Dir: first directory in VGISConfig::interfacePath containing the file. |
|
|
On some platforms we can't get X11 working with threads. Therefore we need this run-time check to disable various bits of code that require it.
|
written by Dimitri van Heesch,
© 1997-2001