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;
abstract base class for most VTK objects
class used to assign Id to any VTK object and be able to retrieve it base on its id.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeUInt32 vtkMTimeType
defines ParaViewWeb application interface.
a simple class to control print indentation
dynamic, self-adjusting array of unsigned char
create a window for renderers to draw into
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
vtkMTimeType LastStillRenderToMTime