osg::NameAttachmentDesc Struct Reference
[Field Container]

#include <OSGSimpleAttachments.h>

List of all members.

Public Types

typedef SFString FieldTypeT

Static Public Member Functions

static const Char8getTypeName (void)
static const Char8getFieldName (void)
static const Char8getGroupName (void)
static const Char8getParentTypeName (void)
static InitContainerF getInitMethod (void)
static FieldDescription ** getDesc (void)

Static Public Attributes

static FieldDescription_desc []


Detailed Description

Definition at line 60 of file OSGSimpleAttachments.h.


Member Typedef Documentation

Definition at line 64 of file OSGSimpleAttachments.h.


Member Function Documentation

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

Definition at line 66 of file OSGSimpleAttachments.h.

00067     {
00068         return "Name";          
00069     }

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

Definition at line 71 of file OSGSimpleAttachments.h.

00072     {
00073         return "name";          
00074     }

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

Definition at line 76 of file OSGSimpleAttachments.h.

00077     { 
00078         return "name";          
00079     }

static const Char8* osg::NameAttachmentDesc::getParentTypeName ( void   )  [inline, static]

Definition at line 81 of file OSGSimpleAttachments.h.

00082     {
00083         return "Attachment";    
00084     }

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

Definition at line 86 of file OSGSimpleAttachments.h.

00086 { return NULL;  }

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

Definition at line 88 of file OSGSimpleAttachments.h.

00088 { return _desc; }


Member Data Documentation

Initial value:

{
    new FieldDescription(
        FieldTypeT::getClassType(), 
        getFieldName(), 
        
 SimpleAttachment<NameAttachmentDesc>::SimpleFieldId,  SimpleAttachment<NameAttachmentDesc>::SimpleFieldMask,
        false,
        (FieldAccessMethod) &SimpleAttachment<
                                  NameAttachmentDesc>::getFieldPtr)
}

Definition at line 62 of file OSGSimpleAttachments.h.


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

Generated on Mon Mar 17 11:11:48 2008 for OpenSG by  doxygen 1.5.5