#include <OSGVecFieldDataType.h>
Inheritance diagram for osg::FieldDataTraits< Vec2s >:

Public Types | |
| typedef FieldDataTraits< Vec2s > | Self |
| enum | { StringConvertable } |
| enum | { bHasParent = 0x01 } |
| typedef osgIF< uiTest==1, const Vec2s, const Vec2s & >::_IRet | ArgumentType |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static DataType & | getType (void) |
| static Char8 * | getSName (void) |
| static Char8 * | getMName (void) |
| static Vec2s | getDefault (void) |
| static bool | getFromString (Vec2s &outVal, const Char8 *&inVal) |
| static void | putToString (const Vec2s &inVal, std::string &outStr) |
| static UInt32 | getBinSize (const Vec2s &) |
| static UInt32 | getBinSize (const Vec2s *, UInt32 uiNumObjects) |
| static void | copyToBin (BinaryDataHandler &pMem, const Vec2s &oObject) |
| static void | copyToBin (BinaryDataHandler &pMem, const Vec2s *pObjectStore, UInt32 uiNumObjects) |
| static void | copyFromBin (BinaryDataHandler &pMem, Vec2s &oObject) |
| static void | copyFromBin (BinaryDataHandler &pMem, Vec2s *pObjectStore, UInt32 uiNumObjects) |
| static const Char8 * | getPName (void) |
Static Public Attributes | |
| static DataType | _type |
| static const UInt32 | uiTest |
Definition at line 651 of file OSGVecFieldDataType.h.
|
|
Definition at line 655 of file OSGVecFieldDataType.h. |
|
|
Definition at line 78 of file OSGVecFieldDataType.h. |
|
|
Definition at line 658 of file OSGVecFieldDataType.h. 00658 { StringConvertable = Self::ToStringConvertable | 00659 Self::FromStringConvertable };
|
|
|
Definition at line 661 of file OSGVecFieldDataType.h. 00661 { bHasParent = 0x01 };
|
|
|
Definition at line 69 of file OSGFieldDataType.h. 00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
|
|
|
Definition at line 663 of file OSGVecFieldDataType.h. 00663 { return _type; }
|
|
|
Definition at line 665 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 666 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 668 of file OSGVecFieldDataType.h. 00668 { return Vec2s(); }
|
|
||||||||||||
|
Definition at line 670 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::setValueFromCString().
|
|
||||||||||||
|
Definition at line 678 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::getValues(). 00680 { 00681 typedef TypeTraits<Vec2s::ValueType> TypeTrait; 00682 00683 outStr.assign(TypeTrait::putToString((inVal.getValues())[0])); 00684 outStr.append(" "); 00685 outStr.append(TypeTrait::putToString((inVal.getValues())[1])); 00686 }
|
|
|
Definition at line 86 of file OSGVecFieldDataType.h.
|
|
||||||||||||
|
Definition at line 91 of file OSGVecFieldDataType.h.
|
|
||||||||||||
|
Definition at line 97 of file OSGVecFieldDataType.h.
|
|
||||||||||||||||
|
Definition at line 103 of file OSGVecFieldDataType.h.
|
|
||||||||||||
|
Definition at line 110 of file OSGVecFieldDataType.h.
|
|
||||||||||||||||
|
Definition at line 116 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 75 of file OSGFieldDataType.h.
|
|
|
|
|
|
Definition at line 73 of file OSGVecFieldDataType.h. |
1.4.3