#include <OSGFieldDataType.h>
Inheritance diagram for osg::FieldTraits:

Public Types | |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static const Char8 * | getPName (void) |
Definition at line 67 of file OSGFieldDataType.h.
|
|
Definition at line 69 of file OSGFieldDataType.h. 00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
|
|
|
Definition at line 75 of file OSGFieldDataType.h.
|
1.4.3