**************************************************************************** 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:
- modules/velodyneutils/include/velodyneutils/fileIO.hpp