SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SourceIdCheckImage.h
Go to the documentation of this file.
1
17/*
18 * SegmentationCheckImage.h
19 *
20 * Created on: Dec 11, 2017
21 * Author: mschefer
22 */
23
24#ifndef _SEIMPLEMENTATION_CHECKIMAGES_SEGMENTATIONCHECKIMAGE_H_
25#define _SEIMPLEMENTATION_CHECKIMAGES_SEGMENTATIONCHECKIMAGE_H_
26
27#include "SEUtils/Observable.h"
30
31namespace SourceXtractor {
32
33class SourceIdCheckImage : public Observer<SourceGroupInterface> {
34public:
35
36 SourceIdCheckImage() = default;
37
38 void handleMessage(const SourceGroupInterface& group) override;
39};
40
41
42} /* namespace SourceXtractor */
43
44#endif /* SEIMPLEMENTATION_SEIMPLEMENTATION_CHECKIMAGES_SEGMENTATIONCHECKIMAGE_H_ */
Observer interface to be used with Observable to implement the Observer pattern.
Definition Observable.h:38
Defines the interface used to group sources.
void handleMessage(const SourceGroupInterface &group) override