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

mise a jour par rapport au commit sur cvs de geant4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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:
Note: See TracChangeset for help on using the changeset viewer.