9 #include "uiMeasurement/config.hpp" 11 #include <fwData/Image.hpp> 12 #include <fwData/PointList.hpp> 14 #include <fwGui/IActionSrv.hpp> 49 void configuring() override;
51 void starting() override;
53 void updating() override;
55 void stopping() override;
58 void notifyNewDistance(const ::
fwData::Image::csptr& image, const ::
fwData::PointList::sptr& distance) const;
60 void notifyDeleteDistance(const ::
fwData::Image::csptr& image, const ::
fwData::PointList::csptr& distance) const;
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 distances from the image field.