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

Public Types | |
| typedef FieldDataTraits< Vec2d > | Self |
| enum | { StringConvertable } |
| enum | { bHasParent = 0x01 } |
| typedef osgIF< uiTest==1, const Vec2d, const Vec2d & >::_IRet | ArgumentType |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static DataType & | getType (void) |
| static Char8 * | getSName (void) |
| static Char8 * | getMName (void) |
| static Vec2d | getDefault (void) |
| static bool | getFromString (Vec2d &outVal, const Char8 *&inVal) |
| static void | putToString (const Vec2d &inVal, std::string &outStr) |
| static UInt32 | getBinSize (const Vec2d &) |
| static UInt32 | getBinSize (const Vec2d *, UInt32 uiNumObjects) |
| static void | copyToBin (BinaryDataHandler &pMem, const Vec2d &oObject) |
| static void | copyToBin (BinaryDataHandler &pMem, const Vec2d *pObjectStore, UInt32 uiNumObjects) |
| static void | copyFromBin (BinaryDataHandler &pMem, Vec2d &oObject) |
| static void | copyFromBin (BinaryDataHandler &pMem, Vec2d *pObjectStore, UInt32 uiNumObjects) |
| static const Char8 * | getPName (void) |
Static Public Attributes | |
| static DataType | _type |
| static const UInt32 | uiTest |
Definition at line 967 of file OSGVecFieldDataType.h.
|
|
Definition at line 971 of file OSGVecFieldDataType.h. |
|
|
Definition at line 78 of file OSGVecFieldDataType.h. |
|
|
Definition at line 974 of file OSGVecFieldDataType.h. 00974 { StringConvertable = Self::ToStringConvertable | 00975 Self::FromStringConvertable };
|
|
|
Definition at line 977 of file OSGVecFieldDataType.h. 00977 { bHasParent = 0x01 };
|
|
|
Definition at line 69 of file OSGFieldDataType.h. 00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
|
|
|
Definition at line 979 of file OSGVecFieldDataType.h. 00979 { return _type; }
|
|
|
Definition at line 981 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 982 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 984 of file OSGVecFieldDataType.h. 00984 { return Vec2d(); }
|
|
||||||||||||
|
Definition at line 986 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::setValueFromCString().
|
|
||||||||||||
|
Definition at line 994 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::getValues(). 00996 { 00997 typedef TypeTraits<Vec2d::ValueType> TypeTrait; 00998 00999 outStr.assign(TypeTrait::putToString((inVal.getValues())[0])); 01000 outStr.append(" "); 01001 outStr.append(TypeTrait::putToString((inVal.getValues())[1])); 01002 }
|
|
|
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