#include <weighted_mean_point_probability_spe.h>

Public Types | |
| using | PointId = LaserScan2D::Points::size_type |
Public Member Functions | |
| virtual void | reset (const LaserScan2D &scan) |
| virtual double | weight (const LaserScan2D::Points &, PointId) const =0 |
| virtual | ~ScanPointWeighting () |
Definition at line 13 of file weighted_mean_point_probability_spe.h.
| using ScanPointWeighting::PointId = LaserScan2D::Points::size_type |
Definition at line 15 of file weighted_mean_point_probability_spe.h.
|
inlinevirtual |
Definition at line 18 of file weighted_mean_point_probability_spe.h.
|
inlinevirtual |
Reimplemented in AngleHistogramReciprocalSPW, and EvenSPW.
Definition at line 16 of file weighted_mean_point_probability_spe.h.
|
pure virtual |
Implemented in VinySlamSPW, AngleHistogramReciprocalSPW, and EvenSPW.