20#ifndef vtkWebGLDataSet_h
21#define vtkWebGLDataSet_h
24#include "vtkWebGLExporterModule.h"
a simple class to control print indentation
abstract base class for most VTK objects
vtkWebGLDataSet represent vertices, lines, polygons, and triangles.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetTCoords(float *t)
void SetVertices(float *v, int size)
void SetIndexes(short *i, int size)
~vtkWebGLDataSet() override
WebGLObjectTypes webGLType
void SetNormals(float *n)
void SetColors(unsigned char *c)
void SetType(WebGLObjectTypes t)
void SetPoints(float *p, int size)
unsigned char * GetBinaryData()
void GenerateBinaryData()
static vtkWebGLDataSet * New()