Geant4
10.02.p02
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
G4UPolyhedra.hh
Go to the documentation of this file.
1
//
2
// ********************************************************************
3
// * License and Disclaimer *
4
// * *
5
// * The Geant4 software is copyright of the Copyright Holders of *
6
// * the Geant4 Collaboration. It is provided under the terms and *
7
// * conditions of the Geant4 Software License, included in the file *
8
// * LICENSE and available at http://cern.ch/geant4/license . These *
9
// * include a list of copyright holders. *
10
// * *
11
// * Neither the authors of this software system, nor their employing *
12
// * institutes,nor the agencies providing financial support for this *
13
// * work make any representation or warranty, express or implied, *
14
// * regarding this software system or assume any liability for its *
15
// * use. Please see the license in the file LICENSE and URL above *
16
// * for the full disclaimer and the limitation of liability. *
17
// * *
18
// * This code implementation is the result of the scientific and *
19
// * technical work of the GEANT4 collaboration. *
20
// * By using, copying, modifying or distributing the software (or *
21
// * any work based on the software) you agree to acknowledge its *
22
// * use in resulting scientific publications, and indicate your *
23
// * acceptance of all terms of the Geant4 Software license. *
24
// ********************************************************************
25
//
26
//
27
// $Id:$
28
//
29
//
30
// --------------------------------------------------------------------
31
// GEANT 4 class header file
32
//
33
//
34
// G4UPolyhedra
35
//
36
// Class description:
37
//
38
// Wrapper class for UPolyhedra to make use of it from USolids module.
39
40
// History:
41
// 31.10.13 G.Cosmo, CERN/PH
42
// --------------------------------------------------------------------
43
#ifndef G4UPOLYHEDRA_HH
44
#define G4UPOLYHEDRA_HH
45
46
#include "
G4USolid.hh
"
47
48
#if ( defined(G4GEOM_USE_USOLIDS) || defined(G4GEOM_USE_PARTIAL_USOLIDS) )
49
50
#include "UPolyhedra.hh"
51
#include "
G4PolyhedraSide.hh
"
52
#include "
G4PolyhedraHistorical.hh
"
53
#include "
G4Polyhedron.hh
"
54
55
class
G4EnclosingCylinder
;
56
class
G4ReduciblePolygon
;
57
58
class
G4UPolyhedra :
public
G4USolid
59
{
60
public
:
// with description
61
62
G4UPolyhedra(
const
G4String
&
name
,
63
G4double
phiStart,
// initial phi starting angle
64
G4double
phiTotal,
// total phi angle
65
G4int
numSide,
// number sides
66
G4int
numZPlanes,
// number of z planes
67
const
G4double
zPlane[],
// position of z planes
68
const
G4double
rInner[],
// tangent distance to inner surface
69
const
G4double
rOuter[] );
// tangent distance to outer surface
70
71
G4UPolyhedra(
const
G4String
&
name
,
72
G4double
phiStart,
// initial phi starting angle
73
G4double
phiTotal,
// total phi angle
74
G4int
numSide,
// number sides
75
G4int
numRZ,
// number corners in r,z space
76
const
G4double
r[],
// r coordinate of these corners
77
const
G4double
z
[] );
// z coordinate of these corners
78
79
~G4UPolyhedra();
80
81
void
ComputeDimensions(
G4VPVParameterisation
* p,
82
const
G4int
n
,
83
const
G4VPhysicalVolume
* pRep);
84
85
G4VSolid
* Clone()
const
;
86
87
inline
UPolyhedra* GetShape()
const
;
88
89
G4int
GetNumSide()
const
;
90
G4double
GetStartPhi()
const
;
91
G4double
GetEndPhi()
const
;
92
G4bool
IsOpen()
const
;
93
G4bool
IsGeneric()
const
;
94
G4int
GetNumRZCorner()
const
;
95
G4PolyhedraSideRZ
GetCorner(
const
G4int
index )
const
;
96
G4PolyhedraHistorical
* GetOriginalParameters()
const
;
97
void
SetOriginalParameters(
G4PolyhedraHistorical
* pars);
98
99
G4bool
Reset();
100
101
inline
G4GeometryType
GetEntityType()
const
;
102
103
public
:
// without description
104
105
G4UPolyhedra(__void__&);
106
// Fake default constructor for usage restricted to direct object
107
// persistency for clients requiring preallocation of memory for
108
// persistifiable objects.
109
110
G4UPolyhedra(
const
G4UPolyhedra &source );
111
G4UPolyhedra &operator=(
const
G4UPolyhedra &source );
112
// Copy constructor and assignment operator.
113
G4Polyhedron
* CreatePolyhedron()
const
;
114
};
115
116
// --------------------------------------------------------------------
117
// Inline methods
118
// --------------------------------------------------------------------
119
120
inline
UPolyhedra* G4UPolyhedra::GetShape()
const
121
{
122
return
(UPolyhedra*) fShape;
123
}
124
125
inline
G4GeometryType
G4UPolyhedra::GetEntityType()
const
126
{
127
return
"G4Polyhedra"
;
128
}
129
130
#endif // G4GEOM_USE_USOLIDS
131
132
#endif
G4Polyhedron.hh
G4USolid.hh
G4VPhysicalVolume
Definition:
G4VPhysicalVolume.hh:82
z
G4double z
Definition:
TRTMaterials.hh:39
name
G4String name
Definition:
TRTMaterials.hh:40
G4ReduciblePolygon
Definition:
G4ReduciblePolygon.hh:61
G4int
int G4int
Definition:
G4Types.hh:78
G4PolyhedraHistorical
Definition:
G4PolyhedraHistorical.hh:47
G4PolyhedraSide.hh
G4EnclosingCylinder
Definition:
G4EnclosingCylinder.hh:53
G4VSolid
Definition:
G4VSolid.hh:87
G4bool
bool G4bool
Definition:
G4Types.hh:79
n
const G4int n
Definition:
G4UrQMD1_3Interface.hh:144
G4PolyhedraSideRZ
Definition:
G4PolyhedraSide.hh:63
G4VPVParameterisation
Definition:
G4VPVParameterisation.hh:72
G4Polyhedron
Definition:
G4Polyhedron.hh:115
G4PolyhedraHistorical.hh
G4double
double G4double
Definition:
G4Types.hh:76
G4String
Definition:
G4String.hh:45
geant4.10.02.p02
source
geometry
solids
specific
include
G4UPolyhedra.hh
Generated on Fri Jul 1 2016 14:11:10 for Geant4 by
1.8.8