osg::VoidPAttachmentDesc Struct Reference
[Field Container]

#include <OSGSimpleAttachments.h>

List of all members.

Public Types

typedef SFVoidP 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 140 of file OSGSimpleAttachments.h.


Member Typedef Documentation

Definition at line 144 of file OSGSimpleAttachments.h.


Member Function Documentation

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

Definition at line 146 of file OSGSimpleAttachments.h.

00147     {
00148         return "VoidPAttachment";          
00149     }

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

Definition at line 151 of file OSGSimpleAttachments.h.

00152     {
00153         return "data";          
00154     }

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

Definition at line 156 of file OSGSimpleAttachments.h.

00157     { 
00158         return "voidp";          
00159     }

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

Definition at line 161 of file OSGSimpleAttachments.h.

00162     {
00163         return "Attachment";    
00164     }

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

Definition at line 166 of file OSGSimpleAttachments.h.

00166 { return NULL;  }

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

Definition at line 168 of file OSGSimpleAttachments.h.

00168 { return _desc; }


Member Data Documentation

Initial value:

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

Definition at line 142 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