#include <pointcloud_accumulator.h>
Classes | |
| class | Points |
Public Member Functions | |
| std::list< Points >::iterator | begin () |
| std::list< Points >::const_iterator | begin () const |
| void | clear () |
| std::list< Points >::iterator | end () |
| std::list< Points >::const_iterator | end () const |
| PointcloudAccumurator () | |
| PointcloudAccumurator (const ros::Duration &duration) | |
| void | push (const Points &points) |
| void | reset (const ros::Duration &duration) |
Protected Attributes | |
| std::list< Points > | points_ |
| ros::Duration | time_to_hold_ |
Definition at line 40 of file pointcloud_accumulator.h.
|
inline |
Definition at line 55 of file pointcloud_accumulator.h.
|
inlineexplicit |
Definition at line 59 of file pointcloud_accumulator.h.
|
inline |
Definition at line 89 of file pointcloud_accumulator.h.
|
inline |
Definition at line 98 of file pointcloud_accumulator.h.
|
inline |
Definition at line 70 of file pointcloud_accumulator.h.
|
inline |
Definition at line 93 of file pointcloud_accumulator.h.
|
inline |
Definition at line 102 of file pointcloud_accumulator.h.
|
inline |
Definition at line 75 of file pointcloud_accumulator.h.
|
inline |
Definition at line 64 of file pointcloud_accumulator.h.
|
protected |
Definition at line 109 of file pointcloud_accumulator.h.
|
protected |
Definition at line 108 of file pointcloud_accumulator.h.