#include <OSGSysFieldDataType.h>
Inheritance diagram for osg::FieldDataTraits< UInt16 >:

Public Types | |
| typedef FieldDataTraits< UInt16 > | Self |
| enum | { StringConvertable } |
| typedef osgIF< uiTest==1, const UInt16, const UInt16 & >::_IRet | ArgumentType |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static DataType & | getType (void) |
| static Char8 * | getSName (void) |
| static Char8 * | getMName (void) |
| static UInt16 | getDefault (void) |
| static bool | getFromString (UInt16 &outVal, const Char8 *&inVal) |
| static void | putToString (const UInt16 &inVal, std::string &outStr) |
| static UInt32 | getBinSize (const UInt16 &) |
| static UInt32 | getBinSize (const UInt16 *, UInt32 uiNumObjects) |
| static void | copyToBin (BinaryDataHandler &pMem, const UInt16 &oObject) |
| static void | copyToBin (BinaryDataHandler &pMem, const UInt16 *pObjectStore, UInt32 uiNumObjects) |
| static void | copyFromBin (BinaryDataHandler &pMem, UInt16 &oObject) |
| static void | copyFromBin (BinaryDataHandler &pMem, UInt16 *pObjectStore, UInt32 uiNumObjects) |
| static bool | getFromString (UInt16 &outVal, const Char8 *inVal) |
| static const Char8 * | getPName (void) |
Static Public Attributes | |
| static DataType | _type |
| static const UInt32 | uiTest |
Definition at line 322 of file OSGSysFieldDataType.h.
|
|
Definition at line 326 of file OSGSysFieldDataType.h. |
|
|
Definition at line 122 of file OSGFieldDataType.h. |
|
|
Definition at line 328 of file OSGSysFieldDataType.h. 00328 { StringConvertable = Self::ToStringConvertable | 00329 Self::FromStringConvertable };
|
|
|
Definition at line 69 of file OSGFieldDataType.h. 00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
|
|
|
Definition at line 331 of file OSGSysFieldDataType.h. 00331 { return _type; }
|
|
|
Definition at line 333 of file OSGSysFieldDataType.h.
|
|
|
Definition at line 334 of file OSGSysFieldDataType.h.
|
|
|
Definition at line 336 of file OSGSysFieldDataType.h.
|
|
||||||||||||
|
Definition at line 338 of file OSGSysFieldDataType.h. 00340 { 00341 outVal = TypeTraits<UInt16>::getFromString(inVal); 00342 00343 return true; 00344 }
|
|
||||||||||||
|
Reimplemented from osg::FieldTraitsRecurseBase< UInt16 >. Definition at line 346 of file OSGSysFieldDataType.h. References osg::FieldTraitsRecurseBase< FieldTypeT >::putToString(). 00348 { 00349 outStr.assign(TypeTraits<UInt16>::putToString(inVal)); 00350 }
|
|
|
Reimplemented from osg::FieldTraitsRecurseBase< UInt16 >. Definition at line 365 of file OSGFieldDataType.h.
|
|
||||||||||||
|
Reimplemented from osg::FieldTraitsRecurseBase< UInt16 >. Definition at line 370 of file OSGFieldDataType.h.
|
|
||||||||||||
|
Reimplemented from osg::FieldTraitsRecurseBase< UInt16 >. Definition at line 376 of file OSGFieldDataType.h.
|
|
||||||||||||||||
|
Reimplemented from osg::FieldTraitsRecurseBase< UInt16 >. Definition at line 382 of file OSGFieldDataType.h.
|
|
||||||||||||
|
Reimplemented from osg::FieldTraitsRecurseBase< UInt16 >. Definition at line 389 of file OSGFieldDataType.h.
|
|
||||||||||||||||
|
Reimplemented from osg::FieldTraitsRecurseBase< UInt16 >. Definition at line 395 of file OSGFieldDataType.h.
|
|
||||||||||||
|
Definition at line 209 of file OSGFieldDataType.h. 00211 { 00212 typedef FieldDataTraits<FieldTypeT> MappedTrait; 00213 00214 return MappedTrait::getFromString(outVal, inVal); 00215 }
|
|
|
Definition at line 75 of file OSGFieldDataType.h.
|
|
|
|
|
|
Definition at line 117 of file OSGFieldDataType.h. |
1.4.3