SourceXtractorPlusPlus
0.10
Please provide a description of the project.
SEImplementation
SEImplementation
Plugin
MeasurementFrame
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
27
#include "
SEFramework/Frame/Frame.h
"
28
29
#include "
SEFramework/Property/Property.h
"
30
#include "
SEFramework/Image/Image.h
"
31
#include "
SEFramework/Image/ConstantImage.h
"
32
#include "
SEFramework/CoordinateSystem/CoordinateSystem.h
"
33
34
namespace
SourceXtractor
{
35
36
class
MeasurementFrame
:
public
Property
{
37
public
:
38
MeasurementFrame
(
std::shared_ptr<MeasurementImageFrame>
measurement_frame) :
m_measurement_frame
(measurement_frame) {
39
}
40
41
std::shared_ptr<MeasurementImageFrame>
getFrame
()
const
{
42
return
m_measurement_frame
;
43
}
44
45
private
:
46
std::shared_ptr<MeasurementImageFrame>
m_measurement_frame
;
47
};
48
49
}
50
51
#endif
/* _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAME_MEASUREMENTFRAME_H_ */
52
53
54
std::shared_ptr
STL class.
Property.h
SourceXtractor::MeasurementFrame::getFrame
std::shared_ptr< MeasurementImageFrame > getFrame() const
Definition:
MeasurementFrame.h:41
SourceXtractor::Property
Base class for all Properties. (has no actual content)
Definition:
Property.h:33
Image.h
Frame.h
SourceXtractor
Definition:
Aperture.h:30
SourceXtractor::MeasurementFrame::m_measurement_frame
std::shared_ptr< MeasurementImageFrame > m_measurement_frame
Definition:
MeasurementFrame.h:46
SourceXtractor::MeasurementFrame::MeasurementFrame
MeasurementFrame(std::shared_ptr< MeasurementImageFrame > measurement_frame)
Definition:
MeasurementFrame.h:38
SourceXtractor::MeasurementFrame
Definition:
MeasurementFrame.h:36
CoordinateSystem.h
ConstantImage.h
Generated by
1.8.15