11 #include "visuVTKAdaptor/config.hpp" 13 #include <fwRenderVTK/IAdaptor.hpp> 15 #include <vtkSmartPointer.h> 17 class vtkOrientationMarkerWidget;
47 VISUVTKADAPTOR_API
void configuring()
override;
48 VISUVTKADAPTOR_API
void starting()
override;
56 void stopping()
override;
60 vtkSmartPointer<vtkOrientationMarkerWidget> m_widget;
The namespace visuVTKAdaptor contains the list of adaptors available for the generic scene...
void updating() override
Perform some computations according to object (this service is attached to) attribute values and its ...
std::string m_hAlign
Horizontal alignment.
Adaptor used to display an orientationMarker in a generic scene.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
Base class for VTK adaptors.