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

Public Types | |
| typedef FieldDataTraits< Pnt2b > | Self |
| enum | { StringConvertable } |
| enum | { bHasParent = 0x01 } |
| typedef osgIF< uiTest==1, const Pnt2b, const Pnt2b & >::_IRet | ArgumentType |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static DataType & | getType (void) |
| static Char8 * | getSName (void) |
| static Char8 * | getMName (void) |
| static Pnt2b | getDefault (void) |
| static bool | getFromString (Pnt2b &outVal, const Char8 *&inVal) |
| static void | putToString (const Pnt2b &inVal, std::string &outStr) |
| static UInt32 | getBinSize (const Pnt2b &) |
| static UInt32 | getBinSize (const Pnt2b *, UInt32 uiNumObjects) |
| static void | copyToBin (BinaryDataHandler &pMem, const Pnt2b &oObject) |
| static void | copyToBin (BinaryDataHandler &pMem, const Pnt2b *pObjectStore, UInt32 uiNumObjects) |
| static void | copyFromBin (BinaryDataHandler &pMem, Pnt2b &oObject) |
| static void | copyFromBin (BinaryDataHandler &pMem, Pnt2b *pObjectStore, UInt32 uiNumObjects) |
| static const Char8 * | getPName (void) |
Static Public Attributes | |
| static DataType | _type |
| static const UInt32 | uiTest |
Definition at line 1441 of file OSGVecFieldDataType.h.
|
|
Definition at line 1445 of file OSGVecFieldDataType.h. |
|
|
Definition at line 78 of file OSGVecFieldDataType.h. |
|
|
Definition at line 1448 of file OSGVecFieldDataType.h. 01448 { StringConvertable = Self::ToStringConvertable | 01449 Self::FromStringConvertable };
|
|
|
Definition at line 1451 of file OSGVecFieldDataType.h. 01451 { bHasParent = 0x01 };
|
|
|
Definition at line 69 of file OSGFieldDataType.h. 00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
|
|
|
Definition at line 1453 of file OSGVecFieldDataType.h. 01453 { return _type; }
|
|
|
Definition at line 1455 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 1456 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 1458 of file OSGVecFieldDataType.h. 01458 { return Pnt2b(); }
|
|
||||||||||||
|
Definition at line 1460 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::setValueFromCString().
|
|
||||||||||||
|
Definition at line 1468 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::getValues(). 01470 { 01471 typedef TypeTraits<Pnt2b::ValueType> TypeTrait; 01472 01473 outStr.assign(TypeTrait::putToString((inVal.getValues())[0])); 01474 outStr.append(" "); 01475 outStr.append(TypeTrait::putToString((inVal.getValues())[1])); 01476 }
|
|
|
Definition at line 86 of file OSGVecFieldDataType.h.
|
|
||||||||||||
|
Definition at line 91 of file OSGVecFieldDataType.h.
|
|
||||||||||||
|
Definition at line 97 of file OSGVecFieldDataType.h. References osg::BinaryDataHandler::putValues().
|
|
||||||||||||||||
|
Definition at line 103 of file OSGVecFieldDataType.h. References osg::BinaryDataHandler::putValues().
|
|
||||||||||||
|
Definition at line 110 of file OSGVecFieldDataType.h. References osg::BinaryDataHandler::getValues().
|
|
||||||||||||||||
|
Definition at line 116 of file OSGVecFieldDataType.h. References osg::BinaryDataHandler::getValues().
|
|
|
Definition at line 75 of file OSGFieldDataType.h.
|
|
|
|
|
|
Definition at line 73 of file OSGVecFieldDataType.h. |
1.4.3