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

#include <fixed_ratio_sampling_points_processor.h>

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

List of all members.

Public Member Functions

 FixedRatioSamplingPointsProcessor (double sampling_ratio, PointsProcessor *next)
 FixedRatioSamplingPointsProcessor (const FixedRatioSamplingPointsProcessor &)
FlushResult Flush () override
FixedRatioSamplingPointsProcessoroperator= (const FixedRatioSamplingPointsProcessor &)
void Process (std::unique_ptr< PointsBatch > batch) override
 ~FixedRatioSamplingPointsProcessor () override

Static Public Member Functions

static std::unique_ptr
< FixedRatioSamplingPointsProcessor
FromDictionary (common::LuaParameterDictionary *dictionary, PointsProcessor *next)

Static Public Attributes

static constexpr const char * kConfigurationFileActionName = "fixed_ratio_sampler"

Private Attributes

PointsProcessor *const next_
std::unique_ptr
< common::FixedRatioSampler
sampler_
const double sampling_ratio_

Detailed Description

Definition at line 31 of file fixed_ratio_sampling_points_processor.h.


Constructor & Destructor Documentation

Definition at line 37 of file fixed_ratio_sampling_points_processor.cc.

Definition at line 42 of file fixed_ratio_sampling_points_processor.h.


Member Function Documentation

Definition at line 27 of file fixed_ratio_sampling_points_processor.cc.

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

Member Data Documentation

constexpr const char* cartographer::io::FixedRatioSamplingPointsProcessor::kConfigurationFileActionName = "fixed_ratio_sampler" [static]

Definition at line 33 of file fixed_ratio_sampling_points_processor.h.

Definition at line 54 of file fixed_ratio_sampling_points_processor.h.

Definition at line 55 of file fixed_ratio_sampling_points_processor.h.

Definition at line 53 of file fixed_ratio_sampling_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