Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4Trd.hh 76263 2013-11-08 11:41:52Z gcosmo $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------------
|
||||
@@ -57,6 +57,15 @@
|
||||
#ifndef G4TRD_HH
|
||||
#define G4TRD_HH
|
||||
|
||||
#if defined(G4GEOM_USE_USOLIDS)
|
||||
#define G4GEOM_USE_UTRD 1
|
||||
#endif
|
||||
|
||||
#if defined(G4GEOM_USE_UTRD)
|
||||
#define G4UTrd G4Trd
|
||||
#include "G4UTrd.hh"
|
||||
#else
|
||||
|
||||
#include "G4CSGSolid.hh"
|
||||
|
||||
class G4Trd : public G4CSGSolid
|
||||
@@ -141,7 +150,6 @@ class G4Trd : public G4CSGSolid
|
||||
|
||||
void DescribeYourselfTo (G4VGraphicsScene& scene) const;
|
||||
G4Polyhedron* CreatePolyhedron () const;
|
||||
G4NURBS* CreateNURBS () const;
|
||||
|
||||
public: // without description
|
||||
|
||||
@@ -175,3 +183,5 @@ class G4Trd : public G4CSGSolid
|
||||
#include "G4Trd.icc"
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user