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

Public Types | |
| typedef FieldDataTraits< Pnt4ld > | Self |
| enum | { StringConvertable } |
| enum | { bHasParent = 0x01 } |
| typedef osgIF< uiTest==1, const Pnt4ld, const Pnt4ld & >::_IRet | ArgumentType |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static DataType & | getType (void) |
| static Char8 * | getSName (void) |
| static Char8 * | getMName (void) |
| static Pnt4ld | getDefault (void) |
| static bool | getFromString (Pnt4ld &outVal, const Char8 *&inVal) |
| static void | putToString (const Pnt4ld &inVal, std::string &outStr) |
| static UInt32 | getBinSize (const Pnt4ld &) |
| static UInt32 | getBinSize (const Pnt4ld *, UInt32 uiNumObjects) |
| static void | copyToBin (BinaryDataHandler &pMem, const Pnt4ld &oObject) |
| static void | copyToBin (BinaryDataHandler &pMem, const Pnt4ld *pObjectStore, UInt32 uiNumObjects) |
| static void | copyFromBin (BinaryDataHandler &pMem, Pnt4ld &oObject) |
| static void | copyFromBin (BinaryDataHandler &pMem, Pnt4ld *pObjectStore, UInt32 uiNumObjects) |
| static const Char8 * | getPName (void) |
Static Public Attributes | |
| static DataType | _type |
| static const UInt32 | uiTest |
Definition at line 2333 of file OSGVecFieldDataType.h.
|
|
Definition at line 2337 of file OSGVecFieldDataType.h. |
|
|
Definition at line 78 of file OSGVecFieldDataType.h. |
|
|
Definition at line 2340 of file OSGVecFieldDataType.h. 02340 { StringConvertable = Self::ToStringConvertable | 02341 Self::FromStringConvertable };
|
|
|
Definition at line 2343 of file OSGVecFieldDataType.h. 02343 { bHasParent = 0x01 };
|
|
|
Definition at line 69 of file OSGFieldDataType.h. 00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
|
|
|
Definition at line 2345 of file OSGVecFieldDataType.h. 02345 { return _type; }
|
|
|
Definition at line 2347 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 2348 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 2350 of file OSGVecFieldDataType.h. 02350 { return Pnt4ld(); }
|
|
||||||||||||
|
Definition at line 2352 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::setValueFromCString().
|
|
||||||||||||
|
Definition at line 2360 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::getValues(). 02362 { 02363 typedef TypeTraits<Pnt4ld::ValueType> TypeTrait; 02364 02365 outStr.assign(TypeTrait::putToString((inVal.getValues())[0])); 02366 outStr.append(" "); 02367 outStr.append(TypeTrait::putToString((inVal.getValues())[1])); 02368 outStr.append(" "); 02369 outStr.append(TypeTrait::putToString((inVal.getValues())[2])); 02370 outStr.append(" "); 02371 outStr.append(TypeTrait::putToString((inVal.getValues())[3])); 02372 }
|
|
|
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