Interface class to read laser scan data in .las-Format.
More...
#include <LasIO.hpp>
Interface class to read laser scan data in .las-Format.
Definition at line 46 of file LasIO.hpp.
◆ LasIO()
◆ ~LasIO()
virtual lvr2::LasIO::~LasIO |
( |
| ) |
|
|
inlinevirtual |
◆ read()
ModelPtr lvr2::LasIO::read |
( |
string |
filename | ) |
|
|
virtual |
Parse the given file and load supported elements.
- Parameters
-
filename | The file to read. |
TODO: Check for color attributes if possible...
Definition at line 48 of file LasIO.cpp.
◆ save()
void lvr2::LasIO::save |
( |
string |
filename | ) |
|
|
virtual |
Save the loaded elements to the given file.
- Parameters
-
filename | Filename of the file to write. |
TODO: Implement LAS output
Definition at line 107 of file LasIO.cpp.
The documentation for this class was generated from the following files: