7 #ifndef __VISUVTKADAPTOR_SIMAGESPROBECURSOR_HPP__ 8 #define __VISUVTKADAPTOR_SIMAGESPROBECURSOR_HPP__ 10 #include "visuVTKAdaptor/config.hpp" 11 #include "visuVTKAdaptor/SProbeCursor.hpp" 13 #include <fwData/TransferFunction.hpp> 15 #include <fwDataTools/helper/MedicalImageAdaptor.hpp> 17 #include <fwRenderVTK/IAdaptor.hpp> 24 class vtkPolyDataMapper;
61 VISUVTKADAPTOR_API virtual
void updateView(
double world[3] ) override;
65 VISUVTKADAPTOR_API
void configuring() override;
66 VISUVTKADAPTOR_API
void starting() override;
67 VISUVTKADAPTOR_API
void updating() override;
68 VISUVTKADAPTOR_API
void stopping() override;
80 std::vector<
std::
string > m_imagesNames;
85 #endif // __VISUVTKADAPTOR_SIMAGESPROBECURSOR_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...
Cursor management: displays a red cross representing the image picked point.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
Displays pixel information from images.
Base class for VTK adaptors.