SourceXtractorPlusPlus
0.11
Please provide a description of the project.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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
<std::shared_ptr<SourceInterface>> {
34
public
:
35
36
DetectionIdCheckImage
(
std::shared_ptr
<
WriteableImage<unsigned int>
> check_image) :
37
m_check_image
(check_image)
38
{}
39
40
virtual
void
handleMessage
(
const
std::shared_ptr<SourceInterface>
& source);
41
42
private
:
43
std::shared_ptr<WriteableImage<unsigned int>
>
m_check_image
;
44
};
45
46
}
47
48
#endif
/* _SEIMPLEMENTATION_CHECKIMAGES_DETECTIONIDCHECKIMAGE_H_ */
SourceXtractor::WriteableImage
Definition:
WriteableImage.h:32
SourceXtractor::DetectionIdCheckImage
Definition:
DetectionIdCheckImage.h:33
std::shared_ptr
SourceXtractor::DetectionIdCheckImage::DetectionIdCheckImage
DetectionIdCheckImage(std::shared_ptr< WriteableImage< unsigned int >> check_image)
Definition:
DetectionIdCheckImage.h:36
Observable.h
SourceXtractor::DetectionIdCheckImage::m_check_image
std::shared_ptr< WriteableImage< unsigned int > > m_check_image
Definition:
DetectionIdCheckImage.h:43
WriteableImage.h
SourceInterface.h
SourceXtractor::Observer
Observer interface to be used with Observable to implement the Observer pattern.
Definition:
Observable.h:38
SourceXtractor::DetectionIdCheckImage::handleMessage
virtual void handleMessage(const std::shared_ptr< SourceInterface > &source)
Definition:
DetectionIdCheckImage.cpp:32
Generated by
1.8.5