Helios++
Helios software for LiDAR simulations
FMSReadFacade.h
1 #pragma once
2 
3 namespace helios{ namespace filems{
4 
11 protected:
12  // *** ATTRIBUTES *** //
13  // ******************** //
14 
15 public:
16  // *** CONSTRUCTION / DESTRUCTION *** //
17  // ************************************ //
21  FMSReadFacade() = default;
22  virtual ~FMSReadFacade() = default;
23 
24  // *** FACTORY READ METHODS *** //
25  // ****************************** //
26 };
27 
28 }}
The facade for FMS reading.
Definition: FMSReadFacade.h:10
FMSReadFacade()=default
Default constructor for FMS read facade.