#include <HepPolyhedron.h>
Definition at line 216 of file HepPolyhedron.h.
◆ G4Facet()
Definition at line 225 of file HepPolyhedron.h.
227 { edge[0].v=v1; edge[0].f=f1; edge[1].v=v2; edge[1].f=f2;
228 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 98 of file HepPolyhedron.cc.
98 {
99 for (const auto& edge : facet.edge) {
100 ostr << " " << edge.v << "/" << edge.f;
101 }
102 return ostr;
103}
The documentation for this class was generated from the following file: