ROOT  6.06/09
Reference Guide
Classes | Namespaces | Functions
TGLIsoMesh.h File Reference
#include <vector>
#include "Rtypes.h"
#include "TAxis.h"
+ Include dependency graph for TGLIsoMesh.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Rgl::Mc::TIsoMesh< V >
 
class  Rgl::Mc::TGridGeometry< V >
 

Namespaces

 Rgl
 
 Rgl::Mc
 

Functions

void Rgl::DrawMesh (const std::vector< Float_t > &vs, const std::vector< Float_t > &ns, const std::vector< UInt_t > &ts)
 Call function-template. More...
 
void Rgl::DrawMesh (const std::vector< Double_t > &vs, const std::vector< Double_t > &ns, const std::vector< UInt_t > &ts)
 Call function-template. More...
 
void Rgl::DrawMesh (const std::vector< Float_t > &vs, const std::vector< UInt_t > &ts)
 Call function-template. More...
 
void Rgl::DrawMesh (const std::vector< Double_t > &vs, const std::vector< UInt_t > &ts)
 Call function-template. More...
 
void Rgl::DrawMesh (const std::vector< Float_t > &vs, const std::vector< Float_t > &ns, const std::vector< UInt_t > &ts, const TGLBoxCut &box)
 Call function-template. More...
 
void Rgl::DrawMesh (const std::vector< Double_t > &vs, const std::vector< Double_t > &ns, const std::vector< UInt_t > &ts, const TGLBoxCut &box)
 Call function-template. More...
 
void Rgl::DrawMesh (const std::vector< Float_t > &vs, const std::vector< UInt_t > &ts, const TGLBoxCut &box)
 Call function-template. More...
 
void Rgl::DrawMesh (const std::vector< Double_t > &vs, const std::vector< UInt_t > &ts, const TGLBoxCut &box)
 Call function-template. More...
 
void Rgl::DrawMapleMesh (const std::vector< Double_t > &vs, const std::vector< Double_t > &ns, const std::vector< UInt_t > &fTS)
 Colored mesh with lighting disabled. More...
 
void Rgl::DrawMapleMesh (const std::vector< Double_t > &vs, const std::vector< Double_t > &ns, const std::vector< UInt_t > &fTS, const TGLBoxCut &box)
 Colored mesh with cut and disabled lighting. More...