Geant4-11
|
#include <HepPolyhedron.h>
Static Public Member Functions | |
static G4int | GetNumberOfRotationSteps () |
static void | ResetNumberOfRotationSteps () |
static void | SetNumberOfRotationSteps (G4int n) |
Protected Member Functions | |
void | AllocateMemory (G4int Nvert, G4int Nface) |
G4bool | CheckSnip (const std::vector< G4TwoVector > &contour, G4int a, G4int b, G4int c, G4int n, const G4int *V) |
void | CreatePrism () |
G4int | FindNeighbour (G4int iFace, G4int iNode, G4int iOrder) const |
G4Normal3D | FindNodeNormal (G4int iFace, G4int iNode) const |
void | InvertFacets () |
void | RotateAroundZ (G4int nstep, G4double phi, G4double dphi, G4int np1, G4int np2, const G4double *z, G4double *r, G4int nodeVis, G4int edgeVis) |
void | RotateContourAroundZ (G4int nstep, G4double phi, G4double dphi, const std::vector< G4TwoVector > &rz, G4int nodeVis, G4int edgeVis) |
void | RotateEdge (G4int k1, G4int k2, G4double r1, G4double r2, G4int v1, G4int v2, G4int vEdge, G4bool ifWholeCircle, G4int ns, G4int &kface) |
void | SetReferences () |
void | SetSideFacets (G4int ii[4], G4int vv[4], G4int *kk, G4double *r, G4double dphi, G4int ns, G4int &kface) |
G4bool | TriangulatePolygon (const std::vector< G4TwoVector > &polygon, std::vector< G4int > &result) |
Protected Attributes | |
G4int | nface |
G4int | nvert |
G4Facet * | pF |
G4Point3D * | pV |
Static Protected Attributes | |
static G4ThreadLocal G4int | fNumberOfRotationSteps = DEFAULT_NUMBER_OF_STEPS |
Definition at line 416 of file HepPolyhedron.h.
Definition at line 1801 of file HepPolyhedron.cc.
|
virtual |
Definition at line 1805 of file HepPolyhedron.cc.
|
inherited |
Definition at line 2788 of file HepPolyhedron.cc.
References processor.
Definition at line 296 of file HepPolyhedron.cc.
References HepPolyhedron::nface, HepPolyhedron::nvert, HepPolyhedron::pF, and HepPolyhedron::pV.
Referenced by HepPolyhedron::createPolyhedron(), HepPolyhedron::createTwistedTrap(), G4PolyhedronArbitrary::G4PolyhedronArbitrary(), HepPolyhedron::HepPolyhedron(), HepPolyhedronTet::HepPolyhedronTet(), HepPolyhedronTrap::HepPolyhedronTrap(), HepPolyhedronTrd2::HepPolyhedronTrd2(), HepPolyhedron::operator=(), HepPolyhedron::RotateAroundZ(), and HepPolyhedron::RotateContourAroundZ().
|
protectedinherited |
Definition at line 985 of file HepPolyhedron.cc.
References kCarTolerance, G4INCL::Math::max(), G4INCL::Math::min(), and CLHEP::detail::n.
Referenced by HepPolyhedron::TriangulatePolygon().
|
inherited |
Creates user defined polyhedron. This function allows to the user to define arbitrary polyhedron. The faces of the polyhedron should be either triangles or planar quadrilateral. Nodes of a face are defined by indexes pointing to the elements in the xyz array. Numeration of the elements in the array starts from 1 (like in fortran). The indexes can be positive or negative. Negative sign means that the corresponding edge is invisible. The normal of the face should be directed to exterior of the polyhedron.
Nnodes | number of nodes |
Nfaces | number of faces |
xyz | nodes |
faces | faces (quadrilaterals or triangles) |
Definition at line 1737 of file HepPolyhedron.cc.
References HepPolyhedron::AllocateMemory(), HepPolyhedron::nvert, HepPolyhedron::pF, HepPolyhedron::pV, and HepPolyhedron::SetReferences().
Referenced by G4CutTubs::CreatePolyhedron(), G4Tet::CreatePolyhedron(), G4TwistedTubs::CreatePolyhedron(), and G4VTwistedFaceted::CreatePolyhedron().
|
protectedinherited |
Definition at line 322 of file HepPolyhedron.cc.
References HepPolyhedron::pF.
Referenced by HepPolyhedronTrap::HepPolyhedronTrap(), and HepPolyhedronTrd2::HepPolyhedronTrd2().
|
inherited |
Creates polyhedron for twisted trapezoid. The trapezoid is given by two bases perpendicular to the z-axis.
Dz | half length in z |
xy1 | 1st base (at z = -Dz) |
xy2 | 2nd base (at z = +Dz) |
Definition at line 1668 of file HepPolyhedron.cc.
References HepPolyhedron::AllocateMemory(), HepPolyhedron::pF, and HepPolyhedron::pV.
|
protectedinherited |
Definition at line 192 of file HepPolyhedron.cc.
|
protectedinherited |
Definition at line 220 of file HepPolyhedron.cc.
References CLHEP::detail::n, and CLHEP::normal().
|
inherited |
Definition at line 1444 of file HepPolyhedron.cc.
References CLHEP::detail::n.
Referenced by G4CutTubs::CreatePolyhedron().
|
inherited |
Definition at line 1478 of file HepPolyhedron.cc.
References CLHEP::detail::n, and geant4_check_module_cycles::nodes.
|
inherited |
Definition at line 1403 of file HepPolyhedron.cc.
Referenced by G4GMocrenFileSceneHandler::AddSolid(), and G4GMocrenFileSceneHandler::ExtractDetector().
|
inherited |
Definition at line 1424 of file HepPolyhedron.cc.
|
inlineinherited |
|
inlineinherited |
|
inherited |
Definition at line 1387 of file HepPolyhedron.cc.
|
inherited |
Definition at line 1334 of file HepPolyhedron.cc.
References G4ThreadLocal.
Referenced by HepPolyhedron::GetNextEdgeIndeces().
|
inherited |
Definition at line 1500 of file HepPolyhedron.cc.
References G4ThreadLocal, CLHEP::detail::n, and geant4_check_module_cycles::nodes.
Referenced by G4OpenGLSceneHandler::AddPrimitive(), G4Qt3DSceneHandler::AddPrimitive(), G4ToolsSGSceneHandler::AddPrimitive(), G4VtkSceneHandler::AddPrimitiveTensorGlyph(), and std::hash< G4Polyhedron >::operator()().
|
inherited |
Definition at line 1580 of file HepPolyhedron.cc.
References G4ThreadLocal, and CLHEP::normal().
Referenced by G4HepRepFileSceneHandler::AddPrimitive().
|
inherited |
Definition at line 1601 of file HepPolyhedron.cc.
References CLHEP::normal().
Referenced by Geant4_SoPolyhedron::computeBBox(), Geant4_SoPolyhedron::generateAlternateRep(), and Geant4_SoPolyhedron::generatePrimitives().
Definition at line 1284 of file HepPolyhedron.cc.
Referenced by G4HepRepFileSceneHandler::AddPrimitive(), Geant4_SoPolyhedron::computeBBox(), Geant4_SoPolyhedron::generateAlternateRep(), and Geant4_SoPolyhedron::generatePrimitives().
|
inherited |
Definition at line 1302 of file HepPolyhedron.cc.
References G4ThreadLocal, and CLHEP::normal().
Definition at line 1237 of file HepPolyhedron.cc.
References G4ThreadLocal.
Referenced by G4GMocrenFileSceneHandler::AddPrimitive().
|
inlineinherited |
Definition at line 294 of file HepPolyhedron.h.
References HepPolyhedron::nface.
Referenced by G4HepRepFileSceneHandler::AddPrimitive(), G4OpenGLSceneHandler::AddPrimitive(), G4Qt3DSceneHandler::AddPrimitive(), G4ToolsSGSceneHandler::AddPrimitive(), G4GMocrenFileSceneHandler::AddPrimitive(), G4OpenInventorSceneHandler::AddPrimitive(), G4VtkSceneHandler::AddPrimitiveTensorGlyph(), Geant4_SoPolyhedron::computeBBox(), G4CutTubs::CreatePolyhedron(), G4PhysicalVolumeModel::DescribeSolid(), Geant4_SoPolyhedron::generateAlternateRep(), and Geant4_SoPolyhedron::generatePrimitives().
|
inherited |
Definition at line 1530 of file HepPolyhedron.cc.
|
inlineinherited |
|
inlineinherited |
Definition at line 290 of file HepPolyhedron.h.
References HepPolyhedron::nvert.
Referenced by G4GMocrenFileSceneHandler::AddSolid(), G4CutTubs::CreatePolyhedron(), and Geant4_SoPolyhedron::generateAlternateRep().
|
staticinherited |
Definition at line 248 of file HepPolyhedron.cc.
References HepPolyhedron::fNumberOfRotationSteps.
Referenced by G4TwistedTubs::CreatePolyhedron(), G4VTwistedFaceted::CreatePolyhedron(), G4ArrowModel::G4ArrowModel(), G4ViewParameters::G4ViewParameters(), G4ReflectedSolid::GetPolyhedron(), G4BooleanSolid::GetPolyhedron(), G4DisplacedSolid::GetPolyhedron(), G4MultiUnion::GetPolyhedron(), G4ScaledSolid::GetPolyhedron(), G4CSGSolid::GetPolyhedron(), G4Ellipsoid::GetPolyhedron(), G4EllipticalCone::GetPolyhedron(), G4EllipticalTube::GetPolyhedron(), G4GenericTrap::GetPolyhedron(), G4Hype::GetPolyhedron(), G4Paraboloid::GetPolyhedron(), G4TessellatedSolid::GetPolyhedron(), G4Tet::GetPolyhedron(), G4TwistedTubs::GetPolyhedron(), G4VCSGfaceted::GetPolyhedron(), G4VTwistedFaceted::GetPolyhedron(), HepPolyhedronEllipsoid::HepPolyhedronEllipsoid(), HepPolyhedronHype::HepPolyhedronHype(), HepPolyhedronHyperbolicMirror::HepPolyhedronHyperbolicMirror(), HepPolyhedronParaboloid::HepPolyhedronParaboloid(), HepPolyhedronSphere::HepPolyhedronSphere(), HepPolyhedronTorus::HepPolyhedronTorus(), HepPolyhedron::RotateAroundZ(), and HepPolyhedron::RotateContourAroundZ().
|
inherited |
Definition at line 1617 of file HepPolyhedron.cc.
References HepPolyhedron::nface, HepPolyhedron::pF, and HepPolyhedron::pV.
|
inherited |
Definition at line 1555 of file HepPolyhedron.cc.
Definition at line 1264 of file HepPolyhedron.cc.
Referenced by G4GMocrenFileSceneHandler::AddSolid(), and G4CutTubs::CreatePolyhedron().
|
inherited |
Definition at line 1639 of file HepPolyhedron.cc.
References HepPolyhedron::nface, HepPolyhedron::pF, and HepPolyhedron::pV.
|
inherited |
|
protectedinherited |
Definition at line 1186 of file HepPolyhedron.cc.
References G4Facet::edge, G4Facet::G4Edge::f, HepPolyhedron::nface, HepPolyhedron::pF, and G4Facet::G4Edge::v.
Referenced by G4PolyhedronArbitrary::InvertFacets(), and HepPolyhedron::Transform().
|
staticinherited |
Definition at line 283 of file HepPolyhedron.cc.
References DEFAULT_NUMBER_OF_STEPS, and HepPolyhedron::fNumberOfRotationSteps.
Referenced by G4PhysicalVolumeModel::DescribeSolid(), and G4VSceneHandler::RequestPrimitives().
|
protectedinherited |
Definition at line 475 of file HepPolyhedron.cc.
References HepPolyhedron::AllocateMemory(), HepPolyhedron::GetNumberOfRotationSteps(), HepPolyhedron::nface, perMillion, HepPolyhedron::pF, HepPolyhedron::pV, HepPolyhedron::RotateEdge(), HepPolyhedron::SetSideFacets(), spatialTolerance, and twopi.
Referenced by HepPolyhedronCons::HepPolyhedronCons(), HepPolyhedronEllipsoid::HepPolyhedronEllipsoid(), HepPolyhedronEllipticalCone::HepPolyhedronEllipticalCone(), HepPolyhedronHype::HepPolyhedronHype(), HepPolyhedronHyperbolicMirror::HepPolyhedronHyperbolicMirror(), HepPolyhedronParaboloid::HepPolyhedronParaboloid(), HepPolyhedronPgon::HepPolyhedronPgon(), HepPolyhedronSphere::HepPolyhedronSphere(), and HepPolyhedronTorus::HepPolyhedronTorus().
|
protectedinherited |
Definition at line 750 of file HepPolyhedron.cc.
References HepPolyhedron::AllocateMemory(), HepPolyhedron::GetNumberOfRotationSteps(), HepPolyhedron::nface, perMillion, HepPolyhedron::pF, HepPolyhedron::pV, HepPolyhedron::RotateEdge(), HepPolyhedron::SetSideFacets(), spatialTolerance, HepPolyhedron::TriangulatePolygon(), and twopi.
Referenced by HepPolyhedronPgon::HepPolyhedronPgon().
|
protectedinherited |
Definition at line 342 of file HepPolyhedron.cc.
References HepPolyhedron::pF.
Referenced by HepPolyhedron::RotateAroundZ(), and HepPolyhedron::RotateContourAroundZ().
|
staticinherited |
Definition at line 261 of file HepPolyhedron.cc.
References HepPolyhedron::fNumberOfRotationSteps, and CLHEP::detail::n.
Referenced by G4PhysicalVolumeModel::DescribeSolid(), G4ArrowModel::G4ArrowModel(), and G4VSceneHandler::RequestPrimitives().
|
protectedinherited |
Definition at line 1037 of file HepPolyhedron.cc.
References G4Facet::edge, G4Facet::G4Edge::f, HepPolyhedron::nface, HepPolyhedron::nvert, HepPolyhedron::pF, and G4Facet::G4Edge::v.
Referenced by HepPolyhedron::createPolyhedron(), HepPolyhedronCons::HepPolyhedronCons(), HepPolyhedronEllipsoid::HepPolyhedronEllipsoid(), HepPolyhedronEllipticalCone::HepPolyhedronEllipticalCone(), HepPolyhedronHype::HepPolyhedronHype(), HepPolyhedronHyperbolicMirror::HepPolyhedronHyperbolicMirror(), HepPolyhedronParaboloid::HepPolyhedronParaboloid(), HepPolyhedronPgon::HepPolyhedronPgon(), HepPolyhedronSphere::HepPolyhedronSphere(), HepPolyhedronTorus::HepPolyhedronTorus(), and G4PolyhedronArbitrary::SetReferences().
|
protectedinherited |
Definition at line 404 of file HepPolyhedron.cc.
References perMillion, HepPolyhedron::pF, and pi.
Referenced by HepPolyhedron::RotateAroundZ(), and HepPolyhedron::RotateContourAroundZ().
|
inherited |
|
inherited |
Definition at line 1212 of file HepPolyhedron.cc.
References HepGeom::BasicVector3D< T >::cross(), HepPolyhedron::InvertFacets(), HepPolyhedron::nvert, and HepPolyhedron::pV.
Referenced by G4GMocrenFileSceneHandler::AddSolid(), G4ReflectedSolid::CreatePolyhedron(), G4DisplacedSolid::CreatePolyhedron(), G4ScaledSolid::CreatePolyhedron(), G4EllipticalTube::CreatePolyhedron(), G4ScoringBox::Draw(), G4ScoringCylinder::Draw(), G4ScoringBox::DrawColumn(), G4ScoringCylinder::DrawColumn(), G4GMocrenFileSceneHandler::ExtractDetector(), G4ArrowModel::G4ArrowModel(), G4ASCIITreeSceneHandler::RequestPrimitives(), and G4VisCommandsTouchable::SetNewValue().
|
protectedinherited |
Definition at line 907 of file HepPolyhedron.cc.
References HepPolyhedron::CheckSnip(), and CLHEP::detail::n.
Referenced by HepPolyhedron::RotateContourAroundZ().
|
staticprotectedinherited |
Definition at line 217 of file HepPolyhedron.h.
Referenced by G4Polyhedron::G4Polyhedron(), HepPolyhedron::GetNumberOfRotationSteps(), HepPolyhedron::ResetNumberOfRotationSteps(), and HepPolyhedron::SetNumberOfRotationSteps().
|
protectedinherited |
Definition at line 218 of file HepPolyhedron.h.
Referenced by G4PolyhedronArbitrary::AddFacet(), HepPolyhedron::AllocateMemory(), HepPolyhedron::GetNoFacets(), HepPolyhedron::GetSurfaceArea(), HepPolyhedron::GetVolume(), HepPolyhedron::HepPolyhedron(), HepPolyhedron::InvertFacets(), HepPolyhedron::operator=(), HepPolyhedron::RotateAroundZ(), HepPolyhedron::RotateContourAroundZ(), and HepPolyhedron::SetReferences().
|
protectedinherited |
Definition at line 218 of file HepPolyhedron.h.
Referenced by G4PolyhedronArbitrary::AddFacet(), G4PolyhedronArbitrary::AddVertex(), HepPolyhedron::AllocateMemory(), HepPolyhedron::createPolyhedron(), HepPolyhedron::GetNoVerteces(), HepPolyhedron::GetNoVertices(), HepPolyhedron::HepPolyhedron(), HepPolyhedronEllipsoid::HepPolyhedronEllipsoid(), HepPolyhedronEllipticalCone::HepPolyhedronEllipticalCone(), HepPolyhedron::operator=(), HepPolyhedron::SetReferences(), and HepPolyhedron::Transform().
|
protectedinherited |
Definition at line 220 of file HepPolyhedron.h.
Referenced by G4PolyhedronArbitrary::AddFacet(), HepPolyhedron::AllocateMemory(), HepPolyhedron::createPolyhedron(), HepPolyhedron::CreatePrism(), HepPolyhedron::createTwistedTrap(), HepPolyhedron::GetSurfaceArea(), HepPolyhedron::GetVolume(), HepPolyhedron::HepPolyhedron(), HepPolyhedronTet::HepPolyhedronTet(), HepPolyhedron::InvertFacets(), HepPolyhedron::operator=(), HepPolyhedron::RotateAroundZ(), HepPolyhedron::RotateContourAroundZ(), HepPolyhedron::RotateEdge(), HepPolyhedron::SetReferences(), HepPolyhedron::SetSideFacets(), and HepPolyhedron::~HepPolyhedron().
|
protectedinherited |
Definition at line 219 of file HepPolyhedron.h.
Referenced by G4PolyhedronArbitrary::AddVertex(), HepPolyhedron::AllocateMemory(), HepPolyhedron::createPolyhedron(), HepPolyhedron::createTwistedTrap(), HepPolyhedron::GetSurfaceArea(), HepPolyhedron::GetVolume(), HepPolyhedron::HepPolyhedron(), HepPolyhedronEllipsoid::HepPolyhedronEllipsoid(), HepPolyhedronEllipticalCone::HepPolyhedronEllipticalCone(), HepPolyhedronTet::HepPolyhedronTet(), HepPolyhedronTrap::HepPolyhedronTrap(), HepPolyhedronTrd2::HepPolyhedronTrd2(), HepPolyhedron::operator=(), HepPolyhedron::RotateAroundZ(), HepPolyhedron::RotateContourAroundZ(), HepPolyhedron::Transform(), and HepPolyhedron::~HepPolyhedron().