Import Geant4 5.0.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4BREPSolidPolyhedra.hh,v 1.9 2002/02/13 17:39:48 radoone Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4BREPSolidPolyhedra.hh,v 1.11 2002/12/03 14:32:45 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4BREPSolidPolyhedra
|
||||
@@ -112,6 +112,9 @@ public: // with description
|
||||
// solid to any boundary of this solid.
|
||||
// Return 0 if the point is already outside.
|
||||
|
||||
virtual G4std::ostream& StreamInfo(G4std::ostream& os) const;
|
||||
// Streams solid contents to output stream.
|
||||
|
||||
public:
|
||||
|
||||
G4Polyhedron* CreatePolyhedron () const;
|
||||
@@ -149,17 +152,20 @@ private:
|
||||
// The following is only utilised in storing the shape parameters for
|
||||
// use in visualising this shape. J.A. Feb 24, 1997
|
||||
//
|
||||
struct PGonParameters
|
||||
// R. Chytracek, Nov 2002, Update to new IO dumping mechanism
|
||||
|
||||
struct G4BREPPolyhedraParams
|
||||
{
|
||||
G4double Start_angle;
|
||||
G4double Opening_angle;
|
||||
int Sides;
|
||||
int Num_z_planes;
|
||||
// G4double z_start;
|
||||
G4double *Z_values;
|
||||
G4double *Rmin;
|
||||
G4double *Rmax;
|
||||
} original_parameters;
|
||||
G4double start_angle;
|
||||
G4double opening_angle;
|
||||
G4int sides;
|
||||
G4int num_z_planes;
|
||||
G4double z_start;
|
||||
G4double* z_values;
|
||||
G4double* RMIN;
|
||||
G4double* RMAX;
|
||||
} constructorParams;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user