24 #ifndef vtkWebApplication_h 
   25 #define vtkWebApplication_h 
   28 #include "vtkWebCoreModule.h"  
   52   vtkSetClampMacro(ImageEncoding, 
int, ENCODING_NONE, ENCODING_BASE64);
 
   53   vtkGetMacro(ImageEncoding, 
int);
 
   66   vtkSetClampMacro(ImageCompression, 
int, COMPRESSION_NONE, COMPRESSION_JPEG);
 
   67   vtkGetMacro(ImageCompression, 
int);
 
   75   void SetNumberOfEncoderThreads(vtkTypeUInt32);
 
   76   vtkTypeUInt32 GetNumberOfEncoderThreads();
 
  126   const char* GetWebGLBinaryData(
vtkRenderWindow* view, 
const char* 
id, 
int partIndex);
 
  151   vtkInternals* Internals;