osg::GeoPositions3fPropertyDesc Struct Reference
[Geometry Properties]

The descriptor trait for osg::GeoPositions3f.

.

#include <OSGGeoPropPositions.h>

Inheritance diagram for osg::GeoPositions3fPropertyDesc:

osg::GeoPositionsPropertyDesc osg::GeoPropertyDesc osg::GeoPositions3f

List of all members.

Public Types

Typedefs


typedef GeoPositions Inherited
typedef GeoPositions::PtrType InheritedPtr
typedef GeoPositionsPropertyDesc InheritedDesc
typedef MFPnt3f StoredFieldType
typedef InheritedDesc::GenericType GenericType
typedef GeoPropertyInterface
< GeoPositionsPropertyDesc
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 111 of file OSGGeoPropPositions.h.


Member Typedef Documentation

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 138 of file OSGGeoPropPositions.h.

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 139 of file OSGGeoPropPositions.h.

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 141 of file OSGGeoPropPositions.h.

Definition at line 143 of file OSGGeoPropPositions.h.

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 144 of file OSGGeoPropPositions.h.

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 147 of file OSGGeoPropPositions.h.


Member Function Documentation

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

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 119 of file OSGGeoPropPositions.h.

00119 { return "GeoPositions3f";         }

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

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 120 of file OSGGeoPropPositions.h.

00120 { return "GeoPositions3fProperty"; }

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

Definition at line 121 of file OSGGeoPropPositions.h.

00121 { return "positions";              }

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

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 122 of file OSGGeoPropPositions.h.

00122 { return "GeoPositions";           }

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

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 124 of file OSGGeoPropPositions.h.

00124 { return NULL;            }

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

Definition at line 126 of file OSGGeoPropPositions.h.

00126 { return GL_FLOAT;        }

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

Definition at line 127 of file OSGGeoPropPositions.h.

00127 { return sizeof(GLfloat); }

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

Definition at line 128 of file OSGGeoPropPositions.h.

00128 { return 3;               }

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

Definition at line 129 of file OSGGeoPropPositions.h.

00129 { return 0;               }

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

Definition at line 131 of file OSGGeoPropPositions.h.

00131 { return _desc;           }


Member Data Documentation

Initial value:

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



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

}

Definition at line 113 of file OSGGeoPropPositions.h.


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

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