#include <OSGBaseTypes.h>#include <OSGAttachment.h>Go to the source code of this file.
Classes | |
| struct | osg::NameAttachmentDesc |
| struct | osg::VoidPAttachmentDesc |
Namespaces | |
| namespace | osg |
Defines | |
| #define | OSGSIMPLEATTACHMENTS_HEADER_CVSID "@(#)$Id: $" |
Typedefs | |
| typedef SimpleAttachment < NameAttachmentDesc > | osg::Name |
| typedef FCPtr< AttachmentPtr, Name > | osg::NamePtr |
| typedef SimpleAttachment < VoidPAttachmentDesc > | osg::VoidPAttachment |
| typedef FCPtr< AttachmentPtr, VoidPAttachment > | osg::VoidPAttachmentPtr |
Functions | |
| 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 OSGSIMPLEATTACHMENTS_HEADER_CVSID "@(#)$Id: $" |
Definition at line 207 of file OSGSimpleAttachments.h.
1.6.1