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/management/include/G4VSceneHandler.hh

    r1170 r1258  
    2525//
    2626//
    27 // $Id: G4VSceneHandler.hh,v 1.42 2009/11/04 12:55:33 allison Exp $
     27// $Id: G4VSceneHandler.hh,v 1.43 2010/05/11 10:50:57 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    309309  // Other internal routines...
    310310
    311   virtual const G4Polyhedron* CreateSectionPolyhedron ();
    312   virtual const G4Polyhedron* CreateCutawayPolyhedron ();
     311  virtual G4VSolid* CreateSectionSolid ();
     312  virtual G4VSolid* CreateCutawaySolid ();
    313313  // Generic clipping using the BooleanProcessor in graphics_reps is
    314314  // implemented in this class.  Subclasses that implement their own
    315315  // clipping should provide an override that returns zero.
     316
    316317  void LoadAtts(const G4Visible&, G4AttHolder*);
    317318  // Load G4AttValues and G4AttDefs associated with the G4Visible
Note: See TracChangeset for help on using the changeset viewer.