Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions | Private Member Functions | Private Attributes
jafar::velodyneutils::WriterPCD< PointT > Class Template Reference

**************************************************************************** WriterPCD More...


Detailed Description

template<typename PointT>
class jafar::velodyneutils::WriterPCD< PointT >

**************************************************************************** WriterPCD

Definition at line 140 of file fileIO.hpp.

#include <fileIO.hpp>

List of all members.

Public Types

typedef pcl::PCDWriter BaseClass
typedef pcl::PointCloud< PointT > PointCloud
typedef PointCloud::ConstPtr PointCloudConstPtr

Public Member Functions

 WriterPCD (bool binaryIn, const std::string &fileNameIn)
 WriterPCD (bool binaryIn, const std::string &baseFileNameIn, int fileNumIn)
const std::string & getFileName () const
const std::string & getBaseFileName () const
int getFileNum () const
void setInputCloud (const PointCloudConstPtr &input)
int setBinary (bool binary)
int setFileName (const std::string &fileName)
int setBaseFileName (const std::string &baseFileName)
int setFileNum (int fileNum)
int write ()

Private Member Functions

void composeFileName ()

Private Attributes

PointCloudConstPtr input_
bool binary
std::string fileName
std::string baseFileName
int fileNum

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:52 for Jafar by doxygen 1.7.6.1
LAAS-CNRS