**************************************************************************** ReaderVelodyneImage3D
More...
Detailed Description
**************************************************************************** ReaderVelodyneImage3D
Definition at line 51 of file fileIO.hpp.
#include <fileIO.hpp>
List of all members.
Public Member Functions |
| ReaderVelodyneImage3D (const std::string &fileNameIn, bool oldImage3DEnabledIn, VELODYNE_MODEL modelIn) |
| ReaderVelodyneImage3D (const std::string &baseFileNameIn, int fileNumIn, bool oldImage3DEnabledIn, VELODYNE_MODEL modelIn) |
const std::string & | getFileName () const |
const std::string & | getBaseFileName () const |
int | getFileNum () const |
int | setFileName (const std::string &fileName) |
int | setBaseFileName (const std::string &baseFileName) |
int | setFileNum (int fileNum) |
void | enableOldImage3D (bool enable) |
int | setVelodyneModel (VELODYNE_MODEL model) |
int | load (pcl::PointCloud< pcl::PointXYZL > &output) |
Private Member Functions |
void | composeFileName () |
Private Attributes |
std::string | fileName |
std::string | baseFileName |
int | fileNum |
bool | oldImage3DEnabled |
VELODYNE_MODEL | model |
The documentation for this class was generated from the following file:
- modules/velodyneutils/include/velodyneutils/fileIO.hpp