SourceXtractorPlusPlus 0.19.2
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
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
28namespace SourceXtractor {
29
31
32public:
33
34 explicit MeasurementFrameConfig(long manager_id);
35
36 void initialize(const UserValues& args) override;
37
40 }
41
42private:
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