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

Public Types | |
| typedef FieldDataTraits< Pnt3s > | Self |
| enum | { StringConvertable } |
| enum | { bHasParent = 0x01 } |
| typedef osgIF< uiTest==1, const Pnt3s, const Pnt3s & >::_IRet | ArgumentType |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static DataType & | getType (void) |
| static Char8 * | getSName (void) |
| static Char8 * | getMName (void) |
| static Pnt3s | getDefault (void) |
| static bool | getFromString (Pnt3s &outVal, const Char8 *&inVal) |
| static void | putToString (const Pnt3s &inVal, std::string &outStr) |
| static UInt32 | getBinSize (const Pnt3s &) |
| static UInt32 | getBinSize (const Pnt3s *, UInt32 uiNumObjects) |
| static void | copyToBin (BinaryDataHandler &pMem, const Pnt3s &oObject) |
| static void | copyToBin (BinaryDataHandler &pMem, const Pnt3s *pObjectStore, UInt32 uiNumObjects) |
| static void | copyFromBin (BinaryDataHandler &pMem, Pnt3s &oObject) |
| static void | copyFromBin (BinaryDataHandler &pMem, Pnt3s *pObjectStore, UInt32 uiNumObjects) |
| static const Char8 * | getPName (void) |
Static Public Attributes | |
| static DataType | _type |
| static const UInt32 | uiTest |
Definition at line 1807 of file OSGVecFieldDataType.h.
|
|
Definition at line 1811 of file OSGVecFieldDataType.h. |
|
|
Definition at line 78 of file OSGVecFieldDataType.h. |
|
|
Definition at line 1814 of file OSGVecFieldDataType.h. 01814 { StringConvertable = Self::ToStringConvertable | 01815 Self::FromStringConvertable };
|
|
|
Definition at line 1817 of file OSGVecFieldDataType.h. 01817 { bHasParent = 0x01 };
|
|
|
Definition at line 69 of file OSGFieldDataType.h. 00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
|
|
|
Definition at line 1819 of file OSGVecFieldDataType.h. 01819 { return _type; }
|
|
|
Definition at line 1821 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 1822 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 1824 of file OSGVecFieldDataType.h. 01824 { return Pnt3s(); }
|
|
||||||||||||
|
Definition at line 1826 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::setValueFromCString().
|
|
||||||||||||
|
Definition at line 1834 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::getValues(). 01836 { 01837 typedef TypeTraits<Pnt3s::ValueType> TypeTrait; 01838 01839 outStr.assign(TypeTrait::putToString((inVal.getValues())[0])); 01840 outStr.append(" "); 01841 outStr.append(TypeTrait::putToString((inVal.getValues())[1])); 01842 outStr.append(" "); 01843 outStr.append(TypeTrait::putToString((inVal.getValues())[2])); 01844 }
|
|
|
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