Ignore:
Timestamp:
Jun 11, 2008, 3:55:20 PM (16 years ago)
Author:
garnier
Message:

go on the head of HepRep-> It wont compil on tag geant4-09-01-patch-02

Location:
trunk/source/visualization/HepRep
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/HepRep/History

    r834 r841  
    1 .$Id: History,v 1.127 2007/11/16 20:29:04 perl Exp $
     1.$Id: History,v 1.128 2008/01/04 22:11:31 allison Exp $
    22-------------------------------------------------------------------
    33
     
    2020History file for visualization/HepRep sub-category
    2121--------------------------------------------------
     22
     234th January 2008  John Allison  (vis-HepRep-V09-01-00)
     24- Adapted to new BeginPrimitives2D signature.
    2225
    232616 Nov 2007 Joseph Perl (vis-HepRep-V09-00-01)
  • trunk/source/visualization/HepRep/include/G4HepRepFileSceneHandler.hh

    r834 r841  
    2525//
    2626//
    27 // $Id: G4HepRepFileSceneHandler.hh,v 1.29 2006/06/29 21:17:08 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     27// $Id: G4HepRepFileSceneHandler.hh,v 1.30 2008/01/04 22:11:31 allison Exp $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030//
     
    115115  void EndModeling();
    116116 
    117   void BeginPrimitives2D();
     117  void BeginPrimitives2D(const G4Transform3D& objectTransformation);
    118118  void EndPrimitives2D();
    119119
  • trunk/source/visualization/HepRep/src/G4HepRepFileSceneHandler.cc

    r834 r841  
    2424// ********************************************************************
    2525//
    26 // $Id: G4HepRepFileSceneHandler.cc,v 1.65 2007/11/16 20:29:04 perl Exp $
    27 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     26// $Id: G4HepRepFileSceneHandler.cc,v 1.66 2008/01/04 22:11:31 allison Exp $
     27// GEANT4 tag $Name: HEAD $
    2828//
    2929//
     
    120120}
    121121
    122 void G4HepRepFileSceneHandler::BeginPrimitives2D () {
     122void G4HepRepFileSceneHandler::BeginPrimitives2D
     123(const G4Transform3D& objectTransformation) {
    123124#ifdef G4HEPREPFILEDEBUG
    124125        G4cout << "G4HepRepFileSceneHandler::BeginPrimitives2D() " << G4endl;
    125126#endif
    126127        inPrimitives2D = true;
    127         G4VSceneHandler::BeginPrimitives2D();
     128        G4VSceneHandler::BeginPrimitives2D(objectTransformation);
    128129}
    129130
Note: See TracChangeset for help on using the changeset viewer.