SourceXtractorPlusPlus
0.15
Please provide a description of the project.
SEImplementation
SEImplementation
CheckImages
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
"
28
#include "
SEFramework/Image/WriteableImage.h
"
29
#include "
SEFramework/Source/SourceGroupInterface.h
"
30
31
namespace
SourceXtractor
{
32
33
class
SourceIdCheckImage
:
public
Observer
<std::shared_ptr<SourceGroupInterface>> {
34
public
:
35
36
SourceIdCheckImage
() {}
37
38
virtual
void
handleMessage
(
const
std::shared_ptr<SourceGroupInterface>
& group);
39
};
40
41
42
}
/* namespace SourceXtractor */
43
44
#endif
/* SEIMPLEMENTATION_SEIMPLEMENTATION_CHECKIMAGES_SEGMENTATIONCHECKIMAGE_H_ */
Observable.h
SourceGroupInterface.h
WriteableImage.h
SourceXtractor::Observer
Observer interface to be used with Observable to implement the Observer pattern.
Definition:
Observable.h:38
SourceXtractor::SourceIdCheckImage
Definition:
SourceIdCheckImage.h:33
SourceXtractor::SourceIdCheckImage::SourceIdCheckImage
SourceIdCheckImage()
Definition:
SourceIdCheckImage.h:36
SourceXtractor::SourceIdCheckImage::handleMessage
virtual void handleMessage(const std::shared_ptr< SourceGroupInterface > &group)
Definition:
SourceIdCheckImage.cpp:32
SourceXtractor
Definition:
Aperture.h:30
std::shared_ptr< SourceGroupInterface >
Generated by
1.9.1