SourceXtractorPlusPlus  0.15
Please provide a description of the project.
DetectionIdCheckImage.h
Go to the documentation of this file.
1 
17 /*
18  * DetectionIdCheckImage.h
19  *
20  * Created on: Jun 25, 2018
21  * Author: mschefer
22  */
23 
24 #ifndef _SEIMPLEMENTATION_CHECKIMAGES_DETECTIONIDCHECKIMAGE_H_
25 #define _SEIMPLEMENTATION_CHECKIMAGES_DETECTIONIDCHECKIMAGE_H_
26 
27 #include "SEUtils/Observable.h"
30 
31 namespace SourceXtractor {
32 
33 class DetectionIdCheckImage : public Observer<std::shared_ptr<SourceInterface>> {
34 public:
35 
37 
38  virtual void handleMessage(const std::shared_ptr<SourceInterface>& source);
39 };
40 
41 }
42 
43 #endif /* _SEIMPLEMENTATION_CHECKIMAGES_DETECTIONIDCHECKIMAGE_H_ */
SourceXtractor::Observer
Observer interface to be used with Observable to implement the Observer pattern.
Definition: Observable.h:38
std::shared_ptr
STL class.
SourceInterface.h
SourceXtractor::DetectionIdCheckImage::DetectionIdCheckImage
DetectionIdCheckImage()
Definition: DetectionIdCheckImage.h:36
SourceXtractor::DetectionIdCheckImage::handleMessage
virtual void handleMessage(const std::shared_ptr< SourceInterface > &source)
Definition: DetectionIdCheckImage.cpp:32
SourceXtractor
Definition: Aperture.h:30
WriteableImage.h
Observable.h
SourceXtractor::DetectionIdCheckImage
Definition: DetectionIdCheckImage.h:33