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

Public Types | |
| typedef FieldDataTraits< Vec4d > | Self |
| enum | { StringConvertable } |
| enum | { bHasParent = 0x01 } |
| typedef osgIF< uiTest==1, const Vec4d, const Vec4d & >::_IRet | ArgumentType |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static DataType & | getType (void) |
| static Char8 * | getSName (void) |
| static Char8 * | getMName (void) |
| static Vec4d | getDefault (void) |
| static bool | getFromString (Vec4d &outVal, const Char8 *&inVal) |
| static void | putToString (const Vec4d &inVal, std::string &outStr) |
| static UInt32 | getBinSize (const Vec4d &) |
| static UInt32 | getBinSize (const Vec4d *, UInt32 uiNumObjects) |
| static void | copyToBin (BinaryDataHandler &pMem, const Vec4d &oObject) |
| static void | copyToBin (BinaryDataHandler &pMem, const Vec4d *pObjectStore, UInt32 uiNumObjects) |
| static void | copyFromBin (BinaryDataHandler &pMem, Vec4d &oObject) |
| static void | copyFromBin (BinaryDataHandler &pMem, Vec4d *pObjectStore, UInt32 uiNumObjects) |
| static const Char8 * | getPName (void) |
Static Public Attributes | |
| static DataType | _type |
| static const UInt32 | uiTest |
Definition at line 1069 of file OSGVecFieldDataType.h.
|
|
Definition at line 1073 of file OSGVecFieldDataType.h. |
|
|
Definition at line 78 of file OSGVecFieldDataType.h. |
|
|
Definition at line 1076 of file OSGVecFieldDataType.h. 01076 { StringConvertable = Self::ToStringConvertable | 01077 Self::FromStringConvertable };
|
|
|
Definition at line 1079 of file OSGVecFieldDataType.h. 01079 { bHasParent = 0x01 };
|
|
|
Definition at line 69 of file OSGFieldDataType.h. 00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
|
|
|
Definition at line 1081 of file OSGVecFieldDataType.h. 01081 { return _type; }
|
|
|
Definition at line 1083 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 1084 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 1086 of file OSGVecFieldDataType.h. 01086 { return Vec4d(); }
|
|
||||||||||||
|
Definition at line 1088 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::setValueFromCString().
|
|
||||||||||||
|
Definition at line 1096 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::getValues(). 01098 { 01099 typedef TypeTraits<Vec4d::ValueType> TypeTrait; 01100 01101 outStr.assign(TypeTrait::putToString((inVal.getValues())[0])); 01102 outStr.append(" "); 01103 outStr.append(TypeTrait::putToString((inVal.getValues())[1])); 01104 outStr.append(" "); 01105 outStr.append(TypeTrait::putToString((inVal.getValues())[2])); 01106 outStr.append(" "); 01107 outStr.append(TypeTrait::putToString((inVal.getValues())[3])); 01108 }
|
|
|
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