From Eric Sokolowsky, added writeEnvironmentSettings to help report what OSG

centric environment variables are used.
This commit is contained in:
Robert Osfield
2005-11-03 10:01:09 +00:00
parent 4c13328d98
commit eb28f9f587
2 changed files with 38 additions and 0 deletions

View File

@@ -84,6 +84,8 @@ class OSG_EXPORT ApplicationUsage
void write(std::ostream& output,unsigned int type=COMMAND_LINE_OPTION, unsigned int widthOfOutput=80,bool showDefaults=false);
void writeEnvironmentSettings(std::ostream& output);
protected:
std::string _applicationName;