17 #ifndef CARTOGRAPHER_IO_COUNTING_POINTS_PROCESSOR_H_ 18 #define CARTOGRAPHER_IO_COUNTING_POINTS_PROCESSOR_H_ 41 void Process(std::unique_ptr<PointsBatch> points)
override;
52 #endif // CARTOGRAPHER_IO_COUNTING_POINTS_PROCESSOR_H_
void Process(std::unique_ptr< PointsBatch > points) override
CountingPointsProcessor(PointsProcessor *next)
FlushResult Flush() override
static constexpr const char * kConfigurationFileActionName
static std::unique_ptr< CountingPointsProcessor > FromDictionary(common::LuaParameterDictionary *dictionary, PointsProcessor *next)
~CountingPointsProcessor() override
CountingPointsProcessor & operator=(const CountingPointsProcessor &)=delete