|
Geant4-11
|
#include <vector>#include "geomdefs.hh"#include "G4ThreeVector.hh"#include "G4VoxelLimits.hh"#include "G4Transform3D.hh"#include "G4Point3D.hh"#include "G4Plane3D.hh"Go to the source code of this file.
Data Structures | |
| class | G4BoundingEnvelope |
Typedefs | |
| using | G4Polygon3D = std::vector< G4Point3D > |
| using | G4Segment3D = std::pair< G4Point3D, G4Point3D > |
| using | G4ThreeVectorList = std::vector< G4ThreeVector > |
| using G4Polygon3D = std::vector<G4Point3D> |
Definition at line 55 of file G4BoundingEnvelope.hh.
| using G4Segment3D = std::pair<G4Point3D,G4Point3D> |
Definition at line 56 of file G4BoundingEnvelope.hh.
| using G4ThreeVectorList = std::vector<G4ThreeVector> |
Definition at line 54 of file G4BoundingEnvelope.hh.