9 #include "uiMeasurement/config.hpp" 11 #include <fwData/Image.hpp> 12 #include <fwData/Point.hpp> 14 #include <fwGui/IActionSrv.hpp> 46 void configuring() override;
48 void starting() override;
50 void updating() override;
52 void stopping() override;
54 void info(
std::ostream& _sstream ) override;
57 void notify( ::
fwData::Image::sptr image, ::
fwData::Point::sptr backup );
59 ::
fwData::Point::sptr getLandmarkToRemove(::
fwData::Image::sptr image,
bool& removeAll);
The namespace uiMeasurement contains actions to add/show/remove distances and landmarks.
Defines the service interface managing the menu items.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
Contains the representation of the data objects used in the framework.
This action removes landmarks from an image.