Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (15 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/geometry/solids/Boolean/include/G4BooleanSolid.hh

    r1228 r1315  
    2525//
    2626//
    27 // $Id: G4BooleanSolid.hh,v 1.15 2006/10/19 15:34:49 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     27// $Id: G4BooleanSolid.hh,v 1.17 2010/05/11 15:03:45 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2929//
    3030//
     
    5050#include "G4Transform3D.hh"
    5151
    52 class G4VSolid;
     52class HepPolyhedronProcessor;
    5353
    5454class G4BooleanSolid : public G4VSolid
     
    111111    G4VSolid* fPtrSolidB;
    112112
     113    G4Polyhedron* StackPolyhedron(HepPolyhedronProcessor&,
     114                                  const G4VSolid*) const;
     115      // Stack polyhedra for processing. Return top polyhedron.
     116
    113117  private:
    114118
Note: See TracChangeset for help on using the changeset viewer.