Public Member Functions | Static Public Member Functions | Static Public Attributes | Private Attributes
cartographer::io::CountingPointsProcessor Class Reference

#include <counting_points_processor.h>

Inheritance diagram for cartographer::io::CountingPointsProcessor:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 CountingPointsProcessor (PointsProcessor *next)
 CountingPointsProcessor (const CountingPointsProcessor &)
FlushResult Flush () override
CountingPointsProcessoroperator= (const CountingPointsProcessor &)
void Process (std::unique_ptr< PointsBatch > points) override
 ~CountingPointsProcessor () override

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

PointsProcessornext_
int64 num_points_

Detailed Description

Definition at line 28 of file counting_points_processor.h.


Constructor & Destructor Documentation

Definition at line 25 of file counting_points_processor.cc.

Definition at line 36 of file counting_points_processor.h.


Member Function Documentation

Implements cartographer::io::PointsProcessor.

Definition at line 40 of file counting_points_processor.cc.

Definition at line 29 of file counting_points_processor.cc.

CountingPointsProcessor& cartographer::io::CountingPointsProcessor::operator= ( const CountingPointsProcessor )
void cartographer::io::CountingPointsProcessor::Process ( std::unique_ptr< PointsBatch points) [override, virtual]

Implements cartographer::io::PointsProcessor.

Definition at line 35 of file counting_points_processor.cc.


Member Data Documentation

constexpr const char* cartographer::io::CountingPointsProcessor::kConfigurationFileActionName = "dump_num_points" [static]

Definition at line 30 of file counting_points_processor.h.

Definition at line 46 of file counting_points_processor.h.

Definition at line 45 of file counting_points_processor.h.


The documentation for this class was generated from the following files:


cartographer
Author(s): The Cartographer Authors
autogenerated on Thu May 9 2019 02:27:36