Jafar
|
**************************************************************************** Reader3DImage More...
**************************************************************************** Reader3DImage
Definition at line 84 of file fileIO.hpp.
#include <fileIO.hpp>
Public Member Functions | |
Reader3DImage (const std::string &fileNameIn) | |
Reader3DImage (const std::string &baseFileNameIn, int fileNumIn) | |
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) |
int | load (pcl::PointCloud< PointXYZIL > &output) |
Private Member Functions | |
void | composeFileName () |
Private Attributes | |
std::string | fileName |
std::string | baseFileName |
int | fileNum |
Generated on Wed Oct 15 2014 00:37:52 for Jafar by doxygen 1.7.6.1 |