#include <OSGVecFieldDataType.h>

Public Types | |
| enum | { StringConvertable } |
| enum | { bHasParent = 0x01 } |
| typedef FieldDataTraits< Pnt2d > | Self |
| enum | { bHasParent = 0x00 } |
| enum | { bHasParent = 0x00 } |
| typedef osgIF< uiTest==1, const ValueTypeT, const ValueTypeT & >::_IRet | ArgumentType |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static DataType & | getType (void) |
| static Char8 * | getSName (void) |
| static Char8 * | getMName (void) |
| static Pnt2d | getDefault (void) |
| static bool | getFromString (Pnt2d &outVal, const Char8 *&inVal) |
| static void | putToString (const Pnt2d &inVal, std::string &outStr) |
| 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 DataType | _type |
| static const UInt32 | uiTest = TypeTraits<ValueTypeT>::IsPOD == false |
Definition at line 2073 of file OSGVecFieldDataType.h.
| typedef FieldDataTraits<Pnt2d> osg::osg::FieldDataTraits< Pnt2d >::Self |
Definition at line 2077 of file OSGVecFieldDataType.h.
typedef osgIF<uiTest == 1, const ValueTypeT , const ValueTypeT & >::_IRet osg::FieldTraitsRecurseVecStoreBase< ValueTypeT >::ArgumentType [inherited] |
Definition at line 78 of file OSGVecFieldDataType.h.
| anonymous enum |
Definition at line 2080 of file OSGVecFieldDataType.h.
02080 { StringConvertable = Self::ToStringConvertable | 02081 Self::FromStringConvertable };
| anonymous enum |
anonymous enum [inherited] |
anonymous enum [inherited] |
anonymous enum [inherited] |
Definition at line 69 of file OSGFieldDataType.h.
00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
| static bool osg::osg::FieldDataTraits< Pnt2d >::getFromString | ( | Pnt2d & | outVal, | |
| const Char8 *& | inVal | |||
| ) | [inline, static] |
Definition at line 2092 of file OSGVecFieldDataType.h.
References osg::PointInterface< ValueTypeT, StorageInterfaceT >::setValueFromCString().
| static void osg::osg::FieldDataTraits< Pnt2d >::putToString | ( | const Pnt2d & | inVal, | |
| std::string & | outStr | |||
| ) | [inline, static] |
Definition at line 2100 of file OSGVecFieldDataType.h.
References osg::PointInterface< ValueTypeT, StorageInterfaceT >::getValues().
02102 { 02103 typedef TypeTraits<Pnt2d::ValueType> TypeTrait; 02104 02105 outStr.assign(TypeTrait::putToString((inVal.getValues())[0])); 02106 outStr.append(" "); 02107 outStr.append(TypeTrait::putToString((inVal.getValues())[1])); 02108 }
| static UInt32 osg::FieldTraitsRecurseVecStoreBase< ValueTypeT >::getBinSize | ( | const ValueTypeT & | ) | [inline, static, inherited] |
| static UInt32 osg::FieldTraitsRecurseVecStoreBase< ValueTypeT >::getBinSize | ( | const ValueTypeT * | , | |
| UInt32 | uiNumObjects | |||
| ) | [inline, static, inherited] |
| static void osg::FieldTraitsRecurseVecStoreBase< ValueTypeT >::copyToBin | ( | BinaryDataHandler & | pMem, | |
| const ValueTypeT & | oObject | |||
| ) | [inline, static, inherited] |
| static void osg::FieldTraitsRecurseVecStoreBase< ValueTypeT >::copyToBin | ( | BinaryDataHandler & | pMem, | |
| const ValueTypeT * | pObjectStore, | |||
| UInt32 | uiNumObjects | |||
| ) | [inline, static, inherited] |
| static void osg::FieldTraitsRecurseVecStoreBase< ValueTypeT >::copyFromBin | ( | BinaryDataHandler & | pMem, | |
| ValueTypeT & | oObject | |||
| ) | [inline, static, inherited] |
| static void osg::FieldTraitsRecurseVecStoreBase< ValueTypeT >::copyFromBin | ( | BinaryDataHandler & | pMem, | |
| ValueTypeT * | pObjectStore, | |||
| UInt32 | uiNumObjects | |||
| ) | [inline, static, inherited] |
| static const Char8* osg::FieldTraits::getPName | ( | void | ) | [inline, static, inherited] |
Definition at line 2076 of file OSGVecFieldDataType.h.
const UInt32 osg::FieldTraitsRecurseVecStoreBase< ValueTypeT >::uiTest = TypeTraits<ValueTypeT>::IsPOD == false [static, inherited] |
Definition at line 73 of file OSGVecFieldDataType.h.
1.5.5