#include <OSGSimpleAttachments.h>
Public Types | |
| typedef SFVoidP | FieldTypeT |
Static Public Member Functions | |
| static const Char8 * | getTypeName (void) |
| static const Char8 * | getFieldName (void) |
| static const Char8 * | getGroupName (void) |
| static const Char8 * | getParentTypeName (void) |
| static InitContainerF | getInitMethod (void) |
| static FieldDescription ** | getDesc (void) |
Static Public Attributes | |
| static FieldDescription * | _desc [] |
Definition at line 140 of file OSGSimpleAttachments.h.
Definition at line 144 of file OSGSimpleAttachments.h.
| static const Char8* osg::VoidPAttachmentDesc::getTypeName | ( | void | ) | [inline, static] |
| static const Char8* osg::VoidPAttachmentDesc::getFieldName | ( | void | ) | [inline, static] |
| static const Char8* osg::VoidPAttachmentDesc::getGroupName | ( | void | ) | [inline, static] |
| static const Char8* osg::VoidPAttachmentDesc::getParentTypeName | ( | void | ) | [inline, static] |
| static InitContainerF osg::VoidPAttachmentDesc::getInitMethod | ( | void | ) | [inline, static] |
| static FieldDescription** osg::VoidPAttachmentDesc::getDesc | ( | void | ) | [inline, static] |
FieldDescription * VoidPAttachmentDesc::_desc [static] |
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.
1.5.5