osg::GeoPositions4dPropertyDesc Struct Reference
[Geometry Properties]

The descriptor trait for osg::GeoPositions4d.

.

#include <OSGGeoPropPositions.h>

Inheritance diagram for osg::GeoPositions4dPropertyDesc:

osg::GeoPositionsPropertyDesc osg::GeoPropertyDesc osg::GeoPositions4d

List of all members.

Public Types

Typedefs


typedef GeoPositions Inherited
typedef GeoPositions::PtrType InheritedPtr
typedef GeoPositionsPropertyDesc InheritedDesc
typedef MFPnt4d 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 339 of file OSGGeoPropPositions.h.


Member Typedef Documentation

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 366 of file OSGGeoPropPositions.h.

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 367 of file OSGGeoPropPositions.h.

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 369 of file OSGGeoPropPositions.h.

Definition at line 371 of file OSGGeoPropPositions.h.

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 372 of file OSGGeoPropPositions.h.

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 375 of file OSGGeoPropPositions.h.


Member Function Documentation

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

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 347 of file OSGGeoPropPositions.h.

00347 { return "GeoPositions4d";         }

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

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 348 of file OSGGeoPropPositions.h.

00348 { return "GeoPositions4dProperty"; }

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

Definition at line 349 of file OSGGeoPropPositions.h.

00349 { return "positions";              }

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

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 350 of file OSGGeoPropPositions.h.

00350 { return "GeoPositions";           }

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

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 352 of file OSGGeoPropPositions.h.

00352 { return NULL;             }

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

Definition at line 354 of file OSGGeoPropPositions.h.

00354 { return GL_DOUBLE;        }

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

Definition at line 355 of file OSGGeoPropPositions.h.

References GLdouble.

00355 { return sizeof(GLdouble); }

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

Definition at line 356 of file OSGGeoPropPositions.h.

00356 { return 4;                }

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

Definition at line 357 of file OSGGeoPropPositions.h.

00357 { return 0;                }

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

Definition at line 359 of file OSGGeoPropPositions.h.

00359 { return _desc;            }


Member Data Documentation

Initial value:

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



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

}

Definition at line 341 of file OSGGeoPropPositions.h.


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

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