SourceXtractorPlusPlus  0.11
Please provide a description of the project.
DetectionFrame.h
Go to the documentation of this file.
1 
17 /*
18  * DetectionImage.h
19  *
20  * Created on: Sep 13, 2016
21  * Author: mschefer
22  */
23 
24 #ifndef _SEIMPLEMENTATION_PROPERTY_DETECTIONFRAME_H_
25 #define _SEIMPLEMENTATION_PROPERTY_DETECTIONFRAME_H_
26 
29 
30 
31 namespace SourceXtractor {
32 
33 class DetectionFrame : public Property {
34 public:
36  }
37 
39  return m_detection_frame;
40  }
41 
42 private:
44 };
45 
46 }
47 
48 #endif /* _SEIMPLEMENTATION_PROPERTY_DETECTIONFRAME_H_ */
std::shared_ptr
STL class.
SourceXtractor::DetectionFrame::m_detection_frame
std::shared_ptr< DetectionImageFrame > m_detection_frame
Definition: DetectionFrame.h:43
SourceXtractor::Property
Base class for all Properties. (has no actual content)
Definition: Property.h:33
SourceXtractor
Definition: Aperture.h:30
SourceXtractor::DetectionFrame::getFrame
std::shared_ptr< DetectionImageFrame > getFrame() const
Definition: DetectionFrame.h:38
SourceXtractor::DetectionFrame::DetectionFrame
DetectionFrame(std::shared_ptr< DetectionImageFrame > detection_frame)
Definition: DetectionFrame.h:35
Property.h
SourceXtractor::DetectionFrame
Definition: DetectionFrame.h:33
Frame.h