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

osg::GeoIndicesUI32PropertyDesc Struct Reference
[Geometry Properties]

The descriptor trait for osg::GeoIndicesUI32.

.

#include <OSGGeoPropIndices.h>

Inheritance diagram for osg::GeoIndicesUI32PropertyDesc:

osg::GeoIndicesPropertyDesc osg::GeoPropertyDesc osg::GeoIndicesUI32 List of all members.

Typedefs

typedef GeoIndices::PtrType InheritedPtr
typedef GeoIndicesPropertyDesc InheritedDesc
typedef MFUInt32 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 54 of file OSGGeoPropIndices.h.


Member Typedef Documentation

typedef GeoIndices::PtrType osg::GeoIndicesUI32PropertyDesc::InheritedPtr
 

Reimplemented from osg::GeoIndicesPropertyDesc.

Definition at line 82 of file OSGGeoPropIndices.h.

typedef GeoIndicesPropertyDesc osg::GeoIndicesUI32PropertyDesc::InheritedDesc
 

Reimplemented from osg::GeoIndicesPropertyDesc.

Definition at line 84 of file OSGGeoPropIndices.h.

typedef MFUInt32 osg::GeoIndicesUI32PropertyDesc::StoredFieldType
 

Definition at line 86 of file OSGGeoPropIndices.h.

typedef InheritedDesc::GenericType osg::GeoIndicesUI32PropertyDesc::GenericType
 

Reimplemented from osg::GeoIndicesPropertyDesc.

Definition at line 88 of file OSGGeoPropIndices.h.

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

Reimplemented from osg::GeoIndicesPropertyDesc.

Definition at line 91 of file OSGGeoPropIndices.h.


Member Function Documentation

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

Reimplemented from osg::GeoIndicesPropertyDesc.

Definition at line 62 of file OSGGeoPropIndices.h.

00062 { return "GeoIndicesUI32";         }

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

Reimplemented from osg::GeoIndicesPropertyDesc.

Definition at line 63 of file OSGGeoPropIndices.h.

00063 { return "GeoIndicesUI32Property"; }

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

Definition at line 64 of file OSGGeoPropIndices.h.

00064 { return "indices";                }

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

Reimplemented from osg::GeoIndicesPropertyDesc.

Definition at line 65 of file OSGGeoPropIndices.h.

00065 { return "GeoIndices";             }

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

Reimplemented from osg::GeoIndicesPropertyDesc.

Definition at line 67 of file OSGGeoPropIndices.h.

00067 { return NULL;            }

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

Definition at line 69 of file OSGGeoPropIndices.h.

00069 { return GL_UNSIGNED_INT; }

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

Definition at line 70 of file OSGGeoPropIndices.h.

References GLuint().

00070 { return sizeof(GLuint);  }

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

Definition at line 71 of file OSGGeoPropIndices.h.

00071 { return 1;               }

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

Definition at line 72 of file OSGGeoPropIndices.h.

00072 { return 0;               }

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

Definition at line 74 of file OSGGeoPropIndices.h.

00074 { return _desc;           }


Member Data Documentation

FieldDescription * GeoIndicesUI32PropertyDesc::_desc [static]
 

Initial value:

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



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

}

Definition at line 54 of file OSGGeoPropIndices.cpp.

* typedef GeoIndices osg::GeoIndicesUI32PropertyDesc::Inherited
 

Reimplemented from osg::GeoIndicesPropertyDesc.

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