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

Public Types | |
| typedef FieldDataTraits< Pnt3ld > | Self |
| enum | { StringConvertable } |
| enum | { bHasParent = 0x01 } |
| typedef osgIF< uiTest==1, const Pnt3ld, const Pnt3ld & >::_IRet | ArgumentType |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static DataType & | getType (void) |
| static Char8 * | getSName (void) |
| static Char8 * | getMName (void) |
| static Pnt3ld | getDefault (void) |
| static bool | getFromString (Pnt3ld &outVal, const Char8 *&inVal) |
| static void | putToString (const Pnt3ld &inVal, std::string &outStr) |
| static UInt32 | getBinSize (const Pnt3ld &) |
| static UInt32 | getBinSize (const Pnt3ld *, UInt32 uiNumObjects) |
| static void | copyToBin (BinaryDataHandler &pMem, const Pnt3ld &oObject) |
| static void | copyToBin (BinaryDataHandler &pMem, const Pnt3ld *pObjectStore, UInt32 uiNumObjects) |
| static void | copyFromBin (BinaryDataHandler &pMem, Pnt3ld &oObject) |
| static void | copyFromBin (BinaryDataHandler &pMem, Pnt3ld *pObjectStore, UInt32 uiNumObjects) |
| static const Char8 * | getPName (void) |
Static Public Attributes | |
| static DataType | _type |
| static const UInt32 | uiTest |
Definition at line 2281 of file OSGVecFieldDataType.h.
|
|
Definition at line 2285 of file OSGVecFieldDataType.h. |
|
|
Definition at line 78 of file OSGVecFieldDataType.h. |
|
|
Definition at line 2288 of file OSGVecFieldDataType.h. 02288 { StringConvertable = Self::ToStringConvertable | 02289 Self::FromStringConvertable };
|
|
|
Definition at line 2291 of file OSGVecFieldDataType.h. 02291 { bHasParent = 0x01 };
|
|
|
Definition at line 69 of file OSGFieldDataType.h. 00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
|
|
|
Definition at line 2293 of file OSGVecFieldDataType.h. 02293 { return _type; }
|
|
|
Definition at line 2295 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 2296 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 2298 of file OSGVecFieldDataType.h. 02298 { return Pnt3ld(); }
|
|
||||||||||||
|
Definition at line 2300 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::setValueFromCString().
|
|
||||||||||||
|
Definition at line 2308 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::getValues(). 02310 { 02311 typedef TypeTraits<Pnt3ld::ValueType> TypeTrait; 02312 02313 outStr.assign(TypeTrait::putToString((inVal.getValues())[0])); 02314 outStr.append(" "); 02315 outStr.append(TypeTrait::putToString((inVal.getValues())[1])); 02316 outStr.append(" "); 02317 outStr.append(TypeTrait::putToString((inVal.getValues())[2])); 02318 }
|
|
|
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