osg::GeoNormals3fPropertyDesc Struct Reference
[Geometry Properties]

The descriptor trait for osg::GeoNormals3f.

.

#include <OSGGeoPropNormals.h>

Inheritance diagram for osg::GeoNormals3fPropertyDesc:

osg::GeoNormalsPropertyDesc osg::GeoPropertyDesc osg::GeoNormals3f

List of all members.

Public Types

Typedefs


typedef GeoNormals Inherited
typedef GeoNormals::PtrType InheritedPtr
typedef GeoNormalsPropertyDesc InheritedDesc
typedef MFVec3f StoredFieldType
typedef InheritedDesc::GenericType GenericType
typedef GeoPropertyInterface
< GeoNormalsPropertyDesc
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 54 of file OSGGeoPropNormals.h.


Member Typedef Documentation

Reimplemented from osg::GeoNormalsPropertyDesc.

Definition at line 81 of file OSGGeoPropNormals.h.

Reimplemented from osg::GeoNormalsPropertyDesc.

Definition at line 82 of file OSGGeoPropNormals.h.

Reimplemented from osg::GeoNormalsPropertyDesc.

Definition at line 84 of file OSGGeoPropNormals.h.

Definition at line 86 of file OSGGeoPropNormals.h.

Reimplemented from osg::GeoNormalsPropertyDesc.

Definition at line 87 of file OSGGeoPropNormals.h.

Reimplemented from osg::GeoNormalsPropertyDesc.

Definition at line 90 of file OSGGeoPropNormals.h.


Member Function Documentation

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

Reimplemented from osg::GeoNormalsPropertyDesc.

Definition at line 62 of file OSGGeoPropNormals.h.

00062 { return "GeoNormals3f";         }

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

Reimplemented from osg::GeoNormalsPropertyDesc.

Definition at line 63 of file OSGGeoPropNormals.h.

00063 { return "GeoNormals3fProperty"; }

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

Definition at line 64 of file OSGGeoPropNormals.h.

00064 { return "normals";              }

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

Reimplemented from osg::GeoNormalsPropertyDesc.

Definition at line 65 of file OSGGeoPropNormals.h.

00065 { return "GeoNormals";           }

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

Reimplemented from osg::GeoNormalsPropertyDesc.

Definition at line 67 of file OSGGeoPropNormals.h.

00067 { return NULL;            }

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

Definition at line 69 of file OSGGeoPropNormals.h.

00069 { return GL_FLOAT;        }

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

Definition at line 70 of file OSGGeoPropNormals.h.

00070 { return sizeof(GLfloat); }

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

Definition at line 71 of file OSGGeoPropNormals.h.

00071 { return 3;               }

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

Definition at line 72 of file OSGGeoPropNormals.h.

00072 { return 0;               }

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

Definition at line 74 of file OSGGeoPropNormals.h.

00074 { return _desc;           }


Member Data Documentation

Initial value:

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



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

}

Definition at line 56 of file OSGGeoPropNormals.h.


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

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