67 #ifndef G4PolyhedronArbitrary_h 
   68 #define G4PolyhedronArbitrary_h 1 
G4PolyhedronArbitrary & operator=(const G4PolyhedronArbitrary &)
 
CLHEP::Hep3Vector G4ThreeVector
 
G4PolyhedronArbitrary(const G4int nVertices, const G4int nFacets)
 
void AddVertex(const G4ThreeVector &v)
 
virtual ~G4PolyhedronArbitrary()
 
void AddFacet(const G4int iv1, const G4int iv2, const G4int iv3, const G4int iv4=0)