9 #include "basicRegistration/config.hpp" 11 #include <fwCom/Slot.hpp> 13 #include <fwServices/IRegisterer.hpp> 57 BASICREGISTRATION_API
static const ::fwCom::Slots::SlotKeyType s_CHANGE_MODE;
86 BASICREGISTRATION_API
virtual void configuring()
override;
89 BASICREGISTRATION_API
virtual void starting()
override;
92 BASICREGISTRATION_API
virtual void stopping()
override;
95 BASICREGISTRATION_API
virtual void updating()
override;
98 BASICREGISTRATION_API
virtual void swapping()
override;
103 void changeMode(std::string _value);
106 std::string m_registeredPointsKey;
109 std::string m_referencePointsKey;
112 std::string m_matrixKey;
115 RegistrationModeType m_registrationMode;
The namespace basicRegistration contains services to perfom a basic registration between images and m...
enum basicRegistration::SPointListRegistration::Mode RegistrationModeType
Registration Mode (default: RIGID)
double HiResClockType
Type returned by HiResClock Functions.
Mode
Registration Mode (default: RIGID)
This interface defines registerer service API. Must be implemented for services that register objects...
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
Register a point list against a reference point list. Each point in the list to register is matched w...