Ignore:
Timestamp:
Apr 12, 2010, 5:20:43 PM (14 years ago)
Author:
garnier
Message:

bugged version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/OpenGL/include/G4OpenGLSceneHandler.hh

    r1140 r1242  
    6464  void AddPrimitive (const G4Circle&);
    6565  void AddPrimitive (const G4Square&);
     66  void AddPrimitives (std::vector <G4VMarker>);
    6667  void AddPrimitive (const G4Scale&);
    6768  void AddPrimitive (const G4Polyhedron&);
     
    105106
    106107  void AddCircleSquare (const G4VMarker&, G4OpenGLBitMapStore::Shape);
     108  void AddCircleSquares (std::vector <G4VMarker>, G4OpenGLBitMapStore::Shape);
    107109
    108110  void DrawXYPolygon
Note: See TracChangeset for help on using the changeset viewer.