VTK
9.5.20250804
|
#include "vtkRenderWindowInteractor.h"
#include "vtkRenderingUIModule.h"
#include "vtkWrappingHints.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | vtkWebAssemblyRenderWindowInteractor |
Handles user interaction in web browsers. More... | |
Typedefs | |
typedef void(* | vtkTimerCallbackFunc) (void *) |
typedef bool(* | vtkEventProcessingFunc) (void *) |
typedef void(* | vtkUnRegisterInteractorFunc) (void *) |
Functions | |
int | vtkCreateTimer (unsigned long duration, bool isOneShot, vtkTimerCallbackFunc callback, void *userData) |
void | vtkDestroyTimer (int timerId, bool isOneShot) |
int * | vtkGetParentElementBoundingRectSize (const char *selector) |
void | vtkInitializeCanvasElement (const char *selector, bool applyStyle) |
void | vtkStartEventLoopAsync (vtkEventProcessingFunc spinOnceAndGetDone, vtkUnRegisterInteractorFunc unRegisterInteractor, void *arg) |
typedef void(* vtkTimerCallbackFunc) (void *) |
Definition at line 146 of file vtkWebAssemblyRenderWindowInteractor.h.
typedef bool(* vtkEventProcessingFunc) (void *) |
Definition at line 147 of file vtkWebAssemblyRenderWindowInteractor.h.
typedef void(* vtkUnRegisterInteractorFunc) (void *) |
Definition at line 148 of file vtkWebAssemblyRenderWindowInteractor.h.
int vtkCreateTimer | ( | unsigned long | duration, |
bool | isOneShot, | ||
vtkTimerCallbackFunc | callback, | ||
void * | userData | ||
) |
void vtkDestroyTimer | ( | int | timerId, |
bool | isOneShot | ||
) |
int * vtkGetParentElementBoundingRectSize | ( | const char * | selector | ) |
void vtkInitializeCanvasElement | ( | const char * | selector, |
bool | applyStyle | ||
) |
void vtkStartEventLoopAsync | ( | vtkEventProcessingFunc | spinOnceAndGetDone, |
vtkUnRegisterInteractorFunc | unRegisterInteractor, | ||
void * | arg | ||
) |