#include <OSGSHLChunkFields.h>
Public Types | |
| enum | { StringConvertable = 0x00 } |
| enum | { bHasParent = 0x01 } |
| typedef SHLChunkPtr::Inherited | Inherited |
| typedef FieldDataTraits < SHLChunkPtr > | FieldTypeTraits |
| typedef osgIF<(bTypeHasParent==true), FieldDataTraits< Inherited > , FieldTraitsRecurseBase < SHLChunkPtr > >::_IRet | MappedTrait |
| enum | |
| typedef osgIF< uiTest==1, const SHLChunkPtr, const SHLChunkPtr & >::_IRet | ArgumentType |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static DataType & | getType (void) |
| static const char * | getSName (void) |
| static const char * | getMName (void) |
| static UInt32 | getBinSize (const SHLChunkPtr &oObject) |
| static UInt32 | getBinSize (const SHLChunkPtr *pObjectStore, UInt32 uiNumObjects) |
| static void | copyToBin (BinaryDataHandler &pMem, const SHLChunkPtr &oObject) |
| static void | copyToBin (BinaryDataHandler &pMem, const SHLChunkPtr *pObjectStore, UInt32 uiNumObjects) |
| static void | copyFromBin (BinaryDataHandler &pMem, SHLChunkPtr &oObject) |
| static void | copyFromBin (BinaryDataHandler &pMem, SHLChunkPtr *pObjectStore, UInt32 uiNumObjects) |
| static bool | getFromString (SHLChunkPtr &outVal, const Char8 *inVal) |
| static void | putToString (const SHLChunkPtr &inVal, std::string &outStr) |
| static const Char8 * | getPName (void) |
Static Public Attributes | |
| static DataType | _type |
| static const UInt32 | uiTest |
Definition at line 84 of file OSGSHLChunkFields.h.
typedef SHLChunkPtr ::Inherited osg::FieldTraitsRecurseMapper< SHLChunkPtr , bTypeHasParent >::Inherited [inherited] |
Definition at line 412 of file OSGFieldDataType.h.
typedef FieldDataTraits<SHLChunkPtr > osg::FieldTraitsRecurseMapper< SHLChunkPtr , bTypeHasParent >::FieldTypeTraits [inherited] |
Definition at line 413 of file OSGFieldDataType.h.
typedef osgIF<(bTypeHasParent == true), FieldDataTraits<Inherited>, FieldTraitsRecurseBase<SHLChunkPtr > >::_IRet osg::FieldTraitsRecurseMapper< SHLChunkPtr , bTypeHasParent >::MappedTrait [inherited] |
Definition at line 422 of file OSGFieldDataType.h.
typedef osgIF<uiTest == 1, const SHLChunkPtr , const SHLChunkPtr & >::_IRet osg::FieldTraitsRecurseBase< SHLChunkPtr >::ArgumentType [inherited] |
Definition at line 122 of file OSGFieldDataType.h.
| anonymous enum |
Definition at line 89 of file OSGSHLChunkFields.h.
00089 { StringConvertable = 0x00 };
| anonymous enum |
Definition at line 90 of file OSGSHLChunkFields.h.
00090 { bHasParent = 0x01 };
anonymous enum [inherited] |
Definition at line 114 of file OSGFieldDataType.h.
00114 { bHasParent = 0x00 };
anonymous enum [inherited] |
Definition at line 69 of file OSGFieldDataType.h.
00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
| static DataType& osg::FieldDataTraits< SHLChunkPtr >::getType | ( | void | ) | [inline, static] |
Definition at line 92 of file OSGSHLChunkFields.h.
00092 { return _type; }
| static const char* osg::FieldDataTraits< SHLChunkPtr >::getSName | ( | void | ) | [inline, static] |
Definition at line 94 of file OSGSHLChunkFields.h.
| static const char* osg::FieldDataTraits< SHLChunkPtr >::getMName | ( | void | ) | [inline, static] |
Definition at line 95 of file OSGSHLChunkFields.h.
| static UInt32 osg::FieldTraitsRecurseMapper< SHLChunkPtr , bTypeHasParent >::getBinSize | ( | const SHLChunkPtr & | oObject | ) | [inline, static, inherited] |
Reimplemented from osg::FieldTraitsRecurseBase< SHLChunkPtr >.
Definition at line 428 of file OSGFieldDataType.h.
| static UInt32 osg::FieldTraitsRecurseMapper< SHLChunkPtr , bTypeHasParent >::getBinSize | ( | const SHLChunkPtr * | pObjectStore, | |
| UInt32 | uiNumObjects | |||
| ) | [inline, static, inherited] |
Reimplemented from osg::FieldTraitsRecurseBase< SHLChunkPtr >.
Definition at line 433 of file OSGFieldDataType.h.
| static void osg::FieldTraitsRecurseMapper< SHLChunkPtr , bTypeHasParent >::copyToBin | ( | BinaryDataHandler & | pMem, | |
| const SHLChunkPtr & | oObject | |||
| ) | [inline, static, inherited] |
Reimplemented from osg::FieldTraitsRecurseBase< SHLChunkPtr >.
Definition at line 439 of file OSGFieldDataType.h.
| static void osg::FieldTraitsRecurseMapper< SHLChunkPtr , bTypeHasParent >::copyToBin | ( | BinaryDataHandler & | pMem, | |
| const SHLChunkPtr * | pObjectStore, | |||
| UInt32 | uiNumObjects | |||
| ) | [inline, static, inherited] |
Reimplemented from osg::FieldTraitsRecurseBase< SHLChunkPtr >.
Definition at line 445 of file OSGFieldDataType.h.
| static void osg::FieldTraitsRecurseMapper< SHLChunkPtr , bTypeHasParent >::copyFromBin | ( | BinaryDataHandler & | pMem, | |
| SHLChunkPtr & | oObject | |||
| ) | [inline, static, inherited] |
Reimplemented from osg::FieldTraitsRecurseBase< SHLChunkPtr >.
Definition at line 452 of file OSGFieldDataType.h.
| static void osg::FieldTraitsRecurseMapper< SHLChunkPtr , bTypeHasParent >::copyFromBin | ( | BinaryDataHandler & | pMem, | |
| SHLChunkPtr * | pObjectStore, | |||
| UInt32 | uiNumObjects | |||
| ) | [inline, static, inherited] |
Reimplemented from osg::FieldTraitsRecurseBase< SHLChunkPtr >.
Definition at line 458 of file OSGFieldDataType.h.
| static bool osg::FieldTraitsRecurseMapper< SHLChunkPtr , bTypeHasParent >::getFromString | ( | SHLChunkPtr & | outVal, | |
| const Char8 * | inVal | |||
| ) | [inline, static, inherited] |
Reimplemented from osg::FieldTraitsRecurseBase< SHLChunkPtr >.
Definition at line 465 of file OSGFieldDataType.h.
| static void osg::FieldTraitsRecurseMapper< SHLChunkPtr , bTypeHasParent >::putToString | ( | const SHLChunkPtr & | inVal, | |
| std::string & | outStr | |||
| ) | [inline, static, inherited] |
Reimplemented from osg::FieldTraitsRecurseBase< SHLChunkPtr >.
Definition at line 471 of file OSGFieldDataType.h.
| static const Char8* osg::FieldTraits::getPName | ( | void | ) | [inline, static, inherited] |
Definition at line 75 of file OSGFieldDataType.h.
DataType osg::FieldDataTraits< SHLChunkPtr >::_type [static] |
Definition at line 87 of file OSGSHLChunkFields.h.
const UInt32 osg::FieldTraitsRecurseBase< SHLChunkPtr >::uiTest [static, inherited] |
Definition at line 117 of file OSGFieldDataType.h.
1.6.1