7 #ifndef __FWRENDER_IRENDER_HPP__ 8 #define __FWRENDER_IRENDER_HPP__ 10 #include <fwTools/Failed.hpp> 11 #include <fwServices/IService.hpp> 13 #include <fwGui/IGuiContainerSrv.hpp> 15 #include "fwRender/config.hpp" 48 FWRENDER_API
IRender() noexcept;
53 FWRENDER_API virtual ~
IRender() noexcept;
The namespace fwRender contains the base interface for rendering services.
Defines the service interface managing the rendering service for object.
Defines the service interface managing the layout.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.