|
osgEarth 2.1.1
|
#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) |
| 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:
1.7.3