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

osg::GeoPLengthsUI32PropertyDesc Struct Reference
[Geometry Properties]

The descriptor trait for osg::GeoPLengthsUI32.

.

#include <OSGGeoPropPLengths.h>

Inheritance diagram for osg::GeoPLengthsUI32PropertyDesc:

osg::GeoPLengthsPropertyDesc osg::GeoPropertyDesc osg::GeoPLengthsUI32 List of all members.

Typedefs

typedef GeoPLengths::PtrType InheritedPtr
typedef GeoPLengthsPropertyDesc InheritedDesc
typedef MFUInt32 StoredFieldType
typedef InheritedDesc::GenericType GenericType
typedef GeoPropertyInterface<
GeoPLengthsPropertyDesc
Interface
*typedef GeoPLengths Inherited

Static Public Member Functions

Get
*static const Char8getTypeName (void)
static const Char8getClassName (void)
static const Char8getFieldName (void)
static const Char8getGroupName (void)
static InitContainerF getInitMethod (void)
static UInt32 getFormat (void)
static UInt32 getFormatSize (void)
static UInt32 getDimension (void)
static UInt32 getStride (void)
static FieldDescription ** getDesc (void)

Static Public Attributes

static FieldDescription_desc []

Detailed Description

Definition at line 58 of file OSGGeoPropPLengths.h.


Member Typedef Documentation

typedef GeoPLengths::PtrType osg::GeoPLengthsUI32PropertyDesc::InheritedPtr
 

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 85 of file OSGGeoPropPLengths.h.

typedef GeoPLengthsPropertyDesc osg::GeoPLengthsUI32PropertyDesc::InheritedDesc
 

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 87 of file OSGGeoPropPLengths.h.

typedef MFUInt32 osg::GeoPLengthsUI32PropertyDesc::StoredFieldType
 

Definition at line 89 of file OSGGeoPropPLengths.h.

typedef InheritedDesc::GenericType osg::GeoPLengthsUI32PropertyDesc::GenericType
 

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 91 of file OSGGeoPropPLengths.h.

typedef GeoPropertyInterface<GeoPLengthsPropertyDesc> osg::GeoPLengthsUI32PropertyDesc::Interface
 

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 94 of file OSGGeoPropPLengths.h.


Member Function Documentation

* static const Char8* osg::GeoPLengthsUI32PropertyDesc::getTypeName void   )  [inline, static]
 

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 66 of file OSGGeoPropPLengths.h.

00066 { return "GeoPLengthsUI32";        }

static const Char8* osg::GeoPLengthsUI32PropertyDesc::getClassName void   )  [inline, static]
 

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 67 of file OSGGeoPropPLengths.h.

00067 { return "GeoPLengthsUI32Property";}

static const Char8* osg::GeoPLengthsUI32PropertyDesc::getFieldName void   )  [inline, static]
 

Definition at line 68 of file OSGGeoPropPLengths.h.

00068 { return "lengths";                }

static const Char8* osg::GeoPLengthsUI32PropertyDesc::getGroupName void   )  [inline, static]
 

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 69 of file OSGGeoPropPLengths.h.

00069 { return "GeoPLengths";            }

static InitContainerF osg::GeoPLengthsUI32PropertyDesc::getInitMethod void   )  [inline, static]
 

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 71 of file OSGGeoPropPLengths.h.

00071 { return NULL;            }

static UInt32 osg::GeoPLengthsUI32PropertyDesc::getFormat void   )  [inline, static]
 

Definition at line 73 of file OSGGeoPropPLengths.h.

00073 { return GL_UNSIGNED_INT; }

static UInt32 osg::GeoPLengthsUI32PropertyDesc::getFormatSize void   )  [inline, static]
 

Definition at line 74 of file OSGGeoPropPLengths.h.

References GLuint().

00074 { return sizeof(GLuint);  }

static UInt32 osg::GeoPLengthsUI32PropertyDesc::getDimension void   )  [inline, static]
 

Definition at line 75 of file OSGGeoPropPLengths.h.

00075 { return 1;               }

static UInt32 osg::GeoPLengthsUI32PropertyDesc::getStride void   )  [inline, static]
 

Definition at line 76 of file OSGGeoPropPLengths.h.

00076 { return 0;               }

static FieldDescription** osg::GeoPLengthsUI32PropertyDesc::getDesc void   )  [inline, static]
 

Definition at line 78 of file OSGGeoPropPLengths.h.

00078 { return _desc;           }


Member Data Documentation

FieldDescription * GeoPLengthsUI32PropertyDesc::_desc [static]
 

Initial value:

{
    new FieldDescription(
        StoredFieldType::getClassType(), 
        getFieldName(), 
        OSG_FC_FIELD_IDM_DESC(GeoProperty<
                               GeoPLengthsUI32PropertyDesc>::GeoPropDataField),
        false,



        (FieldAccessMethod) &GeoProperty<
                               GeoPLengthsUI32PropertyDesc>::getFieldPtr)

}

Definition at line 54 of file OSGGeoPropPLengths.cpp.

* typedef GeoPLengths osg::GeoPLengthsUI32PropertyDesc::Inherited
 

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 84 of file OSGGeoPropPLengths.h.


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