Representation of a point, with x/y/z position and r/g/b color. More...
#include <point_cloud.h>
| Public Member Functions | |
| void | setColor (float r, float g, float b, float a=1.0) | 
| Public Attributes | |
| Ogre::ColourValue | color | 
| Ogre::Vector3 | position | 
Representation of a point, with x/y/z position and r/g/b color.
Definition at line 133 of file point_cloud.h.
| 
 | inline | 
Definition at line 135 of file point_cloud.h.
| Ogre::ColourValue rviz::PointCloud::Point::color | 
Definition at line 141 of file point_cloud.h.
| Ogre::Vector3 rviz::PointCloud::Point::position | 
Definition at line 140 of file point_cloud.h.