VTK  9.4.20251007
vtkWebAssemblyRenderWindowInteractor.h File Reference
#include "vtkRenderWindowInteractor.h"
#include "vtkRenderingUIModule.h"
#include "vtkWrappingHints.h"
#include <memory>
Include dependency graph for vtkWebAssemblyRenderWindowInteractor.h:

Go to the source code of this file.

Classes

class  vtkWebAssemblyRenderWindowInteractor
 Handles user interaction in web browsers. More...

Typedefs

typedef void(* vtkTimerCallbackFunc) (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)

Typedef Documentation

◆ vtkTimerCallbackFunc

typedef void(* vtkTimerCallbackFunc) (void *)

Definition at line 143 of file vtkWebAssemblyRenderWindowInteractor.h.

Function Documentation

◆ vtkCreateTimer()

int vtkCreateTimer ( unsigned long duration,
bool isOneShot,
vtkTimerCallbackFunc callback,
void * userData )

◆ vtkDestroyTimer()

void vtkDestroyTimer ( int timerId,
bool isOneShot )

◆ vtkGetParentElementBoundingRectSize()

int * vtkGetParentElementBoundingRectSize ( const char * selector)

◆ vtkInitializeCanvasElement()

void vtkInitializeCanvasElement ( const char * selector,
bool applyStyle )