#include <TnFXVTKCanvas.h>
This class is used to "close the loop" with VTK. The FX::TnFXVTKCanvas widget handles the fox side and translates events to VTK. This class uses the canvas to update its own information.
Normally you will never need to create one of these on your own as it is usually done for you. However, you will probably use it to adjust the properties of its base class vtkRenderWindowInteractor
Author: Doug Henry (brilligent@gmail.com)
Definition at line 129 of file TnFXVTKCanvas.h.
Public Member Functions | |
vtkTnFXRenderWindowInteractor (TnFXVTKCanvas *canvas=0) | |
~vtkTnFXRenderWindowInteractor () | |
TnFXVTKCanvas * | canvas () const throw () |
void | setCanvas (TnFXVTKCanvas *canvas) throw () |
virtual void | Initialize () |
virtual void | Enable () |
virtual void | Disable () |
virtual void | Start () |
virtual void | SetRenderWindow (vtkRenderWindow *renderer) |
virtual void | UpdateSize (int w, int h) |
virtual void | TerminateApp () |
virtual int | CreateTimer (int timertype) |
virtual int | DestroyTimer (void) |
virtual char const * | GetClassNameW () const |
Protected Member Functions | |
vtkTnFXRenderWindowInteractor (const vtkTnFXRenderWindowInteractor &RWI) | |
vtkTnFXRenderWindowInteractor & | operator= (const vtkTnFXRenderWindowInteractor &RWI) |