|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include "HepPolyhedron.h"#include "G4PhysicalConstants.hh"#include "G4Vector3D.hh"#include <cstdlib>#include <cmath>#include <algorithm>#include "BooleanProcessor.src"#include "HepPolyhedronProcessor.src"Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &ostr, const G4Facet &facet) |
| std::ostream & | operator<< (std::ostream &ostr, const HepPolyhedron &ph) |
Variables | |
| const G4double | spatialTolerance = 0.01*nm |
| std::ostream & operator<< | ( | std::ostream & | ostr, |
| const G4Facet & | facet ) |
Definition at line 98 of file HepPolyhedron.cc.
| std::ostream & operator<< | ( | std::ostream & | ostr, |
| const HepPolyhedron & | ph ) |
Definition at line 105 of file HepPolyhedron.cc.
| const G4double spatialTolerance = 0.01*nm |
Definition at line 88 of file HepPolyhedron.cc.
Referenced by HepPolyhedronSphere::HepPolyhedronSphere(), HepPolyhedronTorus::HepPolyhedronTorus(), HepPolyhedron::RotateAroundZ(), and HepPolyhedron::RotateContourAroundZ().