Changeset 13041 for OpenSceneGraph/trunk/include/osgDB/XmlParser
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osgDB/XmlParser (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgDB/XmlParser
r12139 r13041 149 149 bool writeChildren(const ControlMap& controlMap, std::ostream& fout, const std::string& indent) const; 150 150 bool writeProperties(const ControlMap& controlMap, std::ostream& fout) const; 151 151 152 152 bool readAndReplaceControl(std::string& contents, Input& input); 153 153 };
