Changeset 1140 for trunk/source/graphics_reps/include
- Timestamp:
- Nov 3, 2009, 11:17:28 AM (16 years ago)
- Location:
- trunk/source/graphics_reps/include
- Files:
-
- 2 edited
-
G4VGraphicsScene.hh (modified) (5 diffs)
-
HepPolyhedron.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/graphics_reps/include/G4VGraphicsScene.hh
r1058 r1140 25 25 // 26 26 // 27 // $Id: G4VGraphicsScene.hh,v 1.1 1 2008/01/04 22:20:59allison Exp $28 // GEANT4 tag $Name: geant4-09-02-ref-02$27 // $Id: G4VGraphicsScene.hh,v 1.12 2009/10/21 15:36:22 allison Exp $ 28 // GEANT4 tag $Name: $ 29 29 // John Allison 19th July 1996 30 30 // … … 37 37 #ifndef G4VGRAPHICSSCENE_HH 38 38 #define G4VGRAPHICSSCENE_HH 39 40 #include "globals.hh" 41 #include "G4Transform3D.hh" 39 42 40 43 class G4VisAttributes; … … 54 57 class G4VTrajectory; 55 58 class G4VHit; 59 template <typename T> class G4THitsMap; 56 60 class G4Polyline; 57 61 class G4Scale; … … 62 66 class G4Polyhedron; 63 67 class G4NURBS; 64 65 #include "G4Transform3D.hh"66 68 67 69 class G4VGraphicsScene { … … 112 114 // above. 113 115 114 virtual void AddCompound (const G4VTrajectory&) = 0; 115 virtual void AddCompound (const G4VHit&) = 0; 116 virtual void AddCompound (const G4VTrajectory&) = 0; 117 virtual void AddCompound (const G4VHit&) = 0; 118 virtual void AddCompound (const G4THitsMap<G4double>&) = 0; 116 119 117 120 /////////////////////////////////////////////////////////////////// -
trunk/source/graphics_reps/include/HepPolyhedron.h
r1058 r1140 25 25 // 26 26 // 27 // $Id: HepPolyhedron.h,v 1.2 4 2008/04/14 08:50:23 gcosmoExp $28 // GEANT4 tag $Name: geant4-09-02-ref-02$27 // $Id: HepPolyhedron.h,v 1.25 2009/10/28 13:38:54 allison Exp $ 28 // GEANT4 tag $Name: $ 29 29 // 30 30 // … … 107 107 // ResetNumberOfRotationSteps() - reset number of steps for whole circle 108 108 // to default value; 109 // IsErrorBooleanProcess()- true if there has been an error during the110 // processing of a Boolean operation.111 109 // History: 112 110 // … … 165 163 // - added HepPolyhedronEllipsoid 166 164 // 165 // 21.10.09 J.Allison 166 // - removed IsErrorBooleanProcess (now error is returned through argument) 167 // 167 168 168 169 #ifndef HEP_POLYHEDRON_HH … … 313 314 HepPolyhedron subtract(const HepPolyhedron &p) const; 314 315 HepPolyhedron intersect(const HepPolyhedron &p) const; 315 // If there has been an error during the above processing..316 bool IsErrorBooleanProcess() const;317 316 318 317 // Get area of the surface of the polyhedron
Note:
See TracChangeset
for help on using the changeset viewer.
