7 #ifndef __VISUVTKADAPTOR_SPLANEINTERACTOR_HPP__ 8 #define __VISUVTKADAPTOR_SPLANEINTERACTOR_HPP__ 12 #include "visuVTKAdaptor/config.hpp" 14 #include <fwData/TransferFunction.hpp> 16 #include <fwDataTools/helper/MedicalImageAdaptor.hpp> 18 #include <fwRenderVTK/IAdaptor.hpp> 55 VISUVTKADAPTOR_API
void switchPlaneNormal();
58 VISUVTKADAPTOR_API
void pushPlane(
double factor);
61 VISUVTKADAPTOR_API
void deselectPlane();
65 VISUVTKADAPTOR_API
void configuring() override;
66 VISUVTKADAPTOR_API
void starting() override;
67 VISUVTKADAPTOR_API
void updating() override;
68 VISUVTKADAPTOR_API
void stopping() override;
70 vtkCommand* m_vtkObserver;
78 #endif // __VISUVTKADAPTOR_SPLANEINTERACTOR_HPP__ The namespace visuVTKAdaptor contains the list of adaptors available for the generic scene...
This service allows to interact with the plane (switch normal, deselect, move along the normal) ...
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
Base class for VTK adaptors.