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