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

#include <ply_writing_points_processor.h>

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

List of all members.

Public Member Functions

FlushResult Flush () override
PlyWritingPointsProcessoroperator= (const PlyWritingPointsProcessor &)
 PlyWritingPointsProcessor (std::unique_ptr< FileWriter > file_writer, const std::vector< std::string > &comments, PointsProcessor *next)
 PlyWritingPointsProcessor (const PlyWritingPointsProcessor &)
void Process (std::unique_ptr< PointsBatch > batch) override
 ~PlyWritingPointsProcessor () override

Static Public Member Functions

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

Static Public Attributes

static constexpr const char * kConfigurationFileActionName = "write_ply"

Private Attributes

std::vector< std::string > comments_
std::unique_ptr< FileWriterfile_
bool has_colors_
bool has_intensities_
PointsProcessor *const next_
int64 num_points_

Detailed Description

Definition at line 25 of file ply_writing_points_processor.h.


Constructor & Destructor Documentation

cartographer::io::PlyWritingPointsProcessor::PlyWritingPointsProcessor ( std::unique_ptr< FileWriter file_writer,
const std::vector< std::string > &  comments,
PointsProcessor next 
)

Definition at line 97 of file ply_writing_points_processor.cc.

Definition at line 36 of file ply_writing_points_processor.h.


Member Function Documentation

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

Definition at line 88 of file ply_writing_points_processor.cc.

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

Member Data Documentation

std::vector<std::string> cartographer::io::PlyWritingPointsProcessor::comments_ [private]

Definition at line 48 of file ply_writing_points_processor.h.

Definition at line 52 of file ply_writing_points_processor.h.

Definition at line 50 of file ply_writing_points_processor.h.

Definition at line 51 of file ply_writing_points_processor.h.

Definition at line 27 of file ply_writing_points_processor.h.

Definition at line 46 of file ply_writing_points_processor.h.

Definition at line 49 of file ply_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