#include <OSGVecFieldDataType.h>

Public Types | |
| enum | { bHasParent = 0x00 } |
| typedef osgIF< uiTest==1, const ValueTypeT, const ValueTypeT & >::_IRet | ArgumentType |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static UInt32 | getBinSize (const ValueTypeT &) |
| static UInt32 | getBinSize (const ValueTypeT *, UInt32 uiNumObjects) |
| static void | copyToBin (BinaryDataHandler &pMem, const ValueTypeT &oObject) |
| static void | copyToBin (BinaryDataHandler &pMem, const ValueTypeT *pObjectStore, UInt32 uiNumObjects) |
| static void | copyFromBin (BinaryDataHandler &pMem, ValueTypeT &oObject) |
| static void | copyFromBin (BinaryDataHandler &pMem, ValueTypeT *pObjectStore, UInt32 uiNumObjects) |
| static const Char8 * | getPName (void) |
Static Public Attributes | |
| static const UInt32 | uiTest = TypeTraits<ValueTypeT>::IsPOD == false |
Definition at line 68 of file OSGVecFieldDataType.h.
| typedef osgIF<uiTest == 1, const ValueTypeT , const ValueTypeT & >::_IRet osg::FieldTraitsRecurseVecStoreBase< ValueTypeT >::ArgumentType |
Definition at line 78 of file OSGVecFieldDataType.h.
| anonymous enum |
anonymous enum [inherited] |
Definition at line 69 of file OSGFieldDataType.h.
00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
| static UInt32 osg::FieldTraitsRecurseVecStoreBase< ValueTypeT >::getBinSize | ( | const ValueTypeT & | ) | [inline, static] |
| static UInt32 osg::FieldTraitsRecurseVecStoreBase< ValueTypeT >::getBinSize | ( | const ValueTypeT * | , | |
| UInt32 | uiNumObjects | |||
| ) | [inline, static] |
| static void osg::FieldTraitsRecurseVecStoreBase< ValueTypeT >::copyToBin | ( | BinaryDataHandler & | pMem, | |
| const ValueTypeT & | oObject | |||
| ) | [inline, static] |
| static void osg::FieldTraitsRecurseVecStoreBase< ValueTypeT >::copyToBin | ( | BinaryDataHandler & | pMem, | |
| const ValueTypeT * | pObjectStore, | |||
| UInt32 | uiNumObjects | |||
| ) | [inline, static] |
| static void osg::FieldTraitsRecurseVecStoreBase< ValueTypeT >::copyFromBin | ( | BinaryDataHandler & | pMem, | |
| ValueTypeT & | oObject | |||
| ) | [inline, static] |
| static void osg::FieldTraitsRecurseVecStoreBase< ValueTypeT >::copyFromBin | ( | BinaryDataHandler & | pMem, | |
| ValueTypeT * | pObjectStore, | |||
| UInt32 | uiNumObjects | |||
| ) | [inline, static] |
| static const Char8* osg::FieldTraits::getPName | ( | void | ) | [inline, static, inherited] |
const UInt32 osg::FieldTraitsRecurseVecStoreBase< ValueTypeT >::uiTest = TypeTraits<ValueTypeT>::IsPOD == false [static] |
Definition at line 73 of file OSGVecFieldDataType.h.
1.5.5