SourceXtractorPlusPlus  0.15
Please provide a description of the project.
MeasurementFrameConfig.h
Go to the documentation of this file.
1 
18 #ifndef _SEIMPLEMENTATION_CONFIGURATION_MEASUREMENTFRAMECONFIG_H_
19 #define _SEIMPLEMENTATION_CONFIGURATION_MEASUREMENTFRAMECONFIG_H_
20 
21 #include <map>
22 #include <memory>
23 
25 
27 
28 namespace SourceXtractor {
29 
31 
32 public:
33 
34  MeasurementFrameConfig(long manager_id);
35 
36  void initialize(const UserValues& args) override;
37 
39  return m_measurement_frames;
40  }
41 
42 private:
44 };
45 
46 }
47 
48 #endif /* _SEIMPLEMENTATION_CONFIGURATION_MEASUREMENTFRAMECONFIG_H_ */
std::map< int, std::shared_ptr< MeasurementImageFrame > > m_measurement_frames
const std::map< int, std::shared_ptr< MeasurementImageFrame > > & getFrames() const
void initialize(const UserValues &args) override