SourceXtractorPlusPlus
1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SEImplementation
SEImplementation
CheckImages
GroupIdCheckImage.h
Go to the documentation of this file.
1
17
/*
18
* GroupIdCheckImage.h
19
*
20
* Created on: 2019 M01 30
21
* Author: mschefer
22
*/
23
24
#ifndef _SEIMPLEMENTATION_CHECKIMAGES_GROUPIDCHECKIMAGE_H_
25
#define _SEIMPLEMENTATION_CHECKIMAGES_GROUPIDCHECKIMAGE_H_
26
27
#include "
SEUtils/Observable.h
"
28
#include "
SEFramework/Image/WriteableImage.h
"
29
#include "
SEFramework/Source/SourceGroupInterface.h
"
30
31
namespace
SourceXtractor
{
32
33
class
GroupIdCheckImage
:
public
Observer
<SourceGroupInterface> {
34
public
:
35
GroupIdCheckImage
() {}
36
37
void
handleMessage
(
const
SourceGroupInterface
& group)
override
;
38
};
39
40
41
}
/* namespace SourceXtractor */
42
43
44
#endif
/* SEIMPLEMENTATION_SEIMPLEMENTATION_CHECKIMAGES_GROUPIDCHECKIMAGE_H_ */
Observable.h
SourceGroupInterface.h
WriteableImage.h
SourceXtractor::GroupIdCheckImage::GroupIdCheckImage
GroupIdCheckImage()
Definition
GroupIdCheckImage.h:35
SourceXtractor::GroupIdCheckImage::handleMessage
void handleMessage(const SourceGroupInterface &group) override
Definition
GroupIdCheckImage.cpp:35
SourceXtractor::Observer
Observer interface to be used with Observable to implement the Observer pattern.
Definition
Observable.h:38
SourceXtractor::SourceGroupInterface
Defines the interface used to group sources.
Definition
SourceGroupInterface.h:38
SourceXtractor
Definition
Aperture.h:30
Generated by
1.14.0