osg::GeoIndicesUI16PropertyDesc Struct Reference
[Geometry Properties]

The descriptor trait for osg::GeoIndicesUI32.

.

#include <OSGGeoPropIndices.h>

Inheritance diagram for osg::GeoIndicesUI16PropertyDesc:

osg::GeoIndicesPropertyDesc osg::GeoPropertyDesc osg::GeoIndicesUI16

List of all members.

Public Types

Typedefs


typedef GeoIndices Inherited
typedef GeoIndices::PtrType InheritedPtr
typedef GeoIndicesPropertyDesc InheritedDesc
typedef MFUInt16 StoredFieldType
typedef InheritedDesc::GenericType GenericType
typedef GeoPropertyInterface
< GeoIndicesPropertyDesc
Interface

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 112 of file OSGGeoPropIndices.h.


Member Typedef Documentation

Reimplemented from osg::GeoIndicesPropertyDesc.

Definition at line 139 of file OSGGeoPropIndices.h.

Reimplemented from osg::GeoIndicesPropertyDesc.

Definition at line 140 of file OSGGeoPropIndices.h.

Reimplemented from osg::GeoIndicesPropertyDesc.

Definition at line 142 of file OSGGeoPropIndices.h.

Definition at line 144 of file OSGGeoPropIndices.h.

Reimplemented from osg::GeoIndicesPropertyDesc.

Definition at line 146 of file OSGGeoPropIndices.h.

Reimplemented from osg::GeoIndicesPropertyDesc.

Definition at line 149 of file OSGGeoPropIndices.h.


Member Function Documentation

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

Reimplemented from osg::GeoIndicesPropertyDesc.

Definition at line 120 of file OSGGeoPropIndices.h.

00120 { return "GeoIndicesUI16";         }

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

Reimplemented from osg::GeoIndicesPropertyDesc.

Definition at line 121 of file OSGGeoPropIndices.h.

00121 { return "GeoIndicesUI16Property"; }

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

Definition at line 122 of file OSGGeoPropIndices.h.

00122 { return "indices";                }

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

Reimplemented from osg::GeoIndicesPropertyDesc.

Definition at line 123 of file OSGGeoPropIndices.h.

00123 { return "GeoIndices";             }

static InitContainerF osg::GeoIndicesUI16PropertyDesc::getInitMethod ( void   )  [inline, static]

Reimplemented from osg::GeoIndicesPropertyDesc.

Definition at line 125 of file OSGGeoPropIndices.h.

00125 { return NULL;              }

static UInt32 osg::GeoIndicesUI16PropertyDesc::getFormat ( void   )  [inline, static]

Definition at line 127 of file OSGGeoPropIndices.h.

00127 { return GL_UNSIGNED_SHORT; }

static UInt32 osg::GeoIndicesUI16PropertyDesc::getFormatSize ( void   )  [inline, static]

Definition at line 128 of file OSGGeoPropIndices.h.

00128 { return sizeof(GLushort);  }

static UInt32 osg::GeoIndicesUI16PropertyDesc::getDimension ( void   )  [inline, static]

Definition at line 129 of file OSGGeoPropIndices.h.

00129 { return 1;                 }

static UInt32 osg::GeoIndicesUI16PropertyDesc::getStride ( void   )  [inline, static]

Definition at line 130 of file OSGGeoPropIndices.h.

00130 { return 0;                 }

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

Definition at line 132 of file OSGGeoPropIndices.h.

00132 { return _desc;             }


Member Data Documentation

Initial value:

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



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

}

Definition at line 114 of file OSGGeoPropIndices.h.


The documentation for this struct was generated from the following files:

Generated on Mon Mar 17 12:07:04 2008 for OpenSG by  doxygen 1.5.5