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

#include <xyz_writing_points_processor.h>

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

List of all members.

Public Member Functions

FlushResult Flush () override
XyzWriterPointsProcessoroperator= (const XyzWriterPointsProcessor &)
void Process (std::unique_ptr< PointsBatch > batch) override
 XyzWriterPointsProcessor (std::unique_ptr< FileWriter >, PointsProcessor *next)
 XyzWriterPointsProcessor (const XyzWriterPointsProcessor &)
 ~XyzWriterPointsProcessor () override

Static Public Member Functions

static std::unique_ptr
< XyzWriterPointsProcessor
FromDictionary (const FileWriterFactory &file_writer_factory, common::LuaParameterDictionary *dictionary, PointsProcessor *next)

Static Public Attributes

static constexpr const char * kConfigurationFileActionName = "write_xyz"

Private Attributes

std::unique_ptr< FileWriterfile_writer_
PointsProcessor *const next_

Detailed Description

Definition at line 32 of file xyz_writing_points_processor.h.


Constructor & Destructor Documentation

Definition at line 24 of file xyz_writing_points_processor.cc.

Definition at line 42 of file xyz_writing_points_processor.h.


Member Function Documentation

Implements cartographer::io::PointsProcessor.

Definition at line 37 of file xyz_writing_points_processor.cc.

std::unique_ptr< XyzWriterPointsProcessor > cartographer::io::XyzWriterPointsProcessor::FromDictionary ( const FileWriterFactory &  file_writer_factory,
common::LuaParameterDictionary dictionary,
PointsProcessor next 
) [static]

Definition at line 29 of file xyz_writing_points_processor.cc.

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

Implements cartographer::io::PointsProcessor.

Definition at line 50 of file xyz_writing_points_processor.cc.


Member Data Documentation

Definition at line 52 of file xyz_writing_points_processor.h.

Definition at line 34 of file xyz_writing_points_processor.h.

Definition at line 51 of file xyz_writing_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