A import / export class for point cloud data in the PointCloudLibrary file format.
More...
|
| PCDIO () |
| Default constructor. More...
|
|
virtual ModelPtr | read (string filename) |
| Reads the given file and stores point and normal information in the given parameters. More...
|
|
virtual void | save (string filename) |
|
| BaseIO () |
|
virtual ModelPtr | getModel () |
| Get the model for io operations. More...
|
|
virtual ModelPtr | read (std::string filename)=0 |
| Parse the given file and load supported elements. More...
|
|
virtual void | save (ModelPtr model, std::string filename) |
| Set the model and save the loaded elements to the given file. More...
|
|
virtual void | save (std::string filename)=0 |
| Save the loaded elements to the given file. More...
|
|
virtual void | setModel (ModelPtr m) |
| Set the model for io operations to use. More...
|
|
virtual | ~BaseIO () |
|
A import / export class for point cloud data in the PointCloudLibrary file format.
Definition at line 54 of file PCDIO.hpp.