7 #ifndef __VISUVTKADAPTOR_SIMAGEPICKERINTERACTOR_HPP__ 8 #define __VISUVTKADAPTOR_SIMAGEPICKERINTERACTOR_HPP__ 10 #include "visuVTKAdaptor/config.hpp" 11 #include "visuVTKAdaptor/SPickerInteractor.hpp" 13 #include <fwCom/Signal.hpp> 14 #include <fwCom/Signals.hpp> 16 #include <fwDataTools/helper/MedicalImageAdaptor.hpp> 17 #include <fwDataTools/PickingInfo.hpp> 19 #include <fwRenderVTK/IAdaptor.hpp> 21 #include <vtkCommand.h> 76 VISUVTKADAPTOR_API
void configuring() override;
77 VISUVTKADAPTOR_API
void starting() override;
78 VISUVTKADAPTOR_API
void updating() override;
79 VISUVTKADAPTOR_API
void stopping() override;
96 void updateSliceIndex(
int axial,
int frontal,
int sagittal);
105 #endif // __VISUVTKADAPTOR_SIMAGEPICKERINTERACTOR_HPP__ This class is a helper to define the connections of a service and its data.
This service emits a signal when the user click on a actor in the scene.
The namespace visuVTKAdaptor contains the list of adaptors available for the generic scene...
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
This service emits a signal when the user click on the associated image in the scene.
Base class for VTK adaptors.