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

    r954 r1258  
    2525//
    2626//
    27 // $Id: G4ModelingParameters.hh,v 1.17 2006/11/14 14:42:08 allison Exp $
     27// $Id: G4ModelingParameters.hh,v 1.18 2010/05/11 11:13:35 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    4444class G4VPhysicalVolume;
    4545class G4VisAttributes;
    46 class G4Polyhedron;
     46class G4VSolid;
    4747class G4Event;
    4848
     
    9292  const G4Point3D& GetExplodeCentre              () const;
    9393  G4int            GetNoOfSides                  () const;
    94   const G4Polyhedron* GetSectionPolyhedron       () const;
    95   const G4Polyhedron* GetCutawayPolyhedron       () const;
     94  G4VSolid*        GetSectionSolid               () const;
     95  G4VSolid*        GetCutawaySolid               () const;
    9696  const G4Event*   GetEvent                      () const;
    9797
     
    108108  void SetExplodeCentre        (const G4Point3D& explodeCentre);
    109109  G4int SetNoOfSides           (G4int);  // Returns actual number set.
    110   void SetSectionPolyhedron    (const G4Polyhedron* pSectionPolyhedron);
    111   void SetCutawayPolyhedron    (const G4Polyhedron* pCutawayPolyhedron);
     110  void SetSectionSolid         (G4VSolid* pSectionSolid);
     111  void SetCutawaySolid         (G4VSolid* pCutawaySolid);
    112112  void SetEvent                (const G4Event* pEvent);
    113113
     
    126126  G4Point3D    fExplodeCentre;   // ...about this centre.
    127127  G4int        fNoOfSides;       // ...if polygon approximates circle.
    128   const G4Polyhedron* fpSectionPolyhedron;  // For generic section (DCUT).
    129   const G4Polyhedron* fpCutawayPolyhedron;  // For generic cutaways.
     128  G4VSolid*    fpSectionSolid;   // For generic section (DCUT).
     129  G4VSolid*    fpCutawaySolid;   // For generic cutaways.
    130130  const G4Event* fpEvent;        // Event being processed.
    131131};
Note: See TracChangeset for help on using the changeset viewer.