osgEarth 2.1.1
Functions

/home/cube/sources/osgearth/src/applications/osgearth_resources/osgearth_resources.cpp File Reference

#include <osg/Notify>
#include <osgEarthSymbology/ResourceLibrary>
#include <osgEarth/XmlUtils>
#include <osgEarth/Config>
#include <fstream>
Include dependency graph for osgearth_resources.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 30 of file osgearth_resources.cpp.

{
    XmlDocument* xml = XmlDocument::load( URI("e:/data/osgearth_resources/US/catalog.xml") );
    Config conf = xml->getConfig();

    OE_NOTICE << conf.toString() << std::endl;
}

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines