12 #ifndef vtkPVWebApplication_h 13 #define vtkPVWebApplication_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;
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
Superclass for all view proxies.
vtkTypeUInt64 vtkMTimeType
defines ParaViewWeb application interface.
#define VTKPVCLIENTWEB_EXPORT
void operator=(const vtkObjectBase &)
vtkMTimeType LastStillRenderToMTime