|
Geant4-11
|
#include <vector>#include "G4Types.hh"#include "geomdefs.hh"#include "G4SmartVoxelProxy.hh"#include "G4SmartVoxelNode.hh"#include "G4SmartVoxelHeader.icc"Go to the source code of this file.
Data Structures | |
| class | G4SmartVoxelHeader |
Typedefs | |
| using | G4NodeVector = std::vector< G4SmartVoxelNode * > |
| using | G4ProxyVector = std::vector< G4SmartVoxelProxy * > |
| using | G4VolumeExtentVector = std::vector< G4double > |
| using | G4VolumeNosVector = std::vector< G4int > |
| using G4NodeVector = std::vector<G4SmartVoxelNode*> |
Definition at line 70 of file G4SmartVoxelHeader.hh.
| using G4ProxyVector = std::vector<G4SmartVoxelProxy*> |
Definition at line 69 of file G4SmartVoxelHeader.hh.
| using G4VolumeExtentVector = std::vector<G4double> |
Definition at line 72 of file G4SmartVoxelHeader.hh.
| using G4VolumeNosVector = std::vector<G4int> |
Definition at line 71 of file G4SmartVoxelHeader.hh.