#include <HepPolyhedron.h>
Definition at line 189 of file HepPolyhedron.h.
◆ G4Facet()
Definition at line 198 of file HepPolyhedron.h.
200 { edge[0].v=v1; edge[0].f=f1; edge[1].v=v2; edge[1].f=f2;
201 edge[2].v=v3; edge[2].f=f3; edge[3].v=v4; edge[3].f=f4; }
◆ HepPolyhedron
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
ostr, |
|
|
const G4Facet & |
facet |
|
) |
| |
|
friend |
Definition at line 85 of file HepPolyhedron.cc.
85 {
86 for (
G4int k=0; k<4; k++) {
87 ostr << " " << facet.edge[k].v << "/" << facet.edge[k].f;
88 }
89 return ostr;
90}
The documentation for this class was generated from the following file: