Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

osg::FieldDataTraits< TextureGrabBackgroundPtr > Struct Template Reference
[Field Data Traits]

#include <OSGTextureGrabBackgroundFields.h>

Inheritance diagram for osg::FieldDataTraits< TextureGrabBackgroundPtr >:

osg::FieldTraitsRecurseMapper< TextureGrabBackgroundPtr, true > osg::FieldTraitsRecurseBase< TextureGrabBackgroundPtr > osg::FieldTraits List of all members.

Public Types

enum  { StringConvertable = 0x00 }
enum  { bHasParent = 0x01 }
typedef TextureGrabBackgroundPtr::Inherited Inherited
typedef FieldDataTraits< TextureGrabBackgroundPtrFieldTypeTraits
typedef osgIF<(bTypeHasParent==true), FieldDataTraits<
Inherited >, FieldTraitsRecurseBase<
TextureGrabBackgroundPtr
> >::_IRe 
MappedTrait )
typedef osgIF< uiTest==1,
const TextureGrabBackgroundPtr,
const TextureGrabBackgroundPtr
& >::_IRet 
ArgumentType

Static Public Member Functions

static UInt32 getBinSize (const TextureGrabBackgroundPtr &oObject)
static UInt32 getBinSize (const TextureGrabBackgroundPtr *pObjectStore, UInt32 uiNumObjects)
static void copyToBin (BinaryDataHandler &pMem, const TextureGrabBackgroundPtr &oObject)
static void copyToBin (BinaryDataHandler &pMem, const TextureGrabBackgroundPtr *pObjectStore, UInt32 uiNumObjects)
static void copyFromBin (BinaryDataHandler &pMem, TextureGrabBackgroundPtr &oObject)
static void copyFromBin (BinaryDataHandler &pMem, TextureGrabBackgroundPtr *pObjectStore, UInt32 uiNumObjects)
static bool getFromString (TextureGrabBackgroundPtr &outVal, const Char8 *inVal)
static void putToString (const TextureGrabBackgroundPtr &inVal, std::string &outStr)
static const Char8getPName (void)

Static Public Attributes

static DataType _type
static const UInt32 uiTest

Detailed Description

template<>
struct osg::FieldDataTraits< TextureGrabBackgroundPtr >

Definition at line 84 of file OSGTextureGrabBackgroundFields.h.


Member Typedef Documentation

typedef TextureGrabBackgroundPtr ::Inherited osg::FieldTraitsRecurseMapper< TextureGrabBackgroundPtr , bTypeHasParent >::Inherited [inherited]
 

Definition at line 412 of file OSGFieldDataType.h.

typedef FieldDataTraits<TextureGrabBackgroundPtr > osg::FieldTraitsRecurseMapper< TextureGrabBackgroundPtr , bTypeHasParent >::FieldTypeTraits [inherited]
 

Definition at line 413 of file OSGFieldDataType.h.

typedef osgIF<(bTypeHasParent == true), FieldDataTraits<Inherited>, FieldTraitsRecurseBase<TextureGrabBackgroundPtr > >::_IRe osg::FieldTraitsRecurseMapper< TextureGrabBackgroundPtr , bTypeHasParent >::MappedTrait) [inherited]
 

Definition at line 422 of file OSGFieldDataType.h.

typedef osgIF<uiTest == 1, const TextureGrabBackgroundPtr , const TextureGrabBackgroundPtr & >::_IRet osg::FieldTraitsRecurseBase< TextureGrabBackgroundPtr >::ArgumentType [inherited]
 

Definition at line 122 of file OSGFieldDataType.h.


Member Enumeration Documentation

anonymous enum
 

Enumerator:
StringConvertable 

Reimplemented from osg::FieldTraits.

Definition at line 89 of file OSGTextureGrabBackgroundFields.h.

00089 { StringConvertable = 0x00 };

anonymous enum
 

Enumerator:
bHasParent 

Definition at line 90 of file OSGTextureGrabBackgroundFields.h.

00090 { bHasParent        = 0x01 };


Member Function Documentation

static UInt32 osg::FieldTraitsRecurseMapper< TextureGrabBackgroundPtr , bTypeHasParent >::getBinSize const TextureGrabBackgroundPtr oObject  )  [inline, static, inherited]
 

Reimplemented from osg::FieldTraitsRecurseBase< TextureGrabBackgroundPtr >.

Definition at line 428 of file OSGFieldDataType.h.

00429     {
00430         return MappedTrait::getBinSize(oObject);
00431     }

static UInt32 osg::FieldTraitsRecurseMapper< TextureGrabBackgroundPtr , bTypeHasParent >::getBinSize const TextureGrabBackgroundPtr pObjectStore,
UInt32  uiNumObjects
[inline, static, inherited]
 

Reimplemented from osg::FieldTraitsRecurseBase< TextureGrabBackgroundPtr >.

Definition at line 433 of file OSGFieldDataType.h.

00435     {
00436         return MappedTrait::getBinSize(pObjectStore, uiNumObjects);
00437     }

static void osg::FieldTraitsRecurseMapper< TextureGrabBackgroundPtr , bTypeHasParent >::copyToBin BinaryDataHandler pMem,
const TextureGrabBackgroundPtr oObject
[inline, static, inherited]
 

Reimplemented from osg::FieldTraitsRecurseBase< TextureGrabBackgroundPtr >.

Definition at line 439 of file OSGFieldDataType.h.

00441     {
00442         MappedTrait::copyToBin(pMem, oObject);
00443     }

static void osg::FieldTraitsRecurseMapper< TextureGrabBackgroundPtr , bTypeHasParent >::copyToBin BinaryDataHandler pMem,
const TextureGrabBackgroundPtr pObjectStore,
UInt32  uiNumObjects
[inline, static, inherited]
 

Reimplemented from osg::FieldTraitsRecurseBase< TextureGrabBackgroundPtr >.

Definition at line 445 of file OSGFieldDataType.h.

00448     {
00449         MappedTrait::copyToBin(pMem, pObjectStore, uiNumObjects);
00450     }

static void osg::FieldTraitsRecurseMapper< TextureGrabBackgroundPtr , bTypeHasParent >::copyFromBin BinaryDataHandler pMem,
TextureGrabBackgroundPtr oObject
[inline, static, inherited]
 

Reimplemented from osg::FieldTraitsRecurseBase< TextureGrabBackgroundPtr >.

Definition at line 452 of file OSGFieldDataType.h.

00454     {
00455         MappedTrait::copyFromBin(pMem, oObject);
00456     }

static void osg::FieldTraitsRecurseMapper< TextureGrabBackgroundPtr , bTypeHasParent >::copyFromBin BinaryDataHandler pMem,
TextureGrabBackgroundPtr pObjectStore,
UInt32  uiNumObjects
[inline, static, inherited]
 

Reimplemented from osg::FieldTraitsRecurseBase< TextureGrabBackgroundPtr >.

Definition at line 458 of file OSGFieldDataType.h.

00461     {
00462         MappedTrait::copyFromBin(pMem, pObjectStore, uiNumObjects);
00463     }

static bool osg::FieldTraitsRecurseMapper< TextureGrabBackgroundPtr , bTypeHasParent >::getFromString TextureGrabBackgroundPtr outVal,
const Char8 inVal
[inline, static, inherited]
 

Reimplemented from osg::FieldTraitsRecurseBase< TextureGrabBackgroundPtr >.

Definition at line 465 of file OSGFieldDataType.h.

00467     {
00468         return MappedTrait::getFromString(outVal, inVal);
00469     }

static void osg::FieldTraitsRecurseMapper< TextureGrabBackgroundPtr , bTypeHasParent >::putToString const TextureGrabBackgroundPtr inVal,
std::string &  outStr
[inline, static, inherited]
 

Reimplemented from osg::FieldTraitsRecurseBase< TextureGrabBackgroundPtr >.

Definition at line 471 of file OSGFieldDataType.h.

00473     {
00474         MappedTrait::putToString(inVal, outStr);
00475     }

static const Char8* osg::FieldTraits::getPName void   )  [inline, static, inherited]
 

Definition at line 75 of file OSGFieldDataType.h.

00075 { return "Field"; }


Member Data Documentation

DataType osg::FieldDataTraits< TextureGrabBackgroundPtr >::_type [static]
 

const UInt32 osg::FieldTraitsRecurseBase< TextureGrabBackgroundPtr >::uiTest [static, inherited]
 

Definition at line 117 of file OSGFieldDataType.h.


The documentation for this struct was generated from the following files:
Generated on Thu Aug 25 04:27:08 2005 for OpenSG by  doxygen 1.4.3