#include <OSGSimpleAttachments.h>
Public Types | |
| typedef SFString | 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 60 of file OSGSimpleAttachments.h.
Definition at line 64 of file OSGSimpleAttachments.h.
| static const Char8* osg::NameAttachmentDesc::getTypeName | ( | void | ) | [inline, static] |
| static const Char8* osg::NameAttachmentDesc::getFieldName | ( | void | ) | [inline, static] |
| static const Char8* osg::NameAttachmentDesc::getGroupName | ( | void | ) | [inline, static] |
| static const Char8* osg::NameAttachmentDesc::getParentTypeName | ( | void | ) | [inline, static] |
| static InitContainerF osg::NameAttachmentDesc::getInitMethod | ( | void | ) | [inline, static] |
| static FieldDescription** osg::NameAttachmentDesc::getDesc | ( | void | ) | [inline, static] |
FieldDescription * NameAttachmentDesc::_desc [static] |
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.
1.5.5