SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
MeasurementFrameConfig.h
Go to the documentation of this file.
1
17
18#ifndef _SEIMPLEMENTATION_CONFIGURATION_MEASUREMENTFRAMECONFIG_H_
19#define _SEIMPLEMENTATION_CONFIGURATION_MEASUREMENTFRAMECONFIG_H_
20
21#include <map>
22#include <memory>
23
24#include <Configuration/Configuration.h>
25
27
28namespace SourceXtractor {
29
45
46}
47
48#endif /* _SEIMPLEMENTATION_CONFIGURATION_MEASUREMENTFRAMECONFIG_H_ */
std::map< std::string, boost::program_options::variable_value > UserValues
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