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

osg::GeoPLengthsUI8PropertyDesc Struct Reference
[Geometry Properties]

The descriptor trait for osg::GeoPLengthsUI8.

.

#include <OSGGeoPropPLengths.h>

Inheritance diagram for osg::GeoPLengthsUI8PropertyDesc:

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

Typedefs

typedef GeoPLengths::PtrType InheritedPtr
typedef GeoPLengthsPropertyDesc InheritedDesc
typedef MFUInt8 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 170 of file OSGGeoPropPLengths.h.


Member Typedef Documentation

typedef GeoPLengths::PtrType osg::GeoPLengthsUI8PropertyDesc::InheritedPtr
 

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 197 of file OSGGeoPropPLengths.h.

typedef GeoPLengthsPropertyDesc osg::GeoPLengthsUI8PropertyDesc::InheritedDesc
 

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 199 of file OSGGeoPropPLengths.h.

typedef MFUInt8 osg::GeoPLengthsUI8PropertyDesc::StoredFieldType
 

Definition at line 201 of file OSGGeoPropPLengths.h.

typedef InheritedDesc::GenericType osg::GeoPLengthsUI8PropertyDesc::GenericType
 

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 203 of file OSGGeoPropPLengths.h.

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

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 206 of file OSGGeoPropPLengths.h.


Member Function Documentation

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

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 178 of file OSGGeoPropPLengths.h.

00178 { return "GeoPLengthsUI8";        }

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

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 179 of file OSGGeoPropPLengths.h.

00179 { return "GeoPLengthsUI8Property";}

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

Definition at line 180 of file OSGGeoPropPLengths.h.

00180 { return "lengths";               }

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

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 181 of file OSGGeoPropPLengths.h.

00181 { return "GeoPLengths";           }

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

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 183 of file OSGGeoPropPLengths.h.

00183 { return NULL;             }

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

Definition at line 185 of file OSGGeoPropPLengths.h.

00185 { return GL_UNSIGNED_BYTE; }

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

Definition at line 186 of file OSGGeoPropPLengths.h.

00186 { return sizeof(GLubyte);  }

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

Definition at line 187 of file OSGGeoPropPLengths.h.

00187 { return 1;                }

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

Definition at line 188 of file OSGGeoPropPLengths.h.

00188 { return 0;                }

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

Definition at line 190 of file OSGGeoPropPLengths.h.

00190 { return _desc;            }


Member Data Documentation

FieldDescription * GeoPLengthsUI8PropertyDesc::_desc [static]
 

Initial value:

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



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

}

Definition at line 86 of file OSGGeoPropPLengths.cpp.

* typedef GeoPLengths osg::GeoPLengthsUI8PropertyDesc::Inherited
 

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 196 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