13#ifndef ROOT7_REveGluTess
14#define ROOT7_REveGluTess
23namespace Experimental {
50 void ProcessData(
const std::vector<Double_t> &verts,
const std::vector<UInt_t> &
polys,
const Int_t n_polys);
TestTriangleHandler is just helper class to get access to protected members of TriangleCollector Hide...
void process_vertex(UInt_t vi)
process_vertex
std::vector< UInt_t > & RefPolyDesc()
void add_triangle(UInt_t v0, UInt_t v1, UInt_t v2)
add triangle
std::vector< UInt_t > fPolyDesc
void ProcessData(const std::vector< Double_t > &verts, const std::vector< UInt_t > &polys, const Int_t n_polys)
ProcessData.
~TriangleCollector()
destructor
TriangleCollector()
constructor
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...