osgEarth 2.1.1
Functions

/home/cube/sources/osgearth/src/osgEarth/Config.cpp File Reference

#include <osgEarth/Config>
#include <osgEarth/XmlUtils>
#include <sstream>
#include <iomanip>
Include dependency graph for Config.cpp:

Go to the source code of this file.

Functions

ConfigemptyConfig ()

Function Documentation

Config& emptyConfig ( )

Definition at line 26 of file Config.cpp.

{
    static Config _emptyConfig;
    return _emptyConfig;
}

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines