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

Public Types | |
| typedef FieldDataTraits< Vec3b > | Self |
| enum | { StringConvertable } |
| enum | { bHasParent = 0x01 } |
| typedef osgIF< uiTest==1, const Vec3b, const Vec3b & >::_IRet | ArgumentType |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static DataType & | getType (void) |
| static Char8 * | getSName (void) |
| static Char8 * | getMName (void) |
| static Vec3b | getDefault (void) |
| static bool | getFromString (Vec3b &outVal, const Char8 *&inVal) |
| static void | putToString (const Vec3b &inVal, std::string &outStr) |
| static UInt32 | getBinSize (const Vec3b &) |
| static UInt32 | getBinSize (const Vec3b *, UInt32 uiNumObjects) |
| static void | copyToBin (BinaryDataHandler &pMem, const Vec3b &oObject) |
| static void | copyToBin (BinaryDataHandler &pMem, const Vec3b *pObjectStore, UInt32 uiNumObjects) |
| static void | copyFromBin (BinaryDataHandler &pMem, Vec3b &oObject) |
| static void | copyFromBin (BinaryDataHandler &pMem, Vec3b *pObjectStore, UInt32 uiNumObjects) |
| static const Char8 * | getPName (void) |
Static Public Attributes | |
| static DataType | _type |
| static const UInt32 | uiTest |
Definition at line 385 of file OSGVecFieldDataType.h.
|
|
Definition at line 389 of file OSGVecFieldDataType.h. |
|
|
Definition at line 78 of file OSGVecFieldDataType.h. |
|
|
Definition at line 392 of file OSGVecFieldDataType.h. 00392 { StringConvertable = Self::ToStringConvertable | 00393 Self::FromStringConvertable };
|
|
|
Definition at line 395 of file OSGVecFieldDataType.h. 00395 { bHasParent = 0x01 };
|
|
|
Definition at line 69 of file OSGFieldDataType.h. 00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
|
|
|
Definition at line 397 of file OSGVecFieldDataType.h. 00397 { return _type; }
|
|
|
Definition at line 399 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 400 of file OSGVecFieldDataType.h.
|
|
|
Definition at line 402 of file OSGVecFieldDataType.h. 00402 { return Vec3b(); }
|
|
||||||||||||
|
Definition at line 404 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::setValueFromCString().
|
|
||||||||||||
|
Definition at line 412 of file OSGVecFieldDataType.h. References osg::PointInterface< ValueTypeT, StorageInterfaceT >::getValues(). 00414 { 00415 typedef TypeTraits<Vec3b::ValueType> TypeTrait; 00416 00417 outStr.assign(TypeTrait::putToString((inVal.getValues())[0])); 00418 outStr.append(" "); 00419 outStr.append(TypeTrait::putToString((inVal.getValues())[1])); 00420 outStr.append(" "); 00421 outStr.append(TypeTrait::putToString((inVal.getValues())[2])); 00422 }
|
|
|
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