TestTriangleHandler is just helper class to get access to protected members of TriangleCollector Hide static declarations, let use "native" GL types.
Definition at line 41 of file REveGluTess.cxx.
| Static Public Member Functions | |
| static void | tess_begin (GLenum type, TriangleCollector *tc) | 
| tess_begin | |
| static void | tess_combine (GLdouble coords[3], void *vertex_data[4], GLfloat weight[4], void **outData, TriangleCollector *tc) | 
| tess_combine | |
| static void | tess_end (TriangleCollector *tc) | 
| tess_end | |
| static void | tess_vertex (Int_t *vi, TriangleCollector *tc) | 
| tess_vertex | |
| 
 | static | 
tess_begin
Definition at line 54 of file REveGluTess.cxx.
| 
 | static | 
tess_combine
Definition at line 72 of file REveGluTess.cxx.
| 
 | static | 
tess_end
Definition at line 82 of file REveGluTess.cxx.
| 
 | static | 
tess_vertex
Definition at line 64 of file REveGluTess.cxx.