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

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

#include <OSGClusterWindowFields.h>

Inheritance diagram for osg::FieldDataTraits< ClusterWindowPtr >:

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

Public Types

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

Static Public Member Functions

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

Static Public Attributes

static DataType _type
static const UInt32 uiTest

Detailed Description

template<>
struct osg::FieldDataTraits< ClusterWindowPtr >

Definition at line 84 of file OSGClusterWindowFields.h.


Member Typedef Documentation

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

Definition at line 412 of file OSGFieldDataType.h.

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

Definition at line 413 of file OSGFieldDataType.h.

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

Definition at line 422 of file OSGFieldDataType.h.

typedef osgIF<uiTest == 1, const ClusterWindowPtr , const ClusterWindowPtr & >::_IRet osg::FieldTraitsRecurseBase< ClusterWindowPtr >::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 OSGClusterWindowFields.h.

00089 { StringConvertable = 0x00 };

anonymous enum
 

Enumerator:
bHasParent 

Definition at line 90 of file OSGClusterWindowFields.h.

00090 { bHasParent        = 0x01 };


Member Function Documentation

static DataType& osg::FieldDataTraits< ClusterWindowPtr >::getType void   )  [inline, static]
 

Definition at line 92 of file OSGClusterWindowFields.h.

00092 { return _type;        }

static char* osg::FieldDataTraits< ClusterWindowPtr >::getSName void   )  [inline, static]
 

Definition at line 94 of file OSGClusterWindowFields.h.

00094 { return "SFClusterWindowPtr"; }

static char* osg::FieldDataTraits< ClusterWindowPtr >::getMName void   )  [inline, static]
 

Definition at line 95 of file OSGClusterWindowFields.h.

00095 { return "MFClusterWindowPtr"; }

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

Reimplemented from osg::FieldTraitsRecurseBase< ClusterWindowPtr >.

Definition at line 428 of file OSGFieldDataType.h.

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

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

Reimplemented from osg::FieldTraitsRecurseBase< ClusterWindowPtr >.

Definition at line 433 of file OSGFieldDataType.h.

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

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

Reimplemented from osg::FieldTraitsRecurseBase< ClusterWindowPtr >.

Definition at line 439 of file OSGFieldDataType.h.

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

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

Reimplemented from osg::FieldTraitsRecurseBase< ClusterWindowPtr >.

Definition at line 445 of file OSGFieldDataType.h.

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

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

Reimplemented from osg::FieldTraitsRecurseBase< ClusterWindowPtr >.

Definition at line 452 of file OSGFieldDataType.h.

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

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

Reimplemented from osg::FieldTraitsRecurseBase< ClusterWindowPtr >.

Definition at line 458 of file OSGFieldDataType.h.

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

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

Reimplemented from osg::FieldTraitsRecurseBase< ClusterWindowPtr >.

Definition at line 465 of file OSGFieldDataType.h.

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

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

Reimplemented from osg::FieldTraitsRecurseBase< ClusterWindowPtr >.

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< ClusterWindowPtr >::_type [static]
 

const UInt32 osg::FieldTraitsRecurseBase< ClusterWindowPtr >::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:13:09 2005 for OpenSG by  doxygen 1.4.3