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

osg::GeoPLengthsUI16PropertyDesc Struct Reference
[Geometry Properties]

The descriptor trait for osg::GeoPLengthsUI16.

.

#include <OSGGeoPropPLengths.h>

Inheritance diagram for osg::GeoPLengthsUI16PropertyDesc:

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

Typedefs

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


Member Typedef Documentation

typedef GeoPLengths::PtrType osg::GeoPLengthsUI16PropertyDesc::InheritedPtr
 

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 141 of file OSGGeoPropPLengths.h.

typedef GeoPLengthsPropertyDesc osg::GeoPLengthsUI16PropertyDesc::InheritedDesc
 

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 143 of file OSGGeoPropPLengths.h.

typedef MFUInt16 osg::GeoPLengthsUI16PropertyDesc::StoredFieldType
 

Definition at line 145 of file OSGGeoPropPLengths.h.

typedef InheritedDesc::GenericType osg::GeoPLengthsUI16PropertyDesc::GenericType
 

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 147 of file OSGGeoPropPLengths.h.

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

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 150 of file OSGGeoPropPLengths.h.


Member Function Documentation

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

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 122 of file OSGGeoPropPLengths.h.

00122 { return "GeoPLengthsUI16";        }

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

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 123 of file OSGGeoPropPLengths.h.

00123 { return "GeoPLengthsUI16Property";}

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

Definition at line 124 of file OSGGeoPropPLengths.h.

00124 { return "lengths";                }

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

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 125 of file OSGGeoPropPLengths.h.

00125 { return "GeoPLengths";            }

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

Reimplemented from osg::GeoPLengthsPropertyDesc.

Definition at line 127 of file OSGGeoPropPLengths.h.

00127 { return NULL;              }

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

Definition at line 129 of file OSGGeoPropPLengths.h.

00129 { return GL_UNSIGNED_SHORT; }

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

Definition at line 130 of file OSGGeoPropPLengths.h.

00130 { return sizeof(GLushort);  }

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

Definition at line 131 of file OSGGeoPropPLengths.h.

00131 { return 1;                 }

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

Definition at line 132 of file OSGGeoPropPLengths.h.

00132 { return 0;                 }

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

Definition at line 134 of file OSGGeoPropPLengths.h.

00134 { return _desc;             }


Member Data Documentation

FieldDescription * GeoPLengthsUI16PropertyDesc::_desc [static]
 

Initial value:

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



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

}

Definition at line 70 of file OSGGeoPropPLengths.cpp.

* typedef GeoPLengths osg::GeoPLengthsUI16PropertyDesc::Inherited
 

Reimplemented from osg::GeoPLengthsPropertyDesc.

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