Helios++
Helios software for LiDAR simulations
|
Class defining the strategy to read byte by byte from a file input stream. More...
#include <BinaryReadingStrategy.h>
Public Member Functions | |
BinaryReadingStrategy (ifstream &ifs) | |
Default constructor for binary reading strategy. More... | |
int | read () override |
Read from input file stream. More... | |
![]() | |
SimpleReadingStrategy (ifstream &ifs) | |
Default constructor for simple reading strategy. | |
![]() | |
ReadingStrategy ()=default | |
Default constructor for reading strategy. | |
Additional Inherited Members | |
![]() | |
ifstream & | ifs |
Reference to the input file stream to read from. | |
Class defining the strategy to read byte by byte from a file input stream.
|
inline |
Default constructor for binary reading strategy.
|
inlineoverridevirtual |
Read from input file stream.
Implements helios::filems::ReadingStrategy< ReadType >.