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

#include <min_max_range_filtering_points_processor.h>

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

List of all members.

Public Member Functions

FlushResult Flush () override
 MinMaxRangeFiteringPointsProcessor (double min_range, double max_range, PointsProcessor *next)
 MinMaxRangeFiteringPointsProcessor (const MinMaxRangeFiteringPointsProcessor &)
MinMaxRangeFiteringPointsProcessoroperator= (const MinMaxRangeFiteringPointsProcessor &)
void Process (std::unique_ptr< PointsBatch > batch) override
 ~MinMaxRangeFiteringPointsProcessor () override

Static Public Member Functions

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

Static Public Attributes

static constexpr const char * kConfigurationFileActionName = "min_max_range_filter"

Private Attributes

const double max_range_
const double min_range_
PointsProcessor *const next_

Detailed Description

Definition at line 30 of file min_max_range_filtering_points_processor.h.


Constructor & Destructor Documentation

Definition at line 35 of file min_max_range_filtering_points_processor.cc.

Definition at line 39 of file min_max_range_filtering_points_processor.h.


Member Function Documentation

Definition at line 27 of file min_max_range_filtering_points_processor.cc.

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

Member Data Documentation

constexpr const char* cartographer::io::MinMaxRangeFiteringPointsProcessor::kConfigurationFileActionName = "min_max_range_filter" [static]

Definition at line 32 of file min_max_range_filtering_points_processor.h.

Definition at line 51 of file min_max_range_filtering_points_processor.h.

Definition at line 50 of file min_max_range_filtering_points_processor.h.

Definition at line 52 of file min_max_range_filtering_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