SourceXtractorPlusPlus  0.10
Please provide a description of the project.
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 
std::shared_ptr
STL class.
SourceXtractor::Property
Base class for all Properties. (has no actual content)
Definition: Property.h:33
ConstantImage.h
SourceXtractor::MeasurementFrame::getFrame
std::shared_ptr< MeasurementImageFrame > getFrame() const
Definition: MeasurementFrame.h:41
CoordinateSystem.h
SourceXtractor::MeasurementFrame::m_measurement_frame
std::shared_ptr< MeasurementImageFrame > m_measurement_frame
Definition: MeasurementFrame.h:46
SourceXtractor
Definition: Aperture.h:30
Property.h
Image.h
SourceXtractor::MeasurementFrame
Definition: MeasurementFrame.h:36
Frame.h
SourceXtractor::MeasurementFrame::MeasurementFrame
MeasurementFrame(std::shared_ptr< MeasurementImageFrame > measurement_frame)
Definition: MeasurementFrame.h:38