#include <cstdlib>#include <cstdio>#include "OSGConfig.h"#include <OSGLog.h>#include <OSGFieldContainer.h>#include <OSGNodeCore.h>#include "OSGAction.h"#include <boost/bind.hpp>Go to the source code of this file.
Namespaces | |
| namespace | OSG |
Functions | |
Traversal Functions | |
| ActionBase::ResultE | OSG::traverse (const std::vector< NodePtr > &nodeList, TraverseEnterFunctor func) |
| ActionBase::ResultE | OSG::traverse (NodePtrConstArg node, TraverseEnterFunctor func) |
| ActionBase::ResultE | OSG::traverse (const std::vector< NodePtr > &nodeList, TraverseEnterFunctor enter, TraverseLeaveFunctor leave) |
| ActionBase::ResultE | OSG::traverse (NodePtrConstArg node, TraverseEnterFunctor enter, TraverseLeaveFunctor leave) |