7 #ifndef __VISUVTKADAPTOR_SBOXWIDGET_HPP__ 8 #define __VISUVTKADAPTOR_SBOXWIDGET_HPP__ 12 #include "visuVTKAdaptor/config.hpp" 14 #include <fwRenderVTK/IAdaptor.hpp> 50 VISUVTKADAPTOR_API virtual ~
SBoxWidget() noexcept;
52 VISUVTKADAPTOR_API
void updateFromVtk();
56 VISUVTKADAPTOR_API
void configuring() override;
57 VISUVTKADAPTOR_API
void starting() override;
58 VISUVTKADAPTOR_API
void updating() override;
59 VISUVTKADAPTOR_API
void stopping() override;
69 vtkTransform* m_transform;
73 vtkBoxWidget2* m_vtkBoxWidget;
74 vtkCommand* m_boxWidgetCommand;
84 #endif // __VISUVTKADAPTOR_SBOXWIDGET_HPP__ This class is a helper to define the connections of a service and its data.
The namespace visuVTKAdaptor contains the list of adaptors available for the generic scene...
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
Base class for VTK adaptors.