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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/persistency/gdml/include/G4GDMLParser.hh

    r1228 r1315  
    2525//
    2626//
    27 // $Id: G4GDMLParser.hh,v 1.58 2009/04/15 13:29:30 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     27// $Id: G4GDMLParser.hh,v 1.59 2010/02/17 18:06:25 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2929//
    3030//
     
    9191   // Methods for Reader
    9292   //
    93    inline G4double GetConstant(const G4String& name);
    94    inline G4double GetVariable(const G4String& name);
    95    inline G4double GetQuantity(const G4String& name);
    96    inline G4ThreeVector GetPosition(const G4String& name);
    97    inline G4ThreeVector GetRotation(const G4String& name);
    98    inline G4ThreeVector GetScale(const G4String& name);
    99    inline G4GDMLMatrix GetMatrix(const G4String& name);
    100    inline G4LogicalVolume* GetVolume(const G4String& name);
    101    inline G4VPhysicalVolume* GetWorldVolume(const G4String& setupName="Default");
     93   inline G4bool IsValid(const G4String& name) const;
     94   inline G4double GetConstant(const G4String& name) const;
     95   inline G4double GetVariable(const G4String& name) const;
     96   inline G4double GetQuantity(const G4String& name) const;
     97   inline G4ThreeVector GetPosition(const G4String& name) const;
     98   inline G4ThreeVector GetRotation(const G4String& name) const;
     99   inline G4ThreeVector GetScale(const G4String& name) const;
     100   inline G4GDMLMatrix GetMatrix(const G4String& name) const;
     101   inline G4LogicalVolume* GetVolume(const G4String& name) const;
     102   inline G4VPhysicalVolume* GetWorldVolume(const G4String& setupName="Default") const;
    102103   inline G4GDMLAuxListType GetVolumeAuxiliaryInformation(const G4LogicalVolume* const logvol);
    103104   inline void StripNamePointers() const;
Note: See TracChangeset for help on using the changeset viewer.