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

Public Types | |
| typedef FieldDataTraits< Pnt2us > | Self |
| enum | { StringConvertable } |
| enum | { bHasParent = 0x01 } |
| typedef osgIF< uiTest==1, const Pnt2us, const Pnt2us & >::_IRet | ArgumentType |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static DataType & | getType (void) |
| static Char8 * | getSName (void) |
| static Char8 * | getMName (void) |
| static Pnt2us | getDefault (void) |
| static bool | getFromString (Pnt2us &outVal, const Char8 *&inVal) |
| static void | putToString (const Pnt2us &inVal, std::string &outStr) |
| static UInt32 | getBinSize (const Pnt2us &) |
| static UInt32 | getBinSize (const Pnt2us *, UInt32 uiNumObjects) |
| static void | copyToBin (BinaryDataHandler &pMem, const Pnt2us &oObject) |
| static void | copyToBin (BinaryDataHandler &pMem, const Pnt2us *pObjectStore, UInt32 uiNumObjects) |
| static void | copyFromBin (BinaryDataHandler &pMem, Pnt2us &oObject) |
| static void | copyFromBin (BinaryDataHandler &pMem, Pnt2us *pObjectStore, UInt32 uiNumObjects) |
| static const Char8 * | getPName (void) |
Static Public Attributes | |
| static DataType | _type |
| static const UInt32 | uiTest |
Definition at line 1599 of file OSGVecFieldDataType.h.
|
|
Definition at line 1603 of file OSGVecFieldDataType.h. |
|
|
Definition at line 78 of file OSGVecFieldDataType.h. |
|
|
Definition at line 1606 of file OSGVecFieldDataType.h. 01606 { StringConvertable = Self::ToStringConvertable | 01607 Self::FromStringConvertable };
|
|
|
Definition at line 1609 of file OSGVecFieldDataType.h. 01609 { bHasParent = 0x01 };
|
|
|
Definition at line 69 of file OSGFieldDataType.h. 00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
|
|
|
Definition at line 1611 of file OSGVecFieldDataType.h. 01611 { return _type; }
|
|
|
Definition at line 1613 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 1614 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 1616 of file OSGVecFieldDataType.h. 01616 { return Pnt2us(); }
|
|
||||||||||||
|
Definition at line 1618 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::setValueFromCString().
|
|
||||||||||||
|
Definition at line 1626 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::getValues(). 01628 { 01629 typedef TypeTraits<Pnt2us::ValueType> TypeTrait; 01630 01631 outStr.assign(TypeTrait::putToString((inVal.getValues())[0])); 01632 outStr.append(" "); 01633 outStr.append(TypeTrait::putToString((inVal.getValues())[1])); 01634 }
|
|
|
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