Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4VITFinder Class Referenceabstract

#include <G4ITFinder.hh>

Inheritance diagram for G4VITFinder:

Public Member Functions

 G4VITFinder ()
 
virtual ~G4VITFinder ()
 
virtual void Clear ()=0
 
virtual void SetVerboseLevel (G4int level)=0
 
virtual G4int GetVerboseLevel ()=0
 
virtual void Push (G4Track *track)=0
 
virtual G4ITType GetITType ()=0
 
virtual void UpdatePositionMap ()=0
 

Detailed Description

Definition at line 59 of file G4ITFinder.hh.

Constructor & Destructor Documentation

G4VITFinder::G4VITFinder ( )

Definition at line 37 of file G4ITFinder.cc.

38 {
39 }
virtual G4VITFinder::~G4VITFinder ( )
inlinevirtual

Definition at line 63 of file G4ITFinder.hh.

63 {;}

Member Function Documentation

virtual void G4VITFinder::Clear ( )
pure virtual

Implemented in G4ITFinder< T >.

virtual G4ITType G4VITFinder::GetITType ( )
pure virtual

Implemented in G4ITFinder< T >.

Here is the caller graph for this function:

virtual G4int G4VITFinder::GetVerboseLevel ( )
pure virtual

Implemented in G4ITFinder< T >.

virtual void G4VITFinder::Push ( G4Track track)
pure virtual

Implemented in G4ITFinder< T >.

virtual void G4VITFinder::SetVerboseLevel ( G4int  level)
pure virtual

Implemented in G4ITFinder< T >.

virtual void G4VITFinder::UpdatePositionMap ( )
pure virtual

Implemented in G4ITFinder< T >.


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