ROOT 6.18/05 Reference Guide |
Definition at line 38 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 50 of file TGLIsoMesh.h.
|
inline |
Definition at line 57 of file TGLIsoMesh.h.
|
inline |
Definition at line 40 of file TGLIsoMesh.h.
|
inline |
Definition at line 74 of file TGLIsoMesh.h.
|
inline |
Definition at line 67 of file TGLIsoMesh.h.
std::vector<V> Rgl::Mc::TIsoMesh< V >::fNorms |
Definition at line 82 of file TGLIsoMesh.h.
std::vector<UInt_t> Rgl::Mc::TIsoMesh< V >::fTris |
Definition at line 83 of file TGLIsoMesh.h.
std::vector<V> Rgl::Mc::TIsoMesh< V >::fVerts |
Definition at line 81 of file TGLIsoMesh.h.