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

Public Types | |
| typedef FieldDataTraits< Vec3ld > | Self |
| enum | { StringConvertable } |
| enum | { bHasParent = 0x01 } |
| typedef osgIF< uiTest==1, const Vec3ld, const Vec3ld & >::_IRet | ArgumentType |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static DataType & | getType (void) |
| static Char8 * | getSName (void) |
| static Char8 * | getMName (void) |
| static Vec3ld | getDefault (void) |
| static bool | getFromString (Vec3ld &outVal, const Char8 *&inVal) |
| static void | putToString (const Vec3ld &inVal, std::string &outStr) |
| static UInt32 | getBinSize (const Vec3ld &) |
| static UInt32 | getBinSize (const Vec3ld *, UInt32 uiNumObjects) |
| static void | copyToBin (BinaryDataHandler &pMem, const Vec3ld &oObject) |
| static void | copyToBin (BinaryDataHandler &pMem, const Vec3ld *pObjectStore, UInt32 uiNumObjects) |
| static void | copyFromBin (BinaryDataHandler &pMem, Vec3ld &oObject) |
| static void | copyFromBin (BinaryDataHandler &pMem, Vec3ld *pObjectStore, UInt32 uiNumObjects) |
| static const Char8 * | getPName (void) |
Static Public Attributes | |
| static DataType | _type |
| static const UInt32 | uiTest |
Definition at line 1175 of file OSGVecFieldDataType.h.
|
|
Definition at line 1179 of file OSGVecFieldDataType.h. |
|
|
Definition at line 78 of file OSGVecFieldDataType.h. |
|
|
Definition at line 1182 of file OSGVecFieldDataType.h. 01182 { StringConvertable = Self::ToStringConvertable | 01183 Self::FromStringConvertable };
|
|
|
Definition at line 1185 of file OSGVecFieldDataType.h. 01185 { bHasParent = 0x01 };
|
|
|
Definition at line 69 of file OSGFieldDataType.h. 00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
|
|
|
Definition at line 1187 of file OSGVecFieldDataType.h. 01187 { return _type; }
|
|
|
Definition at line 1189 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 1190 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 1192 of file OSGVecFieldDataType.h. 01192 { return Vec3ld(); }
|
|
||||||||||||
|
Definition at line 1194 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::setValueFromCString().
|
|
||||||||||||
|
Definition at line 1202 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::getValues(). 01204 { 01205 typedef TypeTraits<Vec3ld::ValueType> TypeTrait; 01206 01207 outStr.assign(TypeTrait::putToString((inVal.getValues())[0])); 01208 outStr.append(" "); 01209 outStr.append(TypeTrait::putToString((inVal.getValues())[1])); 01210 outStr.append(" "); 01211 outStr.append(TypeTrait::putToString((inVal.getValues())[2])); 01212 }
|
|
|
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