#include <stdlib.h>#include <stdio.h>#include <ctype.h>#include <functional>#include <algorithm>#include "OSGConfig.h"#include "OSGFieldContainerPtr.h"#include "OSGFieldContainerType.h"#include "OSGNode.h"#include "OSGNodeCore.h"#include "OSGBinaryDataHandler.h"#include "OSGSFFieldContainerPtr.h"#include "OSGMFFieldContainerPtr.h"Go to the source code of this file.
Namespaces | |
| namespace | osg |
Functions | |
| NodePtr | osg::cloneTree (const NodePtr &pRootNode) |
| FieldContainerPtr | osg::deepClone (const FieldContainerPtr &src, const std::vector< std::string > &share) |
| void | osg::deepCloneAttachments (const NodePtr &src, NodePtr &dst, const std::vector< std::string > &share) |
| NodePtr | osg::deepCloneTree (const NodePtr &src, const std::vector< std::string > &share) |
Variables | |
| static Char8 | cvsid_cpp [] = "@(#)$Id: $" |
| static Char8 | cvsid_hpp [] = OSGNODE_HEADER_CVSID |
| static Char8 | cvsid_inl [] = OSGNODE_INLINE_CVSID |
|
|
Definition at line 1042 of file OSGNode.cpp. |
|
|
Definition at line 1043 of file OSGNode.cpp. |
|
|
Definition at line 1044 of file OSGNode.cpp. |
1.4.3