fw4spl
fwRenderVTK::vtkOffscreenRenderWindowInteractor Class Reference

Defines a class to redefine a vtkRenderWindowInteractor that can be used in a off screen window. In offscreen rendering, we don't really need an interactor since the window is not displayed. But we need this vtkRenderWindowInteractor to keep compatibility with regular windows. Indeed we often use interactorManager->GetInteractor()->... More...

+ Inheritance diagram for fwRenderVTK::vtkOffscreenRenderWindowInteractor:
+ Collaboration diagram for fwRenderVTK::vtkOffscreenRenderWindowInteractor:

Public Member Functions

 vtkTypeMacro (vtkOffscreenRenderWindowInteractor, vtkRenderWindowInteractor) protected
 

Static Public Member Functions

static vtkOffscreenRenderWindowInteractorNew ()
 

Detailed Description

Defines a class to redefine a vtkRenderWindowInteractor that can be used in a off screen window. In offscreen rendering, we don't really need an interactor since the window is not displayed. But we need this vtkRenderWindowInteractor to keep compatibility with regular windows. Indeed we often use interactorManager->GetInteractor()->...

On Linux, the default vtkXRenderWindowInteractor creates a X window when we trigger the rendering. We don't want this behavior. So we instantiate our own empty implementation that does not create a X window.

Definition at line 34 of file OffScreenInteractorManager.cpp.


The documentation for this class was generated from the following file: