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/G4TrajectoryDrawByAttribute.hh

    r954 r1258  
    2424// ********************************************************************
    2525//
    26 // $Id: G4TrajectoryDrawByAttribute.hh,v 1.1 2006/09/11 21:52:18 tinslay Exp $
     26// $Id: G4TrajectoryDrawByAttribute.hh,v 1.2 2010/05/11 11:31:31 allison Exp $
    2727// GEANT4 tag $Name:  $
    2828//
     
    5151  virtual ~G4TrajectoryDrawByAttribute();
    5252
    53   // Draw the trajectory with optional i_mode parameter
    54   virtual void Draw(const G4VTrajectory& trajectory, const G4int& i_mode = 0,
     53  // Draw the trajectory
     54  virtual void Draw(const G4VTrajectory& trajectory, const G4int& i_mode = 0,
     55                    const G4bool& visible = true) const;
     56  virtual void Draw(const G4VTrajectory& trajectory,
    5557                    const G4bool& visible = true) const;
    5658
Note: See TracChangeset for help on using the changeset viewer.