Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

typedef std::vector<G4SmartVoxelNode*> G4NodeVector

Definition at line 74 of file G4SmartVoxelHeader.hh.

typedef std::vector<G4SmartVoxelProxy*> G4ProxyVector

Definition at line 70 of file G4SmartVoxelHeader.hh.

typedef std::vector<G4double> G4VolumeExtentVector

Definition at line 76 of file G4SmartVoxelHeader.hh.

typedef std::vector<G4int> G4VolumeNosVector

Definition at line 75 of file G4SmartVoxelHeader.hh.