7 #ifndef __VISUVTKADAPTOR_SRESECTIONDB_HPP__ 8 #define __VISUVTKADAPTOR_SRESECTIONDB_HPP__ 10 #include "visuVTKAdaptor/config.hpp" 12 #include <fwRenderVTK/IAdaptor.hpp> 48 void setClippingPlanes(::
fwRenderVTK::SRender::VtkObjectIdType
id);
52 VISUVTKADAPTOR_API
void configuring() override;
53 VISUVTKADAPTOR_API
void starting() override;
54 VISUVTKADAPTOR_API
void updating() override;
55 VISUVTKADAPTOR_API
void stopping() override;
68 ::
fwRenderVTK::SRender::VtkObjectIdType m_clippingPlanes;
69 bool m_autoResetCamera;
76 m_clippingPlanes = id;
81 #endif // __VISUVTKADAPTOR_SRESECTIONDB_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.
The namespace fwRenderVTK contains classes for rendering with VTK.
This service displays a ResectionDB (it launchs Resection adators)
Base class for VTK adaptors.