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

#include <frame_id_filtering_points_processor.h>

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

List of all members.

Public Member Functions

FlushResult Flush () override
 FrameIdFilteringPointsProcessor (const absl::flat_hash_set< std::string > &keep_frame_ids, const absl::flat_hash_set< std::string > &drop_frame_ids, PointsProcessor *next)
 FrameIdFilteringPointsProcessor (const FrameIdFilteringPointsProcessor &)
FrameIdFilteringPointsProcessoroperator= (const FrameIdFilteringPointsProcessor &)
void Process (std::unique_ptr< PointsBatch > batch) override
 ~FrameIdFilteringPointsProcessor () override

Static Public Member Functions

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

Static Public Attributes

static constexpr const char * kConfigurationFileActionName = "frame_id_filter"

Private Attributes

const absl::flat_hash_set
< std::string > 
drop_frame_ids_
const absl::flat_hash_set
< std::string > 
keep_frame_ids_
PointsProcessor *const next_

Detailed Description

Definition at line 30 of file frame_id_filtering_points_processor.h.


Constructor & Destructor Documentation

cartographer::io::FrameIdFilteringPointsProcessor::FrameIdFilteringPointsProcessor ( const absl::flat_hash_set< std::string > &  keep_frame_ids,
const absl::flat_hash_set< std::string > &  drop_frame_ids,
PointsProcessor next 
)

Definition at line 45 of file frame_id_filtering_points_processor.cc.

Definition at line 39 of file frame_id_filtering_points_processor.h.


Member Function Documentation

Definition at line 28 of file frame_id_filtering_points_processor.cc.

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

Member Data Documentation

const absl::flat_hash_set<std::string> cartographer::io::FrameIdFilteringPointsProcessor::drop_frame_ids_ [private]

Definition at line 51 of file frame_id_filtering_points_processor.h.

constexpr const char* cartographer::io::FrameIdFilteringPointsProcessor::kConfigurationFileActionName = "frame_id_filter" [static]

Definition at line 32 of file frame_id_filtering_points_processor.h.

const absl::flat_hash_set<std::string> cartographer::io::FrameIdFilteringPointsProcessor::keep_frame_ids_ [private]

Definition at line 50 of file frame_id_filtering_points_processor.h.

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