Public Member Functions | Static Public Member Functions | Static Public Attributes | Private Attributes | List of all members
cartographer::io::XyzWriterPointsProcessor Class Reference

#include <xyz_writing_points_processor.h>

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

Public Member Functions

FlushResult Flush () override
 
XyzWriterPointsProcessoroperator= (const XyzWriterPointsProcessor &)=delete
 
void Process (std::unique_ptr< PointsBatch > batch) override
 
 XyzWriterPointsProcessor (std::unique_ptr< FileWriter >, PointsProcessor *next)
 
 XyzWriterPointsProcessor (const XyzWriterPointsProcessor &)=delete
 
 ~XyzWriterPointsProcessor () override
 
- Public Member Functions inherited from cartographer::io::PointsProcessor
PointsProcessoroperator= (const PointsProcessor &)=delete
 
 PointsProcessor ()
 
 PointsProcessor (const PointsProcessor &)=delete
 
virtual ~PointsProcessor ()
 

Static Public Member Functions

static std::unique_ptr< XyzWriterPointsProcessorFromDictionary (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_
 

Additional Inherited Members

- Public Types inherited from cartographer::io::PointsProcessor
enum  FlushResult { FlushResult::kRestartStream, FlushResult::kFinished }
 

Detailed Description

Definition at line 32 of file xyz_writing_points_processor.h.

Constructor & Destructor Documentation

cartographer::io::XyzWriterPointsProcessor::XyzWriterPointsProcessor ( std::unique_ptr< FileWriter file_writer,
PointsProcessor next 
)

Definition at line 24 of file xyz_writing_points_processor.cc.

cartographer::io::XyzWriterPointsProcessor::~XyzWriterPointsProcessor ( )
inlineoverride

Definition at line 42 of file xyz_writing_points_processor.h.

cartographer::io::XyzWriterPointsProcessor::XyzWriterPointsProcessor ( const XyzWriterPointsProcessor )
delete

Member Function Documentation

PointsProcessor::FlushResult cartographer::io::XyzWriterPointsProcessor::Flush ( )
overridevirtual

Implements cartographer::io::PointsProcessor.

Definition at line 37 of file xyz_writing_points_processor.cc.

std::unique_ptr< XyzWriterPointsProcessor > cartographer::io::XyzWriterPointsProcessor::FromDictionary ( 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 )
delete
void cartographer::io::XyzWriterPointsProcessor::Process ( std::unique_ptr< PointsBatch batch)
overridevirtual

Implements cartographer::io::PointsProcessor.

Definition at line 50 of file xyz_writing_points_processor.cc.

Member Data Documentation

std::unique_ptr<FileWriter> cartographer::io::XyzWriterPointsProcessor::file_writer_
private

Definition at line 52 of file xyz_writing_points_processor.h.

constexpr const char* cartographer::io::XyzWriterPointsProcessor::kConfigurationFileActionName = "write_xyz"
static

Definition at line 34 of file xyz_writing_points_processor.h.

PointsProcessor* const cartographer::io::XyzWriterPointsProcessor::next_
private

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):
autogenerated on Mon Jun 10 2019 12:51:39