#include <outlier_removing_points_processor.h>
Classes | |
struct | VoxelData |
Public Member Functions | |
FlushResult | Flush () override |
OutlierRemovingPointsProcessor & | operator= (const OutlierRemovingPointsProcessor &)=delete |
OutlierRemovingPointsProcessor (double voxel_size, PointsProcessor *next) | |
OutlierRemovingPointsProcessor (const OutlierRemovingPointsProcessor &)=delete | |
void | Process (std::unique_ptr< PointsBatch > batch) override |
~OutlierRemovingPointsProcessor () override | |
Public Member Functions inherited from cartographer::io::PointsProcessor | |
PointsProcessor & | operator= (const PointsProcessor &)=delete |
PointsProcessor () | |
PointsProcessor (const PointsProcessor &)=delete | |
virtual | ~PointsProcessor () |
Static Public Member Functions | |
static std::unique_ptr< OutlierRemovingPointsProcessor > | FromDictionary (common::LuaParameterDictionary *dictionary, PointsProcessor *next) |
Static Public Attributes | |
static constexpr const char * | kConfigurationFileActionName |
Private Types | |
enum | State { State::kPhase1, State::kPhase2, State::kPhase3 } |
Private Member Functions | |
void | ProcessInPhaseOne (const PointsBatch &batch) |
void | ProcessInPhaseThree (std::unique_ptr< PointsBatch > batch) |
void | ProcessInPhaseTwo (const PointsBatch &batch) |
Private Attributes | |
PointsProcessor *const | next_ |
State | state_ |
const double | voxel_size_ |
mapping::HybridGridBase< VoxelData > | voxels_ |
Additional Inherited Members | |
Public Types inherited from cartographer::io::PointsProcessor | |
enum | FlushResult { FlushResult::kRestartStream, FlushResult::kFinished } |
Definition at line 29 of file outlier_removing_points_processor.h.
|
strongprivate |
Enumerator | |
---|---|
kPhase1 | |
kPhase2 | |
kPhase3 |
Definition at line 59 of file outlier_removing_points_processor.h.
cartographer::io::OutlierRemovingPointsProcessor::OutlierRemovingPointsProcessor | ( | double | voxel_size, |
PointsProcessor * | next | ||
) |
Definition at line 34 of file outlier_removing_points_processor.cc.
|
inlineoverride |
Definition at line 39 of file outlier_removing_points_processor.h.
|
delete |
|
overridevirtual |
Implements cartographer::io::PointsProcessor.
Definition at line 60 of file outlier_removing_points_processor.cc.
|
static |
Definition at line 27 of file outlier_removing_points_processor.cc.
|
delete |
|
overridevirtual |
Implements cartographer::io::PointsProcessor.
Definition at line 43 of file outlier_removing_points_processor.cc.
|
private |
Definition at line 81 of file outlier_removing_points_processor.cc.
|
private |
Definition at line 106 of file outlier_removing_points_processor.cc.
|
private |
Definition at line 88 of file outlier_removing_points_processor.cc.
|
static |
Definition at line 31 of file outlier_removing_points_processor.h.
|
private |
Definition at line 79 of file outlier_removing_points_processor.h.
|
private |
Definition at line 80 of file outlier_removing_points_processor.h.
|
private |
Definition at line 78 of file outlier_removing_points_processor.h.
|
private |
Definition at line 81 of file outlier_removing_points_processor.h.