Class WaveformIO

Inheritance Relationships

Base Type

Class Documentation

class WaveformIO : public lvr2::ModelIOBase

A import / export class for point cloud and waveform data. LWF fies supported.

Public Functions

inline WaveformIO()

Default constructor.

inline ~WaveformIO()
virtual ModelPtr read(std::string filename)

Parse the given file and load supported elements.

Parameters:

filename – The file to read.

virtual void save(string filename)