#include <stdlib.h>#include <stdio.h>#include "OSGConfig.h"#include "OSGAttachmentContainer.h"#include "OSGSimpleAttachments.h"Go to the source code of this file.
Namespaces | |
| namespace | osg |
Defines | |
| #define | OSG_COMPILESIMPLEATTACHMENTSINST |
Functions | |
| osg::OSG_FC_DLLEXPORT_DEF (SimpleAttachment, NameAttachmentDesc, OSG_SYSTEMLIB_DLLTMPLMAPPING) | |
| osg::OSG_FC_DLLEXPORT_DEF (SimpleAttachment, VoidPAttachmentDesc, OSG_SYSTEMLIB_DLLTMPLMAPPING) | |
| const Char8 * | osg::getName (AttachmentContainerPtr container) |
| void | osg::setName (AttachmentContainerPtr container, const std::string &namestring) |
| void | osg::setName (AttachmentContainerPtr container, const Char8 *name) |
| void * | osg::getVoidP (AttachmentContainerPtr container) |
| void | osg::setVoidP (AttachmentContainerPtr container, void *pData, bool internal) |
| #define OSG_COMPILESIMPLEATTACHMENTSINST |
Definition at line 45 of file OSGSimpleAttachments.cpp.
1.6.1