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/G4ModelingParameters.icc

    r954 r1258  
    2525//
    2626//
    27 // $Id: G4ModelingParameters.icc,v 1.11 2006/11/14 14:42:08 allison Exp $
     27// $Id: G4ModelingParameters.icc,v 1.12 2010/05/11 11:13:35 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    8282}
    8383
    84 inline const G4Polyhedron* G4ModelingParameters::GetSectionPolyhedron () const
    85 {return fpSectionPolyhedron;}
     84inline G4VSolid* G4ModelingParameters::GetSectionSolid () const
     85{return fpSectionSolid;}
    8686
    87 inline const G4Polyhedron* G4ModelingParameters::GetCutawayPolyhedron () const
    88 {return fpCutawayPolyhedron;}
     87inline G4VSolid* G4ModelingParameters::GetCutawaySolid () const
     88{return fpCutawaySolid;}
    8989
    9090inline const G4Event* G4ModelingParameters::GetEvent () const
     
    131131}
    132132
    133 inline void G4ModelingParameters::SetSectionPolyhedron
    134 (const G4Polyhedron* pSectionPolyhedron) {
    135   fpSectionPolyhedron = pSectionPolyhedron;
    136 }
    137 
    138 inline void G4ModelingParameters::SetCutawayPolyhedron
    139 (const G4Polyhedron* pCutawayPolyhedron) {
    140   fpCutawayPolyhedron = pCutawayPolyhedron;
    141 }
    142 
    143133inline void G4ModelingParameters::SetEvent(const G4Event* pEvent) {
    144134  fpEvent = pEvent;
Note: See TracChangeset for help on using the changeset viewer.