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

Public Types | |
| typedef FieldDataTraits< Pnt3f > | Self |
| enum | { StringConvertable } |
| enum | { bHasParent = 0x01 } |
| typedef osgIF< uiTest==1, const Pnt3f, const Pnt3f & >::_IRet | ArgumentType |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static DataType & | getType (void) |
| static Char8 * | getSName (void) |
| static Char8 * | getMName (void) |
| static Pnt3f | getDefault (void) |
| static bool | getFromString (Pnt3f &outVal, const Char8 *&inVal) |
| static void | putToString (const Pnt3f &inVal, std::string &outStr) |
| static UInt32 | getBinSize (const Pnt3f &) |
| static UInt32 | getBinSize (const Pnt3f *, UInt32 uiNumObjects) |
| static void | copyToBin (BinaryDataHandler &pMem, const Pnt3f &oObject) |
| static void | copyToBin (BinaryDataHandler &pMem, const Pnt3f *pObjectStore, UInt32 uiNumObjects) |
| static void | copyFromBin (BinaryDataHandler &pMem, Pnt3f &oObject) |
| static void | copyFromBin (BinaryDataHandler &pMem, Pnt3f *pObjectStore, UInt32 uiNumObjects) |
| static const Char8 * | getPName (void) |
Static Public Attributes | |
| static DataType | _type |
| static const UInt32 | uiTest |
Definition at line 1965 of file OSGVecFieldDataType.h.
|
|
Definition at line 1969 of file OSGVecFieldDataType.h. |
|
|
Definition at line 78 of file OSGVecFieldDataType.h. |
|
|
Definition at line 1972 of file OSGVecFieldDataType.h. 01972 { StringConvertable = Self::ToStringConvertable | 01973 Self::FromStringConvertable };
|
|
|
Definition at line 1975 of file OSGVecFieldDataType.h. 01975 { bHasParent = 0x01 };
|
|
|
Definition at line 69 of file OSGFieldDataType.h. 00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
|
|
|
Definition at line 1977 of file OSGVecFieldDataType.h. 01977 { return _type; }
|
|
|
Definition at line 1979 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 1980 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 1982 of file OSGVecFieldDataType.h. 01982 { return Pnt3f(); }
|
|
||||||||||||
|
Definition at line 1984 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::setValueFromCString().
|
|
||||||||||||
|
Definition at line 1992 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::getValues(). 01994 { 01995 typedef TypeTraits<Pnt3f::ValueType> TypeTrait; 01996 01997 outStr.assign(TypeTrait::putToString((inVal.getValues())[0])); 01998 outStr.append(" "); 01999 outStr.append(TypeTrait::putToString((inVal.getValues())[1])); 02000 outStr.append(" "); 02001 outStr.append(TypeTrait::putToString((inVal.getValues())[2])); 02002 }
|
|
|
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