Changeset 1242 for trunk/source/visualization/OpenGL/include
- Timestamp:
- Apr 12, 2010, 5:20:43 PM (16 years ago)
- Location:
- trunk/source/visualization/OpenGL/include
- Files:
-
- 3 edited
-
G4OpenGLImmediateQtViewer.hh (modified) (2 diffs)
-
G4OpenGLSceneHandler.hh (modified) (2 diffs)
-
G4OpenGLStoredQtViewer.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/visualization/OpenGL/include/G4OpenGLImmediateQtViewer.hh
r1240 r1242 25 25 // 26 26 // 27 // $Id: G4OpenGLImmediateQtViewer.hh,v 1. 6 2009/10/14 13:27:30lgarnier Exp $27 // $Id: G4OpenGLImmediateQtViewer.hh,v 1.7 2010/03/10 11:03:46 lgarnier Exp $ 28 28 // GEANT4 tag $Name: $ 29 29 // … … 56 56 void initializeGL (); 57 57 void DrawView (); 58 // void FinishView ();59 58 void resizeGL(int width,int height); 60 59 void paintGL(); -
trunk/source/visualization/OpenGL/include/G4OpenGLSceneHandler.hh
r1140 r1242 64 64 void AddPrimitive (const G4Circle&); 65 65 void AddPrimitive (const G4Square&); 66 void AddPrimitives (std::vector <G4VMarker>); 66 67 void AddPrimitive (const G4Scale&); 67 68 void AddPrimitive (const G4Polyhedron&); … … 105 106 106 107 void AddCircleSquare (const G4VMarker&, G4OpenGLBitMapStore::Shape); 108 void AddCircleSquares (std::vector <G4VMarker>, G4OpenGLBitMapStore::Shape); 107 109 108 110 void DrawXYPolygon -
trunk/source/visualization/OpenGL/include/G4OpenGLStoredQtViewer.hh
r1240 r1242 25 25 // 26 26 // 27 // $Id: G4OpenGLStoredQtViewer.hh,v 1. 9 2009/10/14 13:27:30lgarnier Exp $27 // $Id: G4OpenGLStoredQtViewer.hh,v 1.10 2010/03/10 11:03:46 lgarnier Exp $ 28 28 // GEANT4 tag $Name: $ 29 29 //
Note:
See TracChangeset
for help on using the changeset viewer.
