|
OpenSceneGraph
3.0.1
|

Public Member Functions | |
| TemplateSerializer (const char *name, P def) | |
| virtual bool | read (InputStream &is, osg::Object &obj)=0 |
| virtual bool | write (OutputStream &os, const osg::Object &obj)=0 |
| virtual const std::string & | getName () const |
Protected Attributes | |
| std::string | _name |
| P | _defaultValue |
| osgDB::TemplateSerializer::TemplateSerializer | ( | const char * | name, |
| P | def | ||
| ) | [inline] |
| virtual const std::string& osgDB::TemplateSerializer::getName | ( | ) | const [inline, virtual] |
Implements osgDB::BaseSerializer.
| virtual bool osgDB::TemplateSerializer::read | ( | InputStream & | is, |
| osg::Object & | obj | ||
| ) | [pure virtual] |
| virtual bool osgDB::TemplateSerializer::write | ( | OutputStream & | os, |
| const osg::Object & | obj | ||
| ) | [pure virtual] |
P osgDB::TemplateSerializer::_defaultValue [protected] |
std::string osgDB::TemplateSerializer::_name [protected] |
Referenced by osgDB::TemplateSerializer< std::string >::getName().
| Generated at Tue Oct 11 2011 21:10:41 for the OpenSceneGraph by doxygen 1.7.5. |