7 #ifndef __VISUVTKADAPTOR_SPOINTLABEL_HPP__ 8 #define __VISUVTKADAPTOR_SPOINTLABEL_HPP__ 10 #include "visuVTKAdaptor/config.hpp" 11 #include "visuVTKAdaptor/SText.hpp" 13 #include <fwRenderVTK/IAdaptor.hpp> 17 class VISUVTKADAPTOR_CLASS_API vtkTextActor;
49 static const ::fwServices::IService::KeyType s_POINT_INPUT;
53 VISUVTKADAPTOR_API
void starting()
override;
54 VISUVTKADAPTOR_API
void updating()
override;
55 VISUVTKADAPTOR_API
void stopping()
override;
68 #endif // __VISUVTKADAPTOR_SPOINTLABEL_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.
Displays a label on a point. The label is given in point field "m_labelId".
Base class for VTK adaptors.