12 #ifndef vtkPVWebApplication_h
13 #define vtkPVWebApplication_h
16 #include "vtkPVClientWebModule.h"
38 vtkSetClampMacro(ImageEncoding,
int, ENCODING_NONE, ENCODING_BASE64);
39 vtkGetMacro(ImageEncoding,
int);
52 vtkSetClampMacro(ImageCompression,
int, COMPRESSION_NONE, COMPRESSION_JPEG);
53 vtkGetMacro(ImageCompression,
int);
62 const char* StillRenderToString(
vtkSMViewProxy* view,
unsigned long time = 0,
int quality = 100);
103 const char* GetWebGLBinaryData(
vtkSMViewProxy* view,
const char*
id,
int partIndex);
109 vtkGetVector2Macro(LastStillRenderImageSize,
int);
119 int LastStillRenderImageSize[3];
126 vtkInternals* Internals;