Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4BoundingEnvelope.hh File Reference
#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.

Classes

class  G4BoundingEnvelope
 

Typedefs

using G4ThreeVectorList = std::vector<G4ThreeVector>
 
using G4Polygon3D = std::vector<G4Point3D>
 
using G4Segment3D = std::pair<G4Point3D,G4Point3D>
 

Typedef Documentation

◆ G4Polygon3D

using G4Polygon3D = std::vector<G4Point3D>

Definition at line 55 of file G4BoundingEnvelope.hh.

◆ G4Segment3D

using G4Segment3D = std::pair<G4Point3D,G4Point3D>

Definition at line 56 of file G4BoundingEnvelope.hh.

◆ G4ThreeVectorList

using G4ThreeVectorList = std::vector<G4ThreeVector>

Definition at line 54 of file G4BoundingEnvelope.hh.