Helios++
Helios software for LiDAR simulations
|
Abstract class declaring the methods that any file writer must implement ( FileWriter::write ) and allowing for an optional redefinition of the method that handles the end of life of the writer ( FileWriter::finish ) More...
#include <FileWriter.h>
Public Member Functions | |
FileWriter ()=default | |
Default constructor for the FileWriter class. | |
virtual void | write (WriteArgs ... writeArgs)=0 |
The write method. Any concrete file writer must override this method and provide a valid implementation. | |
virtual void | finish () |
Abstract class declaring the methods that any file writer must implement ( FileWriter::write ) and allowing for an optional redefinition of the method that handles the end of life of the writer ( FileWriter::finish )
|
inlinevirtual |