7 #ifndef __SCENE2D_PROCESSING_SCOMPUTEHISTOGRAM_HPP__ 8 #define __SCENE2D_PROCESSING_SCOMPUTEHISTOGRAM_HPP__ 10 #include "scene2D/config.hpp" 12 #include <fwData/Histogram.hpp> 13 #include <fwData/Image.hpp> 15 #include <fwServices/IController.hpp> 69 SCENE2D_API
void configuring() override;
72 SCENE2D_API
void starting() override;
75 SCENE2D_API
void updating() override;
78 SCENE2D_API
void swapping() override;
81 SCENE2D_API
void stopping() override;
92 #endif // __SCENE2D_PROCESSING_SCOMPUTEHISTOGRAM_HPP__ This class is a helper to define the connections of a service and its data.
This bundles contains data and services used to display a 2D Qt scene.
This interface defines control service API. Does nothing particularly, can be considered as a default...
The SComputeHistogram service computes the histogram of the image.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.