Helios++
Helios software for LiDAR simulations
|
Abstract class defining the fundamentals of any file reading strategy. More...
#include <ReadingStrategy.h>
Public Member Functions | |
ReadingStrategy ()=default | |
Default constructor for reading strategy. | |
virtual ReadType | read ()=0 |
Read from file. More... | |
Abstract class defining the fundamentals of any file reading strategy.
ReadType | Type of what is read from file |
|
pure virtual |
Read from file.
Implemented in helios::filems::LineReadingStrategy, helios::filems::CharReadingStrategy, helios::filems::BufferedReadingStrategy< ReadArg >, and helios::filems::BinaryReadingStrategy.