Helios++
Helios software for LiDAR simulations
helios::filems::ReadingStrategy< ReadType > Class Template Referenceabstract

Abstract class defining the fundamentals of any file reading strategy. More...

#include <ReadingStrategy.h>

Inheritance diagram for helios::filems::ReadingStrategy< ReadType >:

Public Member Functions

 ReadingStrategy ()=default
 Default constructor for reading strategy.
 
virtual ReadType read ()=0
 Read from file. More...
 

Detailed Description

template<typename ReadType>
class helios::filems::ReadingStrategy< ReadType >

Abstract class defining the fundamentals of any file reading strategy.

Author
Alberto M. Esmoris Pena
Version
1.0
Template Parameters
ReadTypeType of what is read from file

Member Function Documentation

◆ read()

template<typename ReadType >
virtual ReadType helios::filems::ReadingStrategy< ReadType >::read ( )
pure virtual

The documentation for this class was generated from the following file: