42 #ifndef PCDIO_HPP_INCLUDED 43 #define PCDIO_HPP_INCLUDED 77 virtual void save(
string filename );
PCDIO()
Default constructor.
Interface specification for low-level io. All read elements are stored in linear arrays.
A import / export class for point cloud data in the PointCloudLibrary file format.
virtual void save(string filename)
Base interface for all I/O related classes.
std::shared_ptr< Model > ModelPtr
virtual ModelPtr read(string filename)
Reads the given file and stores point and normal information in the given parameters.