Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Typedefs
G4SmartVoxelHeader.hh File Reference
#include "G4Types.hh"
#include "geomdefs.hh"
#include "G4SmartVoxelProxy.hh"
#include "G4SmartVoxelNode.hh"
#include <vector>
#include "G4SmartVoxelHeader.icc"

Go to the source code of this file.

Data Structures

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.