SourceXtractorPlusPlus  0.8
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
SourceXtractor::Segmentation::LabellingListener Class Reference

#include <Segmentation.h>

Collaboration diagram for SourceXtractor::Segmentation::LabellingListener:
[legend]

Public Member Functions

 LabellingListener (const Segmentation &segmentation, std::shared_ptr< DetectionImageFrame > detection_frame)
 
void publishSource (std::shared_ptr< SourceInterface > source) const
 
void notifyProgress (int position, int total)
 
void requestProcessing (const ProcessSourcesEvent &event)
 

Private Attributes

const Segmentationm_segmentation
 
std::shared_ptr
< DetectionImageFrame
m_detection_frame
 

Detailed Description

Definition at line 94 of file Segmentation.h.

Constructor & Destructor Documentation

SourceXtractor::Segmentation::LabellingListener::LabellingListener ( const Segmentation segmentation,
std::shared_ptr< DetectionImageFrame detection_frame 
)
inline

Definition at line 96 of file Segmentation.h.

Member Function Documentation

void SourceXtractor::Segmentation::LabellingListener::notifyProgress ( int  position,
int  total 
)
inline

Definition at line 105 of file Segmentation.h.

References m_segmentation.

Referenced by SourceXtractor::LutzLabellingListener::notifyProgress().

void SourceXtractor::Segmentation::LabellingListener::publishSource ( std::shared_ptr< SourceInterface source) const
inline

Definition at line 100 of file Segmentation.h.

References m_detection_frame, m_segmentation, and SourceXtractor::Observable< ProcessSourcesEvent >::notifyObservers().

Referenced by SourceXtractor::LutzLabellingListener::publishGroup().

Here is the call graph for this function:

void SourceXtractor::Segmentation::LabellingListener::requestProcessing ( const ProcessSourcesEvent event)
inline

Definition at line 109 of file Segmentation.h.

References m_segmentation.

Referenced by SourceXtractor::LutzLabellingListener::notifyProgress().

Member Data Documentation

std::shared_ptr<DetectionImageFrame> SourceXtractor::Segmentation::LabellingListener::m_detection_frame
private

Definition at line 115 of file Segmentation.h.

Referenced by publishSource().

const Segmentation& SourceXtractor::Segmentation::LabellingListener::m_segmentation
private

Definition at line 114 of file Segmentation.h.

Referenced by notifyProgress(), publishSource(), and requestProcessing().


The documentation for this class was generated from the following file: