![]() |
ROOT
6.06/09
Reference Guide
|
Definition at line 42 of file TGLIsoMesh.h.
Public Member Functions | |
| UInt_t | AddVertex (const V *v) |
| void | AddNormal (const V *n) |
| UInt_t | AddTriangle (const UInt_t *t) |
| void | Swap (TIsoMesh &rhs) |
| void | ClearMesh () |
Public Attributes | |
| std::vector< V > | fVerts |
| std::vector< V > | fNorms |
| std::vector< UInt_t > | fTris |
#include <TGLIsoMesh.h>
Collaboration diagram for Rgl::Mc::TIsoMesh< V >:
|
inline |
Definition at line 54 of file TGLIsoMesh.h.
Referenced by Rgl::Mc::TF3EdgeSplitter::SplitEdge().
|
inline |
Definition at line 61 of file TGLIsoMesh.h.
|
inline |
Definition at line 44 of file TGLIsoMesh.h.
Referenced by Rgl::Mc::TDefaultSplitter< H, E, V >::SplitEdge(), and Rgl::Mc::TF3EdgeSplitter::SplitEdge().
|
inline |
Definition at line 78 of file TGLIsoMesh.h.
Referenced by TGLTF3Painter::InitGeometry(), and TGLIsoPainter::SetMesh().
|
inline |
Definition at line 71 of file TGLIsoMesh.h.
| std::vector<V> Rgl::Mc::TIsoMesh< V >::fNorms |
Definition at line 86 of file TGLIsoMesh.h.
Referenced by Rgl::Mc::TIsoMesh< Float_t >::AddNormal(), Rgl::Mc::TIsoMesh< Float_t >::ClearMesh(), TGLTF3Painter::DrawDefaultPlot(), TGLTF3Painter::DrawMaplePlot(), TGL5DPainter::DrawMesh(), TGLIsoPainter::DrawMesh(), TGL5DPainter::ResetGeometryRanges(), and Rgl::Mc::TIsoMesh< Float_t >::Swap().
| std::vector<UInt_t> Rgl::Mc::TIsoMesh< V >::fTris |
Definition at line 87 of file TGLIsoMesh.h.
Referenced by Rgl::Mc::TIsoMesh< Float_t >::AddTriangle(), Rgl::Mc::TIsoMesh< Float_t >::ClearMesh(), TGLTF3Painter::DrawDefaultPlot(), TGLTF3Painter::DrawMaplePlot(), TGL5DPainter::DrawMesh(), TGLIsoPainter::DrawMesh(), TGLTF3Painter::DrawToSelectionBuffer(), TGL5DPainter::ResetGeometryRanges(), and Rgl::Mc::TIsoMesh< Float_t >::Swap().
| std::vector<V> Rgl::Mc::TIsoMesh< V >::fVerts |
Definition at line 85 of file TGLIsoMesh.h.
Referenced by Rgl::Mc::TIsoMesh< Float_t >::AddVertex(), Rgl::Mc::TIsoMesh< Float_t >::ClearMesh(), TGLTF3Painter::DrawDefaultPlot(), TGLTF3Painter::DrawMaplePlot(), TGL5DPainter::DrawMesh(), TGLIsoPainter::DrawMesh(), TGLTF3Painter::DrawToSelectionBuffer(), TGL5DPainter::ResetGeometryRanges(), and Rgl::Mc::TIsoMesh< Float_t >::Swap().