|
OpenSceneGraph
3.0.1
|
#include <osgDB/Registry>Classes | |
| class | osgDB::XmlNode |
| XmlNode class for very basic reading and writing of xml files. More... | |
| class | osgDB::XmlNode::ControlMap |
| class | osgDB::XmlNode::Input |
Namespaces | |
| namespace | osgDB |
The osgDB library provides support for reading and writing scene graphs, providing a plugin framework and file utility classes. | |
Defines | |
| #define | OSGDB_XML_PARSER 1 |
Functions | |
| OSGDB_EXPORT XmlNode * | osgDB::readXmlFile (const std::string &filename, const Options *options) |
| read an Xml file, find the file in Options DataFilePathList. | |
| XmlNode * | osgDB::readXmlFile (const std::string &filename) |
| read an Xml file, find the file in osgDB::Registry's eaderWriter::Options DataFilePathList. | |
| OSGDB_EXPORT XmlNode * | osgDB::readXmlStream (std::istream &fin) |
| read an Xml from from an istream. | |
| OSGDB_EXPORT std::string | osgDB::trimEnclosingSpaces (const std::string &str) |
| #define OSGDB_XML_PARSER 1 |
| Generated at Thu Sep 27 2012 17:02:43 for the OpenSceneGraph by doxygen 1.7.6.1. |