Helios++
Helios software for LiDAR simulations
|
Class defining the strategy to read from a simple file input stream. More...
#include <SimpleReadingStrategy.h>
Public Member Functions | |
SimpleReadingStrategy (ifstream &ifs) | |
Default constructor for simple reading strategy. | |
![]() | |
ReadingStrategy ()=default | |
Default constructor for reading strategy. | |
virtual ReadArg | read ()=0 |
Read from file. More... | |
Protected Attributes | |
ifstream & | ifs |
Reference to the input file stream to read from. | |
Class defining the strategy to read from a simple file input stream.