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

Public Types | |
| typedef FieldDataTraits< Pnt2ub > | Self |
| enum | { StringConvertable } |
| enum | { bHasParent = 0x01 } |
| typedef osgIF< uiTest==1, const Pnt2ub, const Pnt2ub & >::_IRet | ArgumentType |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static DataType & | getType (void) |
| static Char8 * | getSName (void) |
| static Char8 * | getMName (void) |
| static Pnt2ub | getDefault (void) |
| static bool | getFromString (Pnt2ub &outVal, const Char8 *&inVal) |
| static void | putToString (const Pnt2ub &inVal, std::string &outStr) |
| static UInt32 | getBinSize (const Pnt2ub &) |
| static UInt32 | getBinSize (const Pnt2ub *, UInt32 uiNumObjects) |
| static void | copyToBin (BinaryDataHandler &pMem, const Pnt2ub &oObject) |
| static void | copyToBin (BinaryDataHandler &pMem, const Pnt2ub *pObjectStore, UInt32 uiNumObjects) |
| static void | copyFromBin (BinaryDataHandler &pMem, Pnt2ub &oObject) |
| static void | copyFromBin (BinaryDataHandler &pMem, Pnt2ub *pObjectStore, UInt32 uiNumObjects) |
| static const Char8 * | getPName (void) |
Static Public Attributes | |
| static DataType | _type |
| static const UInt32 | uiTest |
Definition at line 1283 of file OSGVecFieldDataType.h.
|
|
Definition at line 1287 of file OSGVecFieldDataType.h. |
|
|
Definition at line 78 of file OSGVecFieldDataType.h. |
|
|
Definition at line 1290 of file OSGVecFieldDataType.h. 01290 { StringConvertable = Self::ToStringConvertable | 01291 Self::FromStringConvertable };
|
|
|
Definition at line 1293 of file OSGVecFieldDataType.h. 01293 { bHasParent = 0x01 };
|
|
|
Definition at line 69 of file OSGFieldDataType.h. 00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
|
|
|
Definition at line 1295 of file OSGVecFieldDataType.h. 01295 { return _type; }
|
|
|
Definition at line 1297 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 1298 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 1300 of file OSGVecFieldDataType.h. 01300 { return Pnt2ub(); }
|
|
||||||||||||
|
Definition at line 1302 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::setValueFromCString().
|
|
||||||||||||
|
Definition at line 1310 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::getValues(). 01312 { 01313 typedef TypeTraits<Pnt2ub::ValueType> TypeTrait; 01314 01315 outStr.assign(TypeTrait::putToString((inVal.getValues())[0])); 01316 outStr.append(" "); 01317 outStr.append(TypeTrait::putToString((inVal.getValues())[1])); 01318 }
|
|
|
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