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

Public Types | |
| typedef FieldDataTraits< Vec2f > | Self |
| enum | { StringConvertable } |
| enum | { bHasParent = 0x01 } |
| typedef osgIF< uiTest==1, const Vec2f, const Vec2f & >::_IRet | ArgumentType |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static DataType & | getType (void) |
| static Char8 * | getSName (void) |
| static Char8 * | getMName (void) |
| static Vec2f | getDefault (void) |
| static bool | getFromString (Vec2f &outVal, const Char8 *&inVal) |
| static void | putToString (const Vec2f &inVal, std::string &outStr) |
| static UInt32 | getBinSize (const Vec2f &) |
| static UInt32 | getBinSize (const Vec2f *, UInt32 uiNumObjects) |
| static void | copyToBin (BinaryDataHandler &pMem, const Vec2f &oObject) |
| static void | copyToBin (BinaryDataHandler &pMem, const Vec2f *pObjectStore, UInt32 uiNumObjects) |
| static void | copyFromBin (BinaryDataHandler &pMem, Vec2f &oObject) |
| static void | copyFromBin (BinaryDataHandler &pMem, Vec2f *pObjectStore, UInt32 uiNumObjects) |
| static const Char8 * | getPName (void) |
Static Public Attributes | |
| static DataType | _type |
| static const UInt32 | uiTest |
Definition at line 809 of file OSGVecFieldDataType.h.
|
|
Definition at line 813 of file OSGVecFieldDataType.h. |
|
|
Definition at line 78 of file OSGVecFieldDataType.h. |
|
|
Definition at line 816 of file OSGVecFieldDataType.h. 00816 { StringConvertable = Self::ToStringConvertable | 00817 Self::FromStringConvertable };
|
|
|
Definition at line 819 of file OSGVecFieldDataType.h. 00819 { bHasParent = 0x01 };
|
|
|
Definition at line 69 of file OSGFieldDataType.h. 00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
|
|
|
Definition at line 821 of file OSGVecFieldDataType.h. 00821 { return _type; }
|
|
|
Definition at line 823 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 824 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 826 of file OSGVecFieldDataType.h. 00826 { return Vec2f(); }
|
|
||||||||||||
|
Definition at line 828 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::setValueFromCString().
|
|
||||||||||||
|
Definition at line 836 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::getValues(). 00838 { 00839 typedef TypeTraits<Vec2f::ValueType> TypeTrait; 00840 00841 outStr.assign(TypeTrait::putToString((inVal.getValues())[0])); 00842 outStr.append(" "); 00843 outStr.append(TypeTrait::putToString((inVal.getValues())[1])); 00844 }
|
|
|
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