#include <vector>
#include <set>
#include <boost/shared_ptr.hpp>
#include <boost/unordered_map.hpp>
#include <OgreMovableObject.h>
#include "rviz/selection/forwards.h"
#include "rviz/selection/selection_handler.h"
#include "rviz/viewport_mouse_event.h"
#include "rviz/interactive_object.h"
Go to the source code of this file.
Classes | |
class | rviz::SelectionHandler::Listener |
class | rviz::SelectionHandler |
Namespaces | |
namespace | Ogre |
namespace | rviz |
Typedefs | |
typedef std::set < SelectionHandlerPtr > | rviz::S_SelectionHandler |
typedef boost::shared_ptr < SelectionHandler > | rviz::SelectionHandlerPtr |
typedef std::vector < Ogre::AxisAlignedBox > | rviz::V_AABB |
typedef std::vector < SelectionHandlerPtr > | rviz::V_SelectionHandler |