Ignore:
Timestamp:
May 20, 2010, 11:49:26 AM (14 years ago)
Author:
garnier
Message:

cvs update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/modeling/include/G4TrajectoryDrawerUtils.hh

    r954 r1258  
    2424// ********************************************************************
    2525//
    26 // $Id: G4TrajectoryDrawerUtils.hh,v 1.7 2007/05/30 08:56:55 allison Exp $
     26// $Id: G4TrajectoryDrawerUtils.hh,v 1.9 2010/05/11 11:58:18 allison Exp $
    2727// GEANT4 tag $Name:  $
    2828//
     
    4949                 G4Polymarker& auxiliaryPoints, G4Polymarker& stepPoints);
    5050
     51  /***
    5152  // Draw trajectory line and points
    5253  void DrawLineAndPoints(const G4VTrajectory& traj, const G4int& i_mode,
    5354                         const G4Colour& cfg, const G4bool& visible);
     55  ***/
    5456
    5557  // Draw trajectory line and points using G4VisTrajContext object information
    56   void DrawLineAndPoints(const G4VTrajectory& traj, const G4VisTrajContext&, const G4int& i_mode=0);
     58  void DrawLineAndPoints(const G4VTrajectory& traj, const G4VisTrajContext&, const G4int& i_mode);
     59
     60  // Draw trajectory line and points using G4VisTrajContext object information
     61  void DrawLineAndPoints(const G4VTrajectory& traj, const G4VisTrajContext&);
    5762
    5863}
Note: See TracChangeset for help on using the changeset viewer.