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

    r1140 r1258  
    2525//
    2626//
    27 // $Id: G4PhysicalVolumeModel.hh,v 1.35 2009/10/10 14:29:59 allison Exp $
     27// $Id: G4PhysicalVolumeModel.hh,v 1.36 2010/05/11 11:16:51 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    6262class G4Material;
    6363class G4VisAttributes;
    64 class G4Polyhedron;
    6564class G4AttDef;
    6665class G4AttValue;
     
    137136  G4int GetRequestedDepth () const {return fRequestedDepth;}
    138137
    139   const G4Polyhedron* GetClippingPolyhedron () const
    140   {return fpClippingPolyhedron;}
     138  const G4VSolid* GetClippingSolid () const
     139  {return fpClippingSolid;}
    141140
    142141  G4int GetCurrentDepth() const {return fCurrentDepth;}
     
    182181  }
    183182
    184   void SetClippingPolyhedron (const G4Polyhedron* pClippingPolyhedron) {
    185     fpClippingPolyhedron = pClippingPolyhedron;
     183  void SetClippingSolid (G4VSolid* pClippingSolid) {
     184    fpClippingSolid = pClippingSolid;
    186185  }
    187186
     
    234233  std::vector<G4PhysicalVolumeNodeID> fDrawnPVPath;
    235234  G4bool             fCurtailDescent;// Can be set to curtail descent.
    236   const G4Polyhedron*fpClippingPolyhedron;
     235  G4VSolid*          fpClippingSolid;
    237236  ClippingMode       fClippingMode;
    238237
Note: See TracChangeset for help on using the changeset viewer.