Geant4  10.02.p03
G4SmartVoxelHeader.hh File Reference
#include "G4Types.hh"
#include "geomdefs.hh"
#include "G4SmartVoxelProxy.hh"
#include "G4SmartVoxelNode.hh"
#include <vector>
#include "G4SmartVoxelHeader.icc"
Include dependency graph for G4SmartVoxelHeader.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  G4SmartVoxelHeader
 

Typedefs

typedef std::vector< G4SmartVoxelProxy * > G4ProxyVector
 
typedef std::vector< G4SmartVoxelNode * > G4NodeVector
 
typedef std::vector< G4intG4VolumeNosVector
 
typedef std::vector< G4doubleG4VolumeExtentVector
 

Typedef Documentation

◆ G4NodeVector

typedef std::vector<G4SmartVoxelNode*> G4NodeVector

Definition at line 74 of file G4SmartVoxelHeader.hh.

◆ G4ProxyVector

typedef std::vector<G4SmartVoxelProxy*> G4ProxyVector

Definition at line 70 of file G4SmartVoxelHeader.hh.

◆ G4VolumeExtentVector

typedef std::vector<G4double> G4VolumeExtentVector

Definition at line 76 of file G4SmartVoxelHeader.hh.

◆ G4VolumeNosVector

typedef std::vector<G4int> G4VolumeNosVector

Definition at line 75 of file G4SmartVoxelHeader.hh.