#include <stdlib.h>#include <stdio.h>#include "OSGConfig.h"#include <OSGLog.h>#include <OSGFieldContainer.h>#include <OSGFieldContainerPtr.h>#include <OSGNode.h>#include <OSGNodeCore.h>#include "OSGAction.h"Go to the source code of this file.
Namespaces | |
| namespace | osg |
Traversal Functions | |
| Action::ResultE | osg::traverse (std::vector< NodePtr > &nodeList, TraverseEnterFunctor func) |
Functions | |
| Action::ResultE | osg::doCallEnter (NodePtr node, TraverseEnterFunctor &func) |
| Action::ResultE | osg::doCallLeave (NodePtr node, Action::ResultE res, TraverseLeaveFunctor &func) |
1.4.3