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

Public Types | |
| typedef FieldDataTraits< Vec4ld > | Self |
| enum | { StringConvertable } |
| enum | { bHasParent = 0x01 } |
| typedef osgIF< uiTest==1, const Vec4ld, const Vec4ld & >::_IRet | ArgumentType |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static DataType & | getType (void) |
| static Char8 * | getSName (void) |
| static Char8 * | getMName (void) |
| static Vec4ld | getDefault (void) |
| static bool | getFromString (Vec4ld &outVal, const Char8 *&inVal) |
| static void | putToString (const Vec4ld &inVal, std::string &outStr) |
| static UInt32 | getBinSize (const Vec4ld &) |
| static UInt32 | getBinSize (const Vec4ld *, UInt32 uiNumObjects) |
| static void | copyToBin (BinaryDataHandler &pMem, const Vec4ld &oObject) |
| static void | copyToBin (BinaryDataHandler &pMem, const Vec4ld *pObjectStore, UInt32 uiNumObjects) |
| static void | copyFromBin (BinaryDataHandler &pMem, Vec4ld &oObject) |
| static void | copyFromBin (BinaryDataHandler &pMem, Vec4ld *pObjectStore, UInt32 uiNumObjects) |
| static const Char8 * | getPName (void) |
Static Public Attributes | |
| static DataType | _type |
| static const UInt32 | uiTest |
Definition at line 1227 of file OSGVecFieldDataType.h.
|
|
Definition at line 1231 of file OSGVecFieldDataType.h. |
|
|
Definition at line 78 of file OSGVecFieldDataType.h. |
|
|
Definition at line 1234 of file OSGVecFieldDataType.h. 01234 { StringConvertable = Self::ToStringConvertable | 01235 Self::FromStringConvertable };
|
|
|
Definition at line 1237 of file OSGVecFieldDataType.h. 01237 { bHasParent = 0x01 };
|
|
|
Definition at line 69 of file OSGFieldDataType.h. 00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
|
|
|
Definition at line 1239 of file OSGVecFieldDataType.h. 01239 { return _type; }
|
|
|
Definition at line 1241 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 1242 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 1244 of file OSGVecFieldDataType.h. 01244 { return Vec4ld(); }
|
|
||||||||||||
|
Definition at line 1246 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::setValueFromCString().
|
|
||||||||||||
|
Definition at line 1254 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::getValues(). 01256 { 01257 typedef TypeTraits<Vec4ld::ValueType> TypeTrait; 01258 01259 outStr.assign(TypeTrait::putToString((inVal.getValues())[0])); 01260 outStr.append(" "); 01261 outStr.append(TypeTrait::putToString((inVal.getValues())[1])); 01262 outStr.append(" "); 01263 outStr.append(TypeTrait::putToString((inVal.getValues())[2])); 01264 outStr.append(" "); 01265 outStr.append(TypeTrait::putToString((inVal.getValues())[3])); 01266 }
|
|
|
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