24 #ifndef vtkPVWebApplication_h 25 #define vtkPVWebApplication_h 28 #include "vtkPVClientWebModule.h" 50 vtkSetClampMacro(ImageEncoding,
int, ENCODING_NONE, ENCODING_BASE64);
51 vtkGetMacro(ImageEncoding,
int);
64 vtkSetClampMacro(ImageCompression,
int, COMPRESSION_NONE, COMPRESSION_JPEG);
65 vtkGetMacro(ImageCompression,
int);
74 const char* StillRenderToString(
vtkSMViewProxy* view,
unsigned long time = 0,
int quality = 100);
115 const char* GetWebGLBinaryData(
vtkSMViewProxy* view,
const char*
id,
int partIndex);
121 vtkGetVector2Macro(LastStillRenderImageSize,
int);
131 int LastStillRenderImageSize[3];
138 vtkInternals* Internals;
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
Superclass for all view proxies.
vtkTypeUInt64 vtkMTimeType
defines ParaViewWeb application interface.
void operator=(const vtkObjectBase &)
vtkMTimeType LastStillRenderToMTime