Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

Location:
trunk/source/visualization/RayTracer/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/RayTracer/include/G4RTSimpleScanner.hh

    r954 r1315  
    2525//
    2626//
    27 // $Id: G4RTSimpleScanner.hh,v 1.3 2006/06/29 21:23:25 gunter Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4RTSimpleScanner.hh,v 1.4 2010/06/14 14:33:34 gcosmo Exp $
     28// GEANT4 tag $Name: vis-V09-03-08 $
    2929//
    3030//
     
    4545
    4646  G4RTSimpleScanner();
     47  virtual ~G4RTSimpleScanner();
    4748
    48   // Compiler defaults for destructor, copy constructor and
    49   // assignmemt.
     49  // Compiler defaults for copy constructor and assignmemt.
    5050
    5151  virtual const G4String& GetGSName() const;
  • trunk/source/visualization/RayTracer/include/G4RTXScanner.hh

    r954 r1315  
    2525//
    2626//
    27 // $Id: G4RTXScanner.hh,v 1.4 2006/06/29 21:23:31 gunter Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4RTXScanner.hh,v 1.5 2010/06/14 14:33:34 gcosmo Exp $
     28// GEANT4 tag $Name: vis-V09-03-08 $
    2929//
    3030//
     
    5353
    5454  G4RTXScanner();
     55  virtual ~G4RTXScanner();
    5556
    56   // Compiler defaults for destructor, copy constructor and
    57   // assignmemt.
     57  // Compiler defaults for copy constructor and assignmemt.
    5858
    5959  virtual const G4String& GetGSName() const;
  • trunk/source/visualization/RayTracer/include/G4VRTScanner.hh

    r954 r1315  
    2525//
    2626//
    27 // $Id: G4VRTScanner.hh,v 1.5 2006/06/29 21:23:53 gunter Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4VRTScanner.hh,v 1.6 2010/06/14 14:33:34 gcosmo Exp $
     28// GEANT4 tag $Name: vis-V09-03-08 $
    2929//
    3030//
     
    4444public: // with description
    4545
     46  G4VRTScanner();
     47  virtual ~G4VRTScanner();
     48 
    4649  virtual const G4String& GetGSName() const = 0;
    4750  // Get name that acts as graphics system name.
     
    6669};
    6770
    68 inline void G4VRTScanner::Draw
    69 (unsigned char, unsigned char, unsigned char)
    70 {}
     71inline
     72void G4VRTScanner::Draw(unsigned char, unsigned char, unsigned char) {}
    7173
    7274#endif
Note: See TracChangeset for help on using the changeset viewer.