21 #ifndef vtkWebGLDataSet_h 22 #define vtkWebGLDataSet_h 25 #include "vtkWebGLExporterModule.h" 37 void SetVertices(
float* v,
int size);
38 void SetIndexes(
short* i,
int size);
39 void SetNormals(
float* n);
40 void SetColors(
unsigned char* c);
41 void SetPoints(
float* p,
int size);
42 void SetTCoords(
float* t);
43 void SetMatrix(
float* m);
46 unsigned char* GetBinaryData();
48 void GenerateBinaryData();
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
WebGLObjectTypes webGLType
a simple class to control print indentation
vtkWebGLDataSet represent vertices, lines, polygons, and triangles.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...