Paints arrows representing the pose hypothesis of all particle filters. More...
#include <RobotPosesPainter.h>

Public Slots | |
| virtual void | processMessage (Message *newMessage) |
| Process an incoming message. | |
Public Member Functions | |
| virtual void | paint (float next2DLayer) |
| Paint everything using OpenGL. | |
| RobotPosesPainter () | |
| The constructor. | |
| ~RobotPosesPainter () | |
| The destructor. | |
Private Attributes | |
| std::vector < ParticleDataM::ParticleData > | m_ParticleData |
Paints arrows representing the pose hypothesis of all particle filters.
Definition at line 25 of file RobotPosesPainter.h.
The constructor.
The destructor.
| virtual void RobotPosesPainter::paint | ( | float | next2DLayer | ) | [virtual] |
Paint everything using OpenGL.
Implements PainterPlugin.
| virtual void RobotPosesPainter::processMessage | ( | Message * | newMessage | ) | [virtual, slot] |
Process an incoming message.
std::vector<ParticleDataM::ParticleData> RobotPosesPainter::m_ParticleData [private] |
Definition at line 47 of file RobotPosesPainter.h.