27 #ifndef vtkWebApplication_h
28 #define vtkWebApplication_h
31 #include "vtkWebCoreModule.h"
55 vtkSetClampMacro(ImageEncoding,
int, ENCODING_NONE, ENCODING_BASE64);
56 vtkGetMacro(ImageEncoding,
int);
69 vtkSetClampMacro(ImageCompression,
int, COMPRESSION_NONE, COMPRESSION_JPEG);
70 vtkGetMacro(ImageCompression,
int);
78 void SetNumberOfEncoderThreads(vtkTypeUInt32);
79 vtkTypeUInt32 GetNumberOfEncoderThreads();
102 bool HandleInteractionEvent(
128 const char* GetWebGLBinaryData(
vtkRenderWindow *view,
const char*
id,
int partIndex);
153 vtkInternals* Internals;