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