Changeset 1315 for trunk/source/geometry/solids/Boolean/include
- Timestamp:
- Jun 18, 2010, 11:42:07 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/geometry/solids/Boolean/include/G4BooleanSolid.hh
r1228 r1315 25 25 // 26 26 // 27 // $Id: G4BooleanSolid.hh,v 1.1 5 2006/10/19 15:34:49gcosmo Exp $28 // GEANT4 tag $Name: geant4-09-0 3$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 $ 29 29 // 30 30 // … … 50 50 #include "G4Transform3D.hh" 51 51 52 class G4VSolid;52 class HepPolyhedronProcessor; 53 53 54 54 class G4BooleanSolid : public G4VSolid … … 111 111 G4VSolid* fPtrSolidB; 112 112 113 G4Polyhedron* StackPolyhedron(HepPolyhedronProcessor&, 114 const G4VSolid*) const; 115 // Stack polyhedra for processing. Return top polyhedron. 116 113 117 private: 114 118
Note:
See TracChangeset
for help on using the changeset viewer.
