#include <OSGBaseFieldDataType.h>
Inheritance diagram for osg::FieldDataTraits1< Time >:

Public Types | |
| enum | { StringConvertable } |
| typedef osgIF< uiTest==1, const Time, const Time & >::_IRet | ArgumentType |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static DataType & | getType (void) |
| static const Char8 * | getSName (void) |
| static const Char8 * | getMName (void) |
| static Time | getDefault (void) |
| static bool | getFromString (Time &outVal, const Char8 *&inVal) |
| static void | putToString (const Time &inVal, std::string &outStr) |
| static UInt32 | getBinSize (const Time &) |
| static UInt32 | getBinSize (const Time *, UInt32 uiNumObjects) |
| static void | copyToBin (BinaryDataHandler &pMem, const Time &oObject) |
| static void | copyFromBin (BinaryDataHandler &pMem, Time &oObject) |
| static void | copyToBin (BinaryDataHandler &pMem, const Time *pObjectStore, UInt32 uiNumObjects) |
| static void | copyFromBin (BinaryDataHandler &pMem, Time *pObjectStore, UInt32 uiNumObjects) |
| static bool | getFromString (Time &outVal, const Char8 *inVal) |
| static const Char8 * | getPName (void) |
Static Public Attributes | |
| static DataType | _type |
| static const UInt32 | uiTest |
Definition at line 535 of file OSGBaseFieldDataType.h.
|
|
Definition at line 122 of file OSGFieldDataType.h. |
|
|
Definition at line 540 of file OSGBaseFieldDataType.h. 00540 { StringConvertable = ToStringConvertable | 00541 FromStringConvertable };
|
|
|
Definition at line 69 of file OSGFieldDataType.h. 00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
|
|
|
Definition at line 543 of file OSGBaseFieldDataType.h. 00543 { return _type; }
|
|
|
Definition at line 545 of file OSGBaseFieldDataType.h.
|
|
|
Definition at line 547 of file OSGBaseFieldDataType.h.
|
|
|
Definition at line 549 of file OSGBaseFieldDataType.h. 00549 { return Time(); }
|
|
||||||||||||
|
Definition at line 551 of file OSGBaseFieldDataType.h.
|
|
||||||||||||
|
Reimplemented from osg::FieldTraitsRecurseBase< Time >. Definition at line 559 of file OSGBaseFieldDataType.h. References osg::FieldTraitsRecurseBase< FieldTypeT >::putToString(). 00561 { 00562 outStr.assign(TypeTraits<Time>::putToString(inVal)); 00563 }
|
|
|
Reimplemented from osg::FieldTraitsRecurseBase< Time >. Definition at line 565 of file OSGBaseFieldDataType.h. 00566 { 00567 return sizeof(Time); 00568 }
|
|
||||||||||||
|
Reimplemented from osg::FieldTraitsRecurseBase< Time >. Definition at line 570 of file OSGBaseFieldDataType.h. 00572 { 00573 return sizeof(Time)*uiNumObjects; 00574 }
|
|
||||||||||||
|
Reimplemented from osg::FieldTraitsRecurseBase< Time >. Definition at line 576 of file OSGBaseFieldDataType.h. References osg::BinaryDataHandler::putValue().
|
|
||||||||||||
|
Reimplemented from osg::FieldTraitsRecurseBase< Time >. Definition at line 582 of file OSGBaseFieldDataType.h. References osg::BinaryDataHandler::getValue().
|
|
||||||||||||||||
|
Reimplemented from osg::FieldTraitsRecurseBase< Time >. Definition at line 588 of file OSGBaseFieldDataType.h. References osg::BinaryDataHandler::putValues().
|
|
||||||||||||||||
|
Reimplemented from osg::FieldTraitsRecurseBase< Time >. Definition at line 595 of file OSGBaseFieldDataType.h. References osg::BinaryDataHandler::getValues().
|
|
||||||||||||
|
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