#include <stdlib.h>#include <stdio.h>#include "OSGConfig.h"#include "OSGNodePtr.h"#include "OSGThread.h"#include "OSGNode.h"#include "OSGNodeCore.h"Go to the source code of this file.
Namespaces | |
| namespace | osg |
Functions | |
| std::ostream & | osg::operator<< (std::ostream &os, const NodePtr &fc) |
| std::ostream & | osg::operator<< (std::ostream &os, const CNodePtr &fc) |
| NodePtr | osg::makeNodeFor (NodeCorePtr core) |
Variables | |
| static Char8 | cvsid_cpp [] = "@(#)$Id: $" |
| static Char8 | cvsid_inl [] = OSGNODEPTR_INLINE_CVSID |
| static Char8 | cvsid_hpp [] = OSGNODEPTR_HEADER_CVSID |
Char8 cvsid_cpp[] = "@(#)$Id: $" [static] |
Definition at line 151 of file OSGNodePtr.cpp.
Char8 cvsid_inl[] = OSGNODEPTR_INLINE_CVSID [static] |
Definition at line 152 of file OSGNodePtr.cpp.
Char8 cvsid_hpp[] = OSGNODEPTR_HEADER_CVSID [static] |
Definition at line 153 of file OSGNodePtr.cpp.
1.5.5