#include <weighted_mean_point_probability_spe.h>

Public Member Functions | |
| void | reset (const LaserScan2D &scan) override |
| double | weight (const LaserScan2D::Points &pts, PointId id) const override |
Public Member Functions inherited from ScanPointWeighting | |
| virtual | ~ScanPointWeighting () |
Private Attributes | |
| AngleHistogram | _hist |
Additional Inherited Members | |
Public Types inherited from ScanPointWeighting | |
| using | PointId = LaserScan2D::Points::size_type |
Definition at line 34 of file weighted_mean_point_probability_spe.h.
|
inlineoverridevirtual |
Reimplemented from ScanPointWeighting.
Definition at line 36 of file weighted_mean_point_probability_spe.h.
|
inlineoverridevirtual |
Implements ScanPointWeighting.
Definition at line 38 of file weighted_mean_point_probability_spe.h.
|
private |
Definition at line 44 of file weighted_mean_point_probability_spe.h.