#include <osg/NodeVisitor>
#include <osg/Node>
#include <osg/Timer>
#include <iostream>
#include <vector>
#include "ConfigXMLParser.h"
#include <resource_retriever/retriever.h>
#include <osgDB/Registry>
#include <osgDB/FileNameUtils>
#include <osg/Version>
#include <btBulletDynamicsCommon.h>
Go to the source code of this file.
Classes | |
class | findNodeVisitor |
class | findRoutedNode |
class | GetCatchableObjects |
class | getWorldCoordOfNodeVisitor |
class | NodeDataType |
class | ScopedTimer |
class | UWSimGeometry |
Typedefs | |
typedef std::vector< osg::Node * > | nodeListType |
Functions | |
osg::Node * | findRN (std::string target, osg::Group *root) |
boost::shared_ptr< osg::Matrix > | getWorldCoords (osg::Node *node) |
typedef std::vector<osg::Node*> nodeListType |
Definition at line 59 of file UWSimUtils.h.
osg::Node* findRN | ( | std::string | target, |
osg::Group * | root | ||
) |
Definition at line 128 of file UWSimUtils.cpp.
boost::shared_ptr<osg::Matrix> getWorldCoords | ( | osg::Node * | node | ) |
Definition at line 415 of file UWSimUtils.cpp.