SourceXtractorPlusPlus
0.8
Please provide a description of the project.
|
#include <GroupIdCheckImage.h>
Public Member Functions | |
GroupIdCheckImage (std::shared_ptr< WriteableImage< unsigned int >> check_image) | |
virtual void | handleMessage (const std::shared_ptr< SourceGroupInterface > &group) |
![]() | |
virtual | ~Observer ()=default |
Private Attributes | |
std::shared_ptr < WriteableImage< unsigned int > > | m_check_image |
Definition at line 33 of file GroupIdCheckImage.h.
|
inline |
Definition at line 36 of file GroupIdCheckImage.h.
|
virtual |
Implements SourceXtractor::Observer< std::shared_ptr< SourceGroupInterface > >.
Definition at line 34 of file GroupIdCheckImage.cpp.
References SourceXtractor::CheckImages::getInstance(), SourceXtractor::CheckImages::lock(), m_check_image, and SourceXtractor::CheckImages::unlock().
|
private |
Definition at line 42 of file GroupIdCheckImage.h.
Referenced by handleMessage().