#include <string>#include <vector>#include <OSGSystemDef.h>#include <OSGBaseTypes.h>#include <OSGMatrix.h>#include <OSGFieldContainer.h>#include <OSGSFSysTypes.h>#include <OSGSFBaseTypes.h>#include <OSGAttachmentContainer.h>#include <OSGSFNodeCorePtr.h>#include <OSGSFNodePtrImpl.h>#include <OSGSFNodePtrDepImpl.h>#include <OSGMFNodePtrImpl.h>#include <OSGMFNodePtrDepImpl.h>Go to the source code of this file.
Namespaces | |
| namespace | osg |
Classes | |
| class | osg::Node |
Defines | |
| #define | OSGNODE_HEADER_CVSID "@(#)$Id: $" |
Functions | |
| NodePtr | osg::cloneTree (const NodePtr &pRootNode) |
| FieldContainerPtr | osg::deepClone (const FieldContainerPtr &src, const std::vector< std::string > &share) |
| FieldContainerPtr | osg::deepClone (const FieldContainerPtr &src, const std::vector< UInt16 > &shareGroupIds) |
| FieldContainerPtr | osg::deepClone (const FieldContainerPtr &src, const std::string &shareString) |
| void | osg::deepCloneAttachments (const AttachmentContainerPtr &src, AttachmentContainerPtr dst, const std::vector< std::string > &share) |
| void | osg::deepCloneAttachments (const AttachmentContainerPtr &src, AttachmentContainerPtr dst, const std::vector< UInt16 > &shareGroupIds) |
| void | osg::deepCloneAttachments (const NodePtr &src, NodePtr &dst, const std::string &shareString) |
| NodePtr | osg::deepCloneTree (const NodePtr &src, const std::vector< std::string > &share) |
| NodePtr | osg::deepCloneTree (const NodePtr &src, const std::vector< UInt16 > &shareGroupIds) |
| NodePtr | osg::deepCloneTree (const NodePtr &src, const std::string &shareString) |
| #define OSGNODE_HEADER_CVSID "@(#)$Id: $" |
Definition at line 391 of file OSGNodeImpl.h.
1.5.5