20 #ifndef vtkWebGLDataSet_h
21 #define vtkWebGLDataSet_h
34 void PrintSelf(ostream &os,
vtkIndent indent);
36 void SetVertices(
float* v,
int size);
37 void SetIndexes(
short* i,
int size);
38 void SetNormals(
float* n);
39 void SetColors(
unsigned char* c);
40 void SetPoints(
float* p,
int size);
41 void SetTCoords(
float *t);
42 void SetMatrix(
float* m);
45 unsigned char* GetBinaryData();
47 void GenerateBinaryData();
69 unsigned char* colors;
70 unsigned char* binary;
76 vtkWebGLDataSet(const vtkWebGLDataSet&);
77 void operator=(const vtkWebGLDataSet&);
abstract base class for most VTK objects
a simple class to control print indentation
#define VTKWEBGLEXPORTER_EXPORT
std::pair< boost::graph_traits< vtkGraph * >::vertex_iterator, boost::graph_traits< vtkGraph * >::vertex_iterator > vertices(vtkGraph *g)