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

Public Types | |
| typedef FieldDataTraits< Vec3f > | Self |
| enum | { StringConvertable } |
| enum | { bHasParent = 0x01 } |
| typedef osgIF< uiTest==1, const Vec3f, const Vec3f & >::_IRet | ArgumentType |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static DataType & | getType (void) |
| static Char8 * | getSName (void) |
| static Char8 * | getMName (void) |
| static Vec3f | getDefault (void) |
| static bool | getFromString (Vec3f &outVal, const Char8 *&inVal) |
| static void | putToString (const Vec3f &inVal, std::string &outStr) |
| static UInt32 | getBinSize (const Vec3f &) |
| static UInt32 | getBinSize (const Vec3f *, UInt32 uiNumObjects) |
| static void | copyToBin (BinaryDataHandler &pMem, const Vec3f &oObject) |
| static void | copyToBin (BinaryDataHandler &pMem, const Vec3f *pObjectStore, UInt32 uiNumObjects) |
| static void | copyFromBin (BinaryDataHandler &pMem, Vec3f &oObject) |
| static void | copyFromBin (BinaryDataHandler &pMem, Vec3f *pObjectStore, UInt32 uiNumObjects) |
| static const Char8 * | getPName (void) |
Static Public Attributes | |
| static DataType | _type |
| static const UInt32 | uiTest |
Definition at line 859 of file OSGVecFieldDataType.h.
|
|
Definition at line 863 of file OSGVecFieldDataType.h. |
|
|
Definition at line 78 of file OSGVecFieldDataType.h. |
|
|
Definition at line 866 of file OSGVecFieldDataType.h. 00866 { StringConvertable = Self::ToStringConvertable | 00867 Self::FromStringConvertable };
|
|
|
Definition at line 869 of file OSGVecFieldDataType.h. 00869 { bHasParent = 0x01 };
|
|
|
Definition at line 69 of file OSGFieldDataType.h. 00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
|
|
|
Definition at line 871 of file OSGVecFieldDataType.h. 00871 { return _type; }
|
|
|
Definition at line 873 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 874 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 876 of file OSGVecFieldDataType.h. 00876 { return Vec3f(); }
|
|
||||||||||||
|
Definition at line 878 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::setValueFromCString().
|
|
||||||||||||
|
Definition at line 886 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::getValues(). 00888 { 00889 typedef TypeTraits<Vec3f::ValueType> TypeTrait; 00890 00891 outStr.assign(TypeTrait::putToString((inVal.getValues())[0])); 00892 outStr.append(" "); 00893 outStr.append(TypeTrait::putToString((inVal.getValues())[1])); 00894 outStr.append(" "); 00895 outStr.append(TypeTrait::putToString((inVal.getValues())[2])); 00896 }
|
|
|
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