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

Public Types | |
| typedef FieldDataTraits< Pnt4s > | Self |
| enum | { StringConvertable } |
| enum | { bHasParent = 0x01 } |
| typedef osgIF< uiTest==1, const Pnt4s, const Pnt4s & >::_IRet | ArgumentType |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static DataType & | getType (void) |
| static Char8 * | getSName (void) |
| static Char8 * | getMName (void) |
| static Pnt4s | getDefault (void) |
| static bool | getFromString (Pnt4s &outVal, const Char8 *&inVal) |
| static void | putToString (const Pnt4s &inVal, std::string &outStr) |
| static UInt32 | getBinSize (const Pnt4s &) |
| static UInt32 | getBinSize (const Pnt4s *, UInt32 uiNumObjects) |
| static void | copyToBin (BinaryDataHandler &pMem, const Pnt4s &oObject) |
| static void | copyToBin (BinaryDataHandler &pMem, const Pnt4s *pObjectStore, UInt32 uiNumObjects) |
| static void | copyFromBin (BinaryDataHandler &pMem, Pnt4s &oObject) |
| static void | copyFromBin (BinaryDataHandler &pMem, Pnt4s *pObjectStore, UInt32 uiNumObjects) |
| static const Char8 * | getPName (void) |
Static Public Attributes | |
| static DataType | _type |
| static const UInt32 | uiTest |
Definition at line 1859 of file OSGVecFieldDataType.h.
|
|
Definition at line 1863 of file OSGVecFieldDataType.h. |
|
|
Definition at line 78 of file OSGVecFieldDataType.h. |
|
|
Definition at line 1866 of file OSGVecFieldDataType.h. 01866 { StringConvertable = Self::ToStringConvertable | 01867 Self::FromStringConvertable };
|
|
|
Definition at line 1869 of file OSGVecFieldDataType.h. 01869 { bHasParent = 0x01 };
|
|
|
Definition at line 69 of file OSGFieldDataType.h. 00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
|
|
|
Definition at line 1871 of file OSGVecFieldDataType.h. 01871 { return _type; }
|
|
|
Definition at line 1873 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 1874 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 1876 of file OSGVecFieldDataType.h. 01876 { return Pnt4s(); }
|
|
||||||||||||
|
Definition at line 1878 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::setValueFromCString().
|
|
||||||||||||
|
Definition at line 1886 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::getValues(). 01888 { 01889 typedef TypeTraits<Pnt4s::ValueType> TypeTrait; 01890 01891 outStr.assign(TypeTrait::putToString((inVal.getValues())[0])); 01892 outStr.append(" "); 01893 outStr.append(TypeTrait::putToString((inVal.getValues())[1])); 01894 outStr.append(" "); 01895 outStr.append(TypeTrait::putToString((inVal.getValues())[2])); 01896 outStr.append(" "); 01897 outStr.append(TypeTrait::putToString((inVal.getValues())[3])); 01898 }
|
|
|
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