Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
G4IStore Class Reference

#include <G4IStore.hh>

Inheritance diagram for G4IStore:
Inheritance graph
[legend]
Collaboration diagram for G4IStore:
Collaboration graph
[legend]

Public Member Functions

 G4IStore (const G4VPhysicalVolume &worldvolume)
 
virtual ~G4IStore ()
 
virtual G4double GetImportance (const G4GeometryCell &gCell) const
 
virtual G4bool IsKnown (const G4GeometryCell &gCell) const
 
virtual const G4VPhysicalVolumeGetWorldVolume () const
 
void AddImportanceGeometryCell (G4double importance, const G4GeometryCell &gCell)
 
void AddImportanceGeometryCell (G4double importance, const G4VPhysicalVolume &, G4int aRepNum=0)
 
void ChangeImportance (G4double importance, const G4GeometryCell &gCell)
 
void ChangeImportance (G4double importance, const G4VPhysicalVolume &, G4int aRepNum=0)
 
G4double GetImportance (const G4VPhysicalVolume &, G4int aRepNum=0) const
 
- Public Member Functions inherited from G4VIStore
 G4VIStore ()
 
virtual ~G4VIStore ()
 

Detailed Description

Definition at line 52 of file G4IStore.hh.

Constructor & Destructor Documentation

G4IStore::G4IStore ( const G4VPhysicalVolume worldvolume)
explicit

Definition at line 42 of file G4IStore.cc.

G4IStore::~G4IStore ( )
virtual

Definition at line 46 of file G4IStore.cc.

Member Function Documentation

void G4IStore::AddImportanceGeometryCell ( G4double  importance,
const G4GeometryCell gCell 
)

Definition at line 59 of file G4IStore.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4IStore::AddImportanceGeometryCell ( G4double  importance,
const G4VPhysicalVolume aVolume,
G4int  aRepNum = 0 
)

Definition at line 74 of file G4IStore.cc.

Here is the call graph for this function:

void G4IStore::ChangeImportance ( G4double  importance,
const G4GeometryCell gCell 
)

Definition at line 82 of file G4IStore.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4IStore::ChangeImportance ( G4double  importance,
const G4VPhysicalVolume aVolume,
G4int  aRepNum = 0 
)

Definition at line 97 of file G4IStore.cc.

Here is the call graph for this function:

G4double G4IStore::GetImportance ( const G4GeometryCell gCell) const
virtual

Implements G4VIStore.

Definition at line 117 of file G4IStore.cc.

G4double G4IStore::GetImportance ( const G4VPhysicalVolume aVolume,
G4int  aRepNum = 0 
) const

Definition at line 104 of file G4IStore.cc.

const G4VPhysicalVolume & G4IStore::GetWorldVolume ( ) const
virtual

Implements G4VIStore.

Definition at line 49 of file G4IStore.cc.

G4bool G4IStore::IsKnown ( const G4GeometryCell gCell) const
virtual

Implements G4VIStore.

Definition at line 132 of file G4IStore.cc.

Here is the call graph for this function:


The documentation for this class was generated from the following files: