Geant4
10.03
|
#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 | |
typedef std::vector < G4ThreeVector > | G4ThreeVectorList |
typedef std::vector< G4Point3D > | G4Polygon3D |
typedef std::pair< G4Point3D, G4Point3D > | G4Segment3D |
typedef std::vector<G4Point3D> G4Polygon3D |
Definition at line 62 of file G4BoundingEnvelope.hh.
typedef std::pair<G4Point3D,G4Point3D> G4Segment3D |
Definition at line 63 of file G4BoundingEnvelope.hh.
typedef std::vector<G4ThreeVector> G4ThreeVectorList |
Definition at line 61 of file G4BoundingEnvelope.hh.