|
OpenSceneGraph
3.0.1
|

Public Types | |
| typedef TemplateSerializer< P > | ParentType |
| typedef P(C::* | Getter )() const |
| typedef void(C::* | Setter )(P) |
Public Member Functions | |
| PropByValSerializer (const char *name, P def, Getter gf, Setter sf, bool useHex=false) | |
| virtual bool | read (InputStream &is, osg::Object &obj) |
| virtual bool | write (OutputStream &os, const osg::Object &obj) |
Public Attributes | |
| Getter | _getter |
| Setter | _setter |
Protected Attributes | |
| bool | _useHex |
| typedef P(C::* osgDB::PropByValSerializer::Getter)() const |
| typedef void(C::* osgDB::PropByValSerializer::Setter)(P) |
| osgDB::PropByValSerializer::PropByValSerializer | ( | const char * | name, |
| P | def, | ||
| Getter | gf, | ||
| Setter | sf, | ||
| bool | useHex = false |
||
| ) | [inline] |
| virtual bool osgDB::PropByValSerializer::read | ( | InputStream & | is, |
| osg::Object & | obj | ||
| ) | [inline, virtual] |
| virtual bool osgDB::PropByValSerializer::write | ( | OutputStream & | os, |
| const osg::Object & | obj | ||
| ) | [inline, virtual] |
Referenced by write().
Referenced by read().
bool osgDB::PropByValSerializer::_useHex [protected] |
| Generated at Tue Oct 11 2011 20:19:57 for the OpenSceneGraph by doxygen 1.7.5. |