Ignore:
Timestamp:
Nov 3, 2009, 11:17:28 AM (16 years ago)
Author:
garnier
Message:

update to CVS

Location:
trunk/source/graphics_reps/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/graphics_reps/include/G4VGraphicsScene.hh

    r1058 r1140  
    2525//
    2626//
    27 // $Id: G4VGraphicsScene.hh,v 1.11 2008/01/04 22:20:59 allison 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: $
    2929// John Allison  19th July 1996
    3030//
     
    3737#ifndef G4VGRAPHICSSCENE_HH
    3838#define G4VGRAPHICSSCENE_HH
     39
     40#include "globals.hh"
     41#include "G4Transform3D.hh"
    3942
    4043class G4VisAttributes;
     
    5457class G4VTrajectory;
    5558class G4VHit;
     59template <typename T> class G4THitsMap;
    5660class G4Polyline;
    5761class G4Scale;
     
    6266class G4Polyhedron;
    6367class G4NURBS;
    64 
    65 #include "G4Transform3D.hh"
    6668
    6769class G4VGraphicsScene {
     
    112114  // above.
    113115
    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;
    116119
    117120  ///////////////////////////////////////////////////////////////////
  • trunk/source/graphics_reps/include/HepPolyhedron.h

    r1058 r1140  
    2525//
    2626//
    27 // $Id: HepPolyhedron.h,v 1.24 2008/04/14 08:50:23 gcosmo Exp $
    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: $
    2929//
    3030//
     
    107107//   ResetNumberOfRotationSteps() - reset number of steps for whole circle
    108108//                            to default value;
    109 //   IsErrorBooleanProcess()- true if there has been an error during the
    110 //                            processing of a Boolean operation.
    111109// History:
    112110//
     
    165163// - added HepPolyhedronEllipsoid
    166164//
     165// 21.10.09 J.Allison
     166// - removed IsErrorBooleanProcess (now error is returned through argument)
     167//
    167168
    168169#ifndef HEP_POLYHEDRON_HH
     
    313314  HepPolyhedron subtract(const HepPolyhedron &p) const;
    314315  HepPolyhedron intersect(const HepPolyhedron &p) const;
    315   // If there has been an error during the above processing..
    316   bool IsErrorBooleanProcess() const;
    317316
    318317  // Get area of the surface of the polyhedron
Note: See TracChangeset for help on using the changeset viewer.