SourceXtractorPlusPlus  0.10
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_ */
STL class.
DetectionFrame(std::shared_ptr< DetectionImageFrame > detection_frame)
Base class for all Properties. (has no actual content)
Definition: Property.h:33
std::shared_ptr< DetectionImageFrame > m_detection_frame
std::shared_ptr< DetectionImageFrame > getFrame() const