Public Member Functions | |
vtkFlRenderWindowInteractor () | |
vtkFlRenderWindowInteractor (int x, int y, int w, int h, const char *l="") | |
~vtkFlRenderWindowInteractor (void) | |
void | Initialize () |
void | Enable () |
void | Disable () |
void | Start () |
void | SetRenderWindow (vtkRenderWindow *aren) |
void | UpdateSize (int x, int y) |
int | CreateTimer (int timertype) |
int | DestroyTimer () |
void | OnTimer (void) |
void | TerminateApp () |
Static Public Member Functions | |
static vtkFlRenderWindowInteractor * | New () |
Protected Member Functions | |
void | flush (void) |
void | draw (void) |
void | resize (int x, int y, int w, int h) |
int | handle (int event) |
Definition at line 34 of file vtkFlRenderWindowInteractor.h.