#include <counting_points_processor.h>
Public Member Functions | |
CountingPointsProcessor (PointsProcessor *next) | |
CountingPointsProcessor (const CountingPointsProcessor &)=delete | |
FlushResult | Flush () override |
CountingPointsProcessor & | operator= (const CountingPointsProcessor &)=delete |
void | Process (std::unique_ptr< PointsBatch > points) override |
~CountingPointsProcessor () 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< CountingPointsProcessor > | FromDictionary (common::LuaParameterDictionary *dictionary, PointsProcessor *next) |
Static Public Attributes | |
static constexpr const char * | kConfigurationFileActionName = "dump_num_points" |
Private Attributes | |
PointsProcessor * | next_ |
int64 | num_points_ |
Additional Inherited Members | |
Public Types inherited from cartographer::io::PointsProcessor | |
enum | FlushResult { FlushResult::kRestartStream, FlushResult::kFinished } |
Definition at line 28 of file counting_points_processor.h.
|
explicit |
Definition at line 25 of file counting_points_processor.cc.
|
inlineoverride |
Definition at line 36 of file counting_points_processor.h.
|
delete |
|
overridevirtual |
Implements cartographer::io::PointsProcessor.
Definition at line 40 of file counting_points_processor.cc.
|
static |
Definition at line 29 of file counting_points_processor.cc.
|
delete |
|
overridevirtual |
Implements cartographer::io::PointsProcessor.
Definition at line 35 of file counting_points_processor.cc.
|
static |
Definition at line 30 of file counting_points_processor.h.
|
private |
Definition at line 46 of file counting_points_processor.h.
|
private |
Definition at line 45 of file counting_points_processor.h.