Ignore:
Timestamp:
Jan 15, 2008, 2:19:33 PM (16 years ago)
Author:
garnier
Message:

mise a jour par rapport au commit sur cvs de geant4

Location:
trunk/geant4/visualization/OpenGL/include
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/visualization/OpenGL/include/G4OpenGLImmediateSceneHandler.hh

    r631 r688  
    2525//
    2626//
    27 // $Id: G4OpenGLImmediateSceneHandler.hh,v 1.13 2007/04/04 16:50:26 allison Exp $
     27// $Id: G4OpenGLImmediateSceneHandler.hh,v 1.14 2008/01/04 22:07:01 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    5454  void BeginPrimitives (const G4Transform3D& objectTransformation);
    5555  void EndPrimitives ();
    56   void BeginPrimitives2D ();
     56  void BeginPrimitives2D (const G4Transform3D& objectTransformation);
    5757  void EndPrimitives2D ();
    5858  void BeginModeling ();
  • trunk/geant4/visualization/OpenGL/include/G4OpenGLQtExportDialog.hh

    r657 r688  
    2525//
    2626//
    27 // $Id: G4OpenGLQtExportDialog.hh,v 1.3 2007/11/09 15:03:21 lgarnier Exp $
     27// $Id: G4OpenGLQtExportDialog.hh,v 1.4 2008/01/15 11:05:08 lgarnier Exp $
    2828// GEANT4 tag $Name:
    2929//
  • trunk/geant4/visualization/OpenGL/include/G4OpenGLQtViewer.hh

    r681 r688  
    2525//
    2626//
    27 // $Id: G4OpenGLQtViewer.hh,v 1.5 2007/11/30 14:47:30 lgarnier Exp $
     27// $Id: G4OpenGLQtViewer.hh,v 1.6 2008/01/15 11:05:08 lgarnier Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    135135  void actionDrawingSurfaceRemoval();
    136136  void actionDrawingLineSurfaceRemoval();
    137 //   void actionControlPanels();
    138 //   void actionExitG4();
    139137  void actionCreateEPS();
    140138
  • trunk/geant4/visualization/OpenGL/include/G4OpenGLSceneHandler.hh

    r631 r688  
    2525//
    2626//
    27 // $Id: G4OpenGLSceneHandler.hh,v 1.23 2007/04/04 16:50:26 allison Exp $
     27// $Id: G4OpenGLSceneHandler.hh,v 1.24 2008/01/04 22:07:01 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    5858  virtual void BeginPrimitives (const G4Transform3D& objectTransformation);
    5959  virtual void EndPrimitives ();
    60   virtual void BeginPrimitives2D ();
     60  virtual void BeginPrimitives2D (const G4Transform3D& objectTransformation);
    6161  virtual void EndPrimitives2D ();
    6262  void AddPrimitive (const G4Polyline&);
     
    9595  const G4Polyhedron* CreateCutawayPolyhedron ();
    9696
     97  void ClearAndDestroyAtts();  // Destroys att holders and clears pick map.
     98
    9799  GLuint fPickName;
    98100  std::map<GLuint, G4AttHolder*> fPickMap;  // For picking.
    99   void ClearAndDestroyAtts();  // Destroys att holders and clears pick map.
     101
     102  G4bool fProcessing2D;
    100103
    101104private:
  • trunk/geant4/visualization/OpenGL/include/G4OpenGLStoredQtViewer.hh

    r673 r688  
    2525//
    2626//
    27 // $Id: G4OpenGLStoredQtViewer.hh,v 1.3 2007/11/09 15:03:21 lgarnier Exp $
     27// $Id: G4OpenGLStoredQtViewer.hh,v 1.4 2008/01/15 11:05:08 lgarnier Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    7777  QPoint beginZoom;
    7878  QPoint endZoom;
    79   QImage glBufferImage;
     79  //  QImage glBufferImage;
    8080};
    8181
  • trunk/geant4/visualization/OpenGL/include/G4OpenGLStoredSceneHandler.hh

    r631 r688  
    2525//
    2626//
    27 // $Id: G4OpenGLStoredSceneHandler.hh,v 1.24 2007/04/04 16:50:26 allison Exp $
     27// $Id: G4OpenGLStoredSceneHandler.hh,v 1.25 2008/01/04 22:07:01 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    5858  void BeginPrimitives (const G4Transform3D& objectTransformation);
    5959  void EndPrimitives ();
    60   void BeginPrimitives2D ();
     60  void BeginPrimitives2D (const G4Transform3D& objectTransformation);
    6161  void EndPrimitives2D ();
    6262  void BeginModeling ();
     
    111111  // A proper implementation would use geometry hierarchy.
    112112  std::map <const G4VSolid*, G4int, std::less <const G4VSolid*> > fSolidMap;
    113 
    114 private:
    115   G4bool fProcessing2D;
    116113};
    117114
Note: See TracChangeset for help on using the changeset viewer.