ROOT 6.07/09 Reference Guide |
Definition at line 42 of file TGLIsoMesh.h.
Public Member Functions | |
void | AddNormal (const V *n) |
UInt_t | AddTriangle (const UInt_t *t) |
UInt_t | AddVertex (const V *v) |
void | ClearMesh () |
void | Swap (TIsoMesh &rhs) |
Public Attributes | |
std::vector< V > | fNorms |
std::vector< UInt_t > | fTris |
std::vector< V > | fVerts |
#include <TGLIsoMesh.h>
|
inline |
Definition at line 54 of file TGLIsoMesh.h.
|
inline |
Definition at line 61 of file TGLIsoMesh.h.
|
inline |
Definition at line 44 of file TGLIsoMesh.h.
|
inline |
Definition at line 78 of file TGLIsoMesh.h.
|
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.
std::vector<UInt_t> Rgl::Mc::TIsoMesh< V >::fTris |
Definition at line 87 of file TGLIsoMesh.h.
std::vector<V> Rgl::Mc::TIsoMesh< V >::fVerts |
Definition at line 85 of file TGLIsoMesh.h.