SourceXtractorPlusPlus
0.11
Please provide a description of the project.
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
<std::shared_ptr<SourceGroupInterface>> {
34
public
:
35
36
GroupIdCheckImage
(
std::shared_ptr
<
WriteableImage<unsigned int>
> check_image) :
37
m_check_image
(check_image) {}
38
39
virtual
void
handleMessage
(
const
std::shared_ptr<SourceGroupInterface>
& group);
40
41
private
:
42
std::shared_ptr<WriteableImage<unsigned int>
>
m_check_image
;
43
};
44
45
46
}
/* namespace SourceXtractor */
47
48
49
#endif
/* SEIMPLEMENTATION_SEIMPLEMENTATION_CHECKIMAGES_GROUPIDCHECKIMAGE_H_ */
SourceXtractor::WriteableImage
Definition:
WriteableImage.h:32
std::shared_ptr
SourceXtractor::GroupIdCheckImage
Definition:
GroupIdCheckImage.h:33
SourceXtractor::GroupIdCheckImage::GroupIdCheckImage
GroupIdCheckImage(std::shared_ptr< WriteableImage< unsigned int >> check_image)
Definition:
GroupIdCheckImage.h:36
Observable.h
SourceGroupInterface.h
WriteableImage.h
SourceXtractor
Definition:
Aperture.h:30
SourceXtractor::GroupIdCheckImage::m_check_image
std::shared_ptr< WriteableImage< unsigned int > > m_check_image
Definition:
GroupIdCheckImage.h:42
SourceXtractor::Observer
Observer interface to be used with Observable to implement the Observer pattern.
Definition:
Observable.h:38
SourceXtractor::GroupIdCheckImage::handleMessage
virtual void handleMessage(const std::shared_ptr< SourceGroupInterface > &group)
Definition:
GroupIdCheckImage.cpp:34
Generated by
1.8.14