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

osg::GeoPositions3sPropertyDesc Struct Reference
[Geometry Properties]

The descriptor trait for osg::GeoPositions3s.

.

#include <OSGGeoPropPositions.h>

Inheritance diagram for osg::GeoPositions3sPropertyDesc:

osg::GeoPositionsPropertyDesc osg::GeoPropertyDesc osg::GeoPositions3s List of all members.

Typedefs

typedef GeoPositions::PtrType InheritedPtr
typedef GeoPositionsPropertyDesc InheritedDesc
typedef MFPnt3s StoredFieldType
typedef InheritedDesc::GenericType GenericType
typedef GeoPropertyInterface<
GeoPositionsPropertyDesc
Interface
*typedef GeoPositions 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 454 of file OSGGeoPropPositions.h.


Member Typedef Documentation

typedef GeoPositions::PtrType osg::GeoPositions3sPropertyDesc::InheritedPtr
 

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 482 of file OSGGeoPropPositions.h.

typedef GeoPositionsPropertyDesc osg::GeoPositions3sPropertyDesc::InheritedDesc
 

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 484 of file OSGGeoPropPositions.h.

typedef MFPnt3s osg::GeoPositions3sPropertyDesc::StoredFieldType
 

Definition at line 486 of file OSGGeoPropPositions.h.

typedef InheritedDesc::GenericType osg::GeoPositions3sPropertyDesc::GenericType
 

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 487 of file OSGGeoPropPositions.h.

typedef GeoPropertyInterface<GeoPositionsPropertyDesc> osg::GeoPositions3sPropertyDesc::Interface
 

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 490 of file OSGGeoPropPositions.h.


Member Function Documentation

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

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 462 of file OSGGeoPropPositions.h.

00462 { return "GeoPositions3s";         }

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

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 463 of file OSGGeoPropPositions.h.

00463 { return "GeoPositions3sProperty"; }

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

Definition at line 464 of file OSGGeoPropPositions.h.

00464 { return "positions";              }

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

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 465 of file OSGGeoPropPositions.h.

00465 { return "GeoPositions";           }

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

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 467 of file OSGGeoPropPositions.h.

00467 { return NULL;             }

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

Definition at line 469 of file OSGGeoPropPositions.h.

00469 { return GL_SHORT;         }

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

Definition at line 470 of file OSGGeoPropPositions.h.

00470 { return sizeof(GLshort);  }

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

Definition at line 471 of file OSGGeoPropPositions.h.

00471 { return 3;                }

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

Definition at line 472 of file OSGGeoPropPositions.h.

00472 { return 0;                }

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

Definition at line 474 of file OSGGeoPropPositions.h.

00474 { return _desc;            }


Member Data Documentation

FieldDescription * GeoPositions3sPropertyDesc::_desc [static]
 

Initial value:

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



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

}

Definition at line 169 of file OSGGeoPropPositions.cpp.

* typedef GeoPositions osg::GeoPositions3sPropertyDesc::Inherited
 

Reimplemented from osg::GeoPositionsPropertyDesc.

Definition at line 481 of file OSGGeoPropPositions.h.


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