SourceXtractorPlusPlus  0.8
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MeasurementFrame.h
Go to the documentation of this file.
1 
17 /*
18  * MeasurementFrame.h
19  *
20  * Created on: Oct 28, 2016
21  * Author: mschefer
22  */
23 
24 #ifndef _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAME_MEASUREMENTFRAME_H_
25 #define _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAME_MEASUREMENTFRAME_H_
26 
28 
33 
34 namespace SourceXtractor {
35 
36 class MeasurementFrame : public Property {
37 public:
39  }
40 
42  return m_measurement_frame;
43  }
44 
45 private:
47 };
48 
49 }
50 
51 #endif /* _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAME_MEASUREMENTFRAME_H_ */
52 
53 
54 
Base class for all Properties. (has no actual content)
Definition: Property.h:33
std::shared_ptr< MeasurementImageFrame > m_measurement_frame
MeasurementFrame(std::shared_ptr< MeasurementImageFrame > measurement_frame)
std::shared_ptr< MeasurementImageFrame > getFrame() const