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

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

#include <OSGGeoPropFields.h>

Inheritance diagram for osg::FieldDataTraits< GeoIndicesPtr >:

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

Struct Specific

enum  { StringConvertable = Self::ToStringConvertable }
enum  { bHasParent = 0x01 }
*typedef FieldDataTraits<
GeoIndicesPtr
Self
static DataType _type

Public Types

typedef GeoIndicesPtr::Inherited Inherited
typedef FieldDataTraits< GeoIndicesPtrFieldTypeTraits
typedef osgIF<(bTypeHasParent==true), FieldDataTraits<
Inherited >, FieldTraitsRecurseBase<
GeoIndicesPtr > >::_IRe 
MappedTrait )
typedef osgIF< uiTest==1,
const GeoIndicesPtr, const
GeoIndicesPtr & >::_IRet 
ArgumentType
enum  { ToStringConvertable = 0x01, FromStringConvertable = 0x02 }

Static Public Member Functions

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

Static Public Attributes

static const UInt32 uiTest

Detailed Description

template<>
struct osg::FieldDataTraits< GeoIndicesPtr >

Definition at line 306 of file OSGGeoPropFields.h.


Member Typedef Documentation

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

Definition at line 412 of file OSGFieldDataType.h.

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

Definition at line 413 of file OSGFieldDataType.h.

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

Definition at line 422 of file OSGFieldDataType.h.

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

Definition at line 122 of file OSGFieldDataType.h.


Member Enumeration Documentation

anonymous enum
 

Enumerator:
StringConvertable 

Definition at line 316 of file OSGGeoPropFields.h.

00316 { StringConvertable = Self::ToStringConvertable };

anonymous enum
 

Enumerator:
bHasParent 

Definition at line 317 of file OSGGeoPropFields.h.

00317 { bHasParent        = 0x01                      };

anonymous enum [inherited]
 

Enumerator:
ToStringConvertable 
FromStringConvertable 

Definition at line 69 of file OSGFieldDataType.h.

00070     {
00071         ToStringConvertable   = 0x01,
00072         FromStringConvertable = 0x02
00073     };


Member Function Documentation

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

Definition at line 324 of file OSGGeoPropFields.h.

00324 { return _type;              }

static Char8* osg::FieldDataTraits< GeoIndicesPtr >::getSName void   )  [inline, static]
 

Definition at line 325 of file OSGGeoPropFields.h.

00325 { return "SFGeoIndicesPtr";  }

static Char8* osg::FieldDataTraits< GeoIndicesPtr >::getMName void   )  [inline, static]
 

Definition at line 326 of file OSGGeoPropFields.h.

00326 { return "MFGeoIndicesPtr";  }

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

Reimplemented from osg::FieldTraitsRecurseBase< GeoIndicesPtr >.

Definition at line 428 of file OSGFieldDataType.h.

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

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

Reimplemented from osg::FieldTraitsRecurseBase< GeoIndicesPtr >.

Definition at line 433 of file OSGFieldDataType.h.

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

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

Reimplemented from osg::FieldTraitsRecurseBase< GeoIndicesPtr >.

Definition at line 439 of file OSGFieldDataType.h.

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

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

Reimplemented from osg::FieldTraitsRecurseBase< GeoIndicesPtr >.

Definition at line 445 of file OSGFieldDataType.h.

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

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

Reimplemented from osg::FieldTraitsRecurseBase< GeoIndicesPtr >.

Definition at line 452 of file OSGFieldDataType.h.

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

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

Reimplemented from osg::FieldTraitsRecurseBase< GeoIndicesPtr >.

Definition at line 458 of file OSGFieldDataType.h.

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

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

Reimplemented from osg::FieldTraitsRecurseBase< GeoIndicesPtr >.

Definition at line 465 of file OSGFieldDataType.h.

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

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

Reimplemented from osg::FieldTraitsRecurseBase< GeoIndicesPtr >.

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

* typedef FieldDataTraits<GeoIndicesPtr> osg::FieldDataTraits< GeoIndicesPtr >::Self
 

Definition at line 313 of file OSGGeoPropFields.h.

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

Definition at line 314 of file OSGGeoPropFields.h.

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

Definition at line 117 of file OSGFieldDataType.h.


The documentation for this struct was generated from the following file:
Generated on Thu Aug 25 04:15:24 2005 for OpenSG by  doxygen 1.4.3