#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) |
Variables | |
| static Char8 | cvsid_cpp [] = "@(#)$Id: $" |
| static Char8 | cvsid_hpp [] = OSGSIMPLEATTACHMENTS_HEADER_CVSID |
| #define OSG_COMPILESIMPLEATTACHMENTSINST |
Definition at line 45 of file OSGSimpleAttachments.cpp.
Char8 cvsid_cpp[] = "@(#)$Id: $" [static] |
Definition at line 298 of file OSGSimpleAttachments.cpp.
Char8 cvsid_hpp[] = OSGSIMPLEATTACHMENTS_HEADER_CVSID [static] |
Definition at line 299 of file OSGSimpleAttachments.cpp.
1.5.5