OSGAction.cpp File Reference
#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 |
helper functions to dump a volume. Useful for debugger. | |
Functions | |
Traversal Functions | |
| ActionBase::ResultE | OSG::traverse (const std::vector< Node * > &nodeList, TraverseEnterFunctor func) |
| ActionBase::ResultE | OSG::traverse (const MFUnrecChildNodePtr &nodeList, TraverseEnterFunctor func) |
| ActionBase::ResultE | OSG::traverse (Node *const node, TraverseEnterFunctor func) |
| ActionBase::ResultE | OSG::traverse (const std::vector< Node * > &nodeList, TraverseEnterFunctor enter, TraverseLeaveFunctor leave) |
| ActionBase::ResultE | OSG::traverse (const MFUnrecChildNodePtr &nodeList, TraverseEnterFunctor enter, TraverseLeaveFunctor leave) |
| ActionBase::ResultE | OSG::traverse (Node *const node, TraverseEnterFunctor enter, TraverseLeaveFunctor leave) |
