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

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.

Typedefs

typedef GeoIndices::PtrType InheritedPtr
typedef GeoIndicesPropertyDesc InheritedDesc
typedef MFUInt16 StoredFieldType
typedef InheritedDesc::GenericType GenericType
typedef GeoPropertyInterface<
GeoIndicesPropertyDesc
Interface
*typedef GeoIndices 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 112 of file OSGGeoPropIndices.h.


Member Typedef Documentation

typedef GeoIndices::PtrType osg::GeoIndicesUI16PropertyDesc::InheritedPtr
 

Reimplemented from osg::GeoIndicesPropertyDesc.

Definition at line 140 of file OSGGeoPropIndices.h.

typedef GeoIndicesPropertyDesc osg::GeoIndicesUI16PropertyDesc::InheritedDesc
 

Reimplemented from osg::GeoIndicesPropertyDesc.

Definition at line 142 of file OSGGeoPropIndices.h.

typedef MFUInt16 osg::GeoIndicesUI16PropertyDesc::StoredFieldType
 

Definition at line 144 of file OSGGeoPropIndices.h.

typedef InheritedDesc::GenericType osg::GeoIndicesUI16PropertyDesc::GenericType
 

Reimplemented from osg::GeoIndicesPropertyDesc.

Definition at line 146 of file OSGGeoPropIndices.h.

typedef GeoPropertyInterface<GeoIndicesPropertyDesc> osg::GeoIndicesUI16PropertyDesc::Interface
 

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

FieldDescription * GeoIndicesUI16PropertyDesc::_desc [static]
 

Initial value:

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



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

}

Definition at line 70 of file OSGGeoPropIndices.cpp.

* typedef GeoIndices osg::GeoIndicesUI16PropertyDesc::Inherited
 

Reimplemented from osg::GeoIndicesPropertyDesc.

Definition at line 139 of file OSGGeoPropIndices.h.


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