21 #ifndef vtkWebGLWidget_h
22 #define vtkWebGLWidget_h
25 #include "vtkWebGLExporterModule.h"
39 unsigned char* GetBinaryData(
int part) VTK_OVERRIDE;
40 int GetBinarySize(
int part) VTK_OVERRIDE;
41 int GetNumberOfParts() VTK_OVERRIDE;
49 unsigned char* binaryData;
61 vtkWebGLWidget(const vtkWebGLWidget&) VTK_DELETE_FUNCTION;
62 void operator=(const vtkWebGLWidget&) VTK_DELETE_FUNCTION;
a actor that draws 2D data
vtkWebGLObject represent and manipulate an WebGL object and its data.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkWebGLObject * New()
virtual void GenerateBinaryData()