Ignore:
Timestamp:
Apr 17, 2009, 10:56:17 AM (15 years ago)
Author:
garnier
Message:

fichiers manquants

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/materials/include/G4OpticalSurface.hh

    r850 r986  
    2525//
    2626//
    27 // $Id: G4OpticalSurface.hh,v 1.10 2008/07/21 20:54:57 gum Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4OpticalSurface.hh,v 1.11 2008/12/11 10:23:54 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//
     
    8484{
    8585
    86 public: // Without description
    87  
    88         //////////////
    89         // Operators
    90         //////////////
    91  
    92         G4OpticalSurface(const G4OpticalSurface &right);
    93         const G4OpticalSurface & operator=(const G4OpticalSurface &right);
    94  
    95         G4int operator==(const G4OpticalSurface &right) const;
    96         G4int operator!=(const G4OpticalSurface &right) const;
    97 
    9886public: // With description
    9987
    10088        ////////////////////////////////
    101         // Constructors and Destructor
     89        // Constructor
    10290        ////////////////////////////////
    10391
     
    11199public: // Without description
    112100
     101        //////////////
     102        // Constructors and destructor
     103        //////////////
     104
     105        G4OpticalSurface();
    113106        virtual ~G4OpticalSurface();
     107        G4OpticalSurface(const G4OpticalSurface &right);
     108 
     109        //////////////
     110        // Operators
     111        //////////////
     112 
     113        const G4OpticalSurface & operator=(const G4OpticalSurface &right);
     114 
     115        G4int operator==(const G4OpticalSurface &right) const;
     116        G4int operator!=(const G4OpticalSurface &right) const;
    114117
    115118        ////////////
     
    117120        ////////////
    118121
    119         // public methods
    120 
    121122public: // With description
    122 
    123         virtual void Overwrite() {G4cout << "G4OpticalSurface" << G4endl;};
    124123
    125124        G4OpticalSurfaceFinish GetFinish() const {return theFinish;};
Note: See TracChangeset for help on using the changeset viewer.