SourceXtractorPlusPlus
1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SEImplementation
SEImplementation
CheckImages
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
"
28
#include "
SEFramework/Image/WriteableImage.h
"
29
#include "
SEFramework/Source/SourceInterface.h
"
30
31
namespace
SourceXtractor
{
32
33
class
DetectionIdCheckImage
:
public
Observer
<SourceInterface> {
34
public
:
35
36
DetectionIdCheckImage
() =
default
;
37
38
void
handleMessage
(
const
SourceInterface
& source)
override
;
39
};
40
41
}
42
43
#endif
/* _SEIMPLEMENTATION_CHECKIMAGES_DETECTIONIDCHECKIMAGE_H_ */
Observable.h
SourceInterface.h
WriteableImage.h
SourceXtractor::DetectionIdCheckImage::DetectionIdCheckImage
DetectionIdCheckImage()=default
SourceXtractor::DetectionIdCheckImage::handleMessage
void handleMessage(const SourceInterface &source) override
Definition
DetectionIdCheckImage.cpp:33
SourceXtractor::Observer
Observer interface to be used with Observable to implement the Observer pattern.
Definition
Observable.h:38
SourceXtractor::SourceInterface
The SourceInterface is an abstract "source" that has properties attached to it.
Definition
SourceInterface.h:46
SourceXtractor
Definition
Aperture.h:30
Generated by
1.14.0