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

Public Types | |
| typedef FieldDataTraits< Pnt4us > | Self |
| enum | { StringConvertable } |
| enum | { bHasParent = 0x01 } |
| typedef osgIF< uiTest==1, const Pnt4us, const Pnt4us & >::_IRet | ArgumentType |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static DataType & | getType (void) |
| static Char8 * | getSName (void) |
| static Char8 * | getMName (void) |
| static Pnt4us | getDefault (void) |
| static bool | getFromString (Pnt4us &outVal, const Char8 *&inVal) |
| static void | putToString (const Pnt4us &inVal, std::string &outStr) |
| static UInt32 | getBinSize (const Pnt4us &) |
| static UInt32 | getBinSize (const Pnt4us *, UInt32 uiNumObjects) |
| static void | copyToBin (BinaryDataHandler &pMem, const Pnt4us &oObject) |
| static void | copyToBin (BinaryDataHandler &pMem, const Pnt4us *pObjectStore, UInt32 uiNumObjects) |
| static void | copyFromBin (BinaryDataHandler &pMem, Pnt4us &oObject) |
| static void | copyFromBin (BinaryDataHandler &pMem, Pnt4us *pObjectStore, UInt32 uiNumObjects) |
| static const Char8 * | getPName (void) |
Static Public Attributes | |
| static DataType | _type |
| static const UInt32 | uiTest |
Definition at line 1701 of file OSGVecFieldDataType.h.
|
|
Definition at line 1705 of file OSGVecFieldDataType.h. |
|
|
Definition at line 78 of file OSGVecFieldDataType.h. |
|
|
Definition at line 1708 of file OSGVecFieldDataType.h. 01708 { StringConvertable = Self::ToStringConvertable | 01709 Self::FromStringConvertable };
|
|
|
Definition at line 1711 of file OSGVecFieldDataType.h. 01711 { bHasParent = 0x01 };
|
|
|
Definition at line 69 of file OSGFieldDataType.h. 00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
|
|
|
Definition at line 1713 of file OSGVecFieldDataType.h. 01713 { return _type; }
|
|
|
Definition at line 1715 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 1716 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 1718 of file OSGVecFieldDataType.h. 01718 { return Pnt4us(); }
|
|
||||||||||||
|
Definition at line 1720 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::setValueFromCString().
|
|
||||||||||||
|
Definition at line 1728 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::getValues(). 01730 { 01731 typedef TypeTraits<Pnt4us::ValueType> TypeTrait; 01732 01733 outStr.assign(TypeTrait::putToString((inVal.getValues())[0])); 01734 outStr.append(" "); 01735 outStr.append(TypeTrait::putToString((inVal.getValues())[1])); 01736 outStr.append(" "); 01737 outStr.append(TypeTrait::putToString((inVal.getValues())[2])); 01738 outStr.append(" "); 01739 outStr.append(TypeTrait::putToString((inVal.getValues())[3])); 01740 }
|
|
|
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