VTK  9.3.20240327
Classes | Enumerations
vtkWebGLObject.h File Reference
#include "vtkObject.h"
#include "vtkWebGLExporterModule.h"
#include <string>
Include dependency graph for vtkWebGLObject.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkWebGLObject
 vtkWebGLObject represent and manipulate an WebGL object and its data. More...
 

Enumerations

enum  WebGLObjectTypes { wPOINTS = 0 , wLINES = 1 , wTRIANGLES = 2 }
 

Enumeration Type Documentation

◆ WebGLObjectTypes

Enumerator
wPOINTS 
wLINES 
wTRIANGLES 

Definition at line 20 of file vtkWebGLObject.h.