#include <OSGFieldDataType.h>

Public Types | |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static const Char8 * | getPName (void) |
Definition at line 67 of file OSGFieldDataType.h.
| anonymous enum |
Definition at line 69 of file OSGFieldDataType.h.
00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
| static const Char8* osg::FieldTraits::getPName | ( | void | ) | [inline, static] |
1.5.5