Enviro application
|
Macros | |
#define | STR_DATAPATH "DataPath" |
#define | STR_EARTHVIEW "EarthView" |
#define | STR_EARTHIMAGE "EarthImage" |
#define | STR_INITTERRAIN "InitialTerrain" |
#define | STR_FULLSCREEN "FullScreen" |
#define | STR_STEREO "Stereo" |
#define | STR_STEREO_MODE "StereoMode" |
#define | STR_MULTISAMPLES "Multisamples" |
#define | STR_WINLOC "WindowLocation" |
#define | STR_LOCINSIDE "LocationIsInside" |
#define | STR_HTMLPANE "HTMLPane" |
#define | STR_FLOATBAR "FloatingToolBar" |
#define | STR_TEXTURE_COMPRESSION "TextureCompression" |
#define | STR_PLANTSIZE "PlantSize" |
#define | STR_PLANTSHADOWS "PlantShadows" |
#define | STR_ONLY_AVAILABLE_SPECIES "ShowOnlyAvailableSpecies" |
#define | STR_SELECTIONCUTOFF "SelectionCutoff" |
#define | STR_DISABLE_MODEL_MIPMAPS "DisableModelMipmaps" |
#define | STR_CURSOR_THICKNESS "CursorThickness" |
#define | STR_CONTENT_FILE "ContentFile" |
#define | STR_CATENARY_FACTOR "CatenaryFactor" |
#define | STR_MAX_INST_RADIUS "MaxPickableInstanceRadius" |
#define | STR_DIRECT_PICKING "DirectPicking" |
#define | STR_SHOW_PROGRESS "ShowProgress" |
#define | STR_FLY_IN "FlyIn" |
#define | STR_USE_JOYSTICK "UseJoystick" |
#define | STR_USE_SPACENAV "UseSpaceNav" |
#define | STR_TB_CULTURE "TBCulture" |
#define | STR_TB_SNAPSHOT "TBSnapshot" |
#define | STR_TB_TIME "TBTime" |
Functions | |
void | LocalToUTF8 (vtString &str) |
void | s2b (std::string &s, bool &b) |
void | WriteElem (ofstream &output, const char *elem, const char *value) |
void | WriteElemB (ofstream &output, const char *elem, bool value) |
void | WriteElemI (ofstream &output, const char *elem, int value) |
void | WriteElemF (ofstream &output, const char *elem, float value) |
Variables | |
EnviroOptions | g_Options |
#define STR_CATENARY_FACTOR "CatenaryFactor" |
#define STR_CONTENT_FILE "ContentFile" |
#define STR_CURSOR_THICKNESS "CursorThickness" |
#define STR_DATAPATH "DataPath" |
#define STR_DIRECT_PICKING "DirectPicking" |
#define STR_DISABLE_MODEL_MIPMAPS "DisableModelMipmaps" |
#define STR_EARTHIMAGE "EarthImage" |
#define STR_EARTHVIEW "EarthView" |
#define STR_FLOATBAR "FloatingToolBar" |
#define STR_FLY_IN "FlyIn" |
#define STR_FULLSCREEN "FullScreen" |
#define STR_HTMLPANE "HTMLPane" |
#define STR_INITTERRAIN "InitialTerrain" |
#define STR_LOCINSIDE "LocationIsInside" |
#define STR_MAX_INST_RADIUS "MaxPickableInstanceRadius" |
#define STR_MULTISAMPLES "Multisamples" |
#define STR_ONLY_AVAILABLE_SPECIES "ShowOnlyAvailableSpecies" |
#define STR_PLANTSHADOWS "PlantShadows" |
#define STR_PLANTSIZE "PlantSize" |
#define STR_SELECTIONCUTOFF "SelectionCutoff" |
#define STR_SHOW_PROGRESS "ShowProgress" |
#define STR_STEREO "Stereo" |
#define STR_STEREO_MODE "StereoMode" |
#define STR_TB_CULTURE "TBCulture" |
#define STR_TB_SNAPSHOT "TBSnapshot" |
#define STR_TB_TIME "TBTime" |
#define STR_TEXTURE_COMPRESSION "TextureCompression" |
#define STR_USE_JOYSTICK "UseJoystick" |
#define STR_USE_SPACENAV "UseSpaceNav" |
#define STR_WINLOC "WindowLocation" |
void LocalToUTF8 | ( | vtString & | str | ) |
void s2b | ( | std::string & | s, |
bool & | b | ||
) |
void WriteElem | ( | ofstream & | output, |
const char * | elem, | ||
const char * | value | ||
) |
void WriteElemB | ( | ofstream & | output, |
const char * | elem, | ||
bool | value | ||
) |
void WriteElemF | ( | ofstream & | output, |
const char * | elem, | ||
float | value | ||
) |
void WriteElemI | ( | ofstream & | output, |
const char * | elem, | ||
int | value | ||
) |
EnviroOptions g_Options |