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

#include <G4VTouchable.hh>

Inheritance diagram for G4VTouchable:

Public Member Functions

 G4VTouchable ()
 
virtual ~G4VTouchable ()
 
virtual const G4ThreeVectorGetTranslation (G4int depth=0) const =0
 
virtual const G4RotationMatrixGetRotation (G4int depth=0) const =0
 
virtual G4VPhysicalVolumeGetVolume (G4int depth=0) const
 
virtual G4VSolidGetSolid (G4int depth=0) const
 
virtual G4int GetReplicaNumber (G4int depth=0) const
 
G4int GetCopyNumber (G4int depth=0) const
 
virtual G4int GetHistoryDepth () const
 
virtual G4int MoveUpHistory (G4int num_levels=1)
 
virtual void UpdateYourself (G4VPhysicalVolume *pPhysVol, const G4NavigationHistory *history=0)
 
virtual const G4NavigationHistoryGetHistory () const
 

Detailed Description

Definition at line 107 of file G4VTouchable.hh.

Constructor & Destructor Documentation

G4VTouchable::G4VTouchable ( )

Definition at line 36 of file G4VTouchable.cc.

37 {
38 }
G4VTouchable::~G4VTouchable ( )
virtual

Definition at line 40 of file G4VTouchable.cc.

41 {
42 }

Member Function Documentation

G4int G4VTouchable::GetCopyNumber ( G4int  depth = 0) const
inline

Here is the caller graph for this function:

const G4NavigationHistory * G4VTouchable::GetHistory ( ) const
virtual

Reimplemented in G4TouchableHistory.

Definition at line 86 of file G4VTouchable.cc.

87 {
88  G4Exception("G4VTouchable::GetHistory()", "GeomMgt0001",
89  FatalException, "Undefined call to base class.");
90  return 0;
91 }
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
Definition: G4Exception.cc:41

Here is the call graph for this function:

Here is the caller graph for this function:

G4int G4VTouchable::GetHistoryDepth ( ) const
virtual

Reimplemented in G4PhysicalVolumeModel::G4PhysicalVolumeModelTouchable, and G4TouchableHistory.

Definition at line 79 of file G4VTouchable.cc.

80 {
81  G4Exception("G4VTouchable::GetHistoryDepth()", "GeomMgt0001",
82  FatalException, "Undefined call to base class.");
83  return 0;
84 }
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
Definition: G4Exception.cc:41

Here is the call graph for this function:

Here is the caller graph for this function:

G4int G4VTouchable::GetReplicaNumber ( G4int  depth = 0) const
virtual

Reimplemented in G4PhysicalVolumeModel::G4PhysicalVolumeModelTouchable, G4TouchableHistory, and G4GMocrenTouchable.

Definition at line 58 of file G4VTouchable.cc.

59 {
60  G4Exception("G4VTouchable::GetReplicaNumber()", "GeomMgt0001",
61  FatalException, "Undefined call to base class.");
62  return 0;
63 }
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
Definition: G4Exception.cc:41

Here is the call graph for this function:

Here is the caller graph for this function:

virtual const G4RotationMatrix* G4VTouchable::GetRotation ( G4int  depth = 0) const
pure virtual

Implemented in G4PhysicalVolumeModel::G4PhysicalVolumeModelTouchable, G4TouchableHistory, G4GRSVolume, G4GRSSolid, and G4GMocrenTouchable.

Here is the caller graph for this function:

G4VSolid * G4VTouchable::GetSolid ( G4int  depth = 0) const
virtual

Reimplemented in G4PhysicalVolumeModel::G4PhysicalVolumeModelTouchable, G4TouchableHistory, G4GRSVolume, and G4GRSSolid.

Definition at line 51 of file G4VTouchable.cc.

52 {
53  G4Exception("G4VTouchable::GetSolid()", "GeomMgt0001",
54  FatalException, "Undefined call to base class.");
55  return 0;
56 }
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
Definition: G4Exception.cc:41

Here is the call graph for this function:

Here is the caller graph for this function:

virtual const G4ThreeVector& G4VTouchable::GetTranslation ( G4int  depth = 0) const
pure virtual

Implemented in G4PhysicalVolumeModel::G4PhysicalVolumeModelTouchable, G4TouchableHistory, G4GRSVolume, G4GRSSolid, and G4GMocrenTouchable.

Here is the caller graph for this function:

G4VPhysicalVolume * G4VTouchable::GetVolume ( G4int  depth = 0) const
virtual

Reimplemented in G4PhysicalVolumeModel::G4PhysicalVolumeModelTouchable, G4TouchableHistory, and G4GRSVolume.

Definition at line 44 of file G4VTouchable.cc.

45 {
46  G4Exception("G4VTouchable::GetVolume()", "GeomMgt0001",
47  FatalException, "Undefined call to base class.");
48  return 0;
49 }
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
Definition: G4Exception.cc:41

Here is the call graph for this function:

Here is the caller graph for this function:

G4int G4VTouchable::MoveUpHistory ( G4int  num_levels = 1)
virtual

Reimplemented in G4TouchableHistory.

Definition at line 65 of file G4VTouchable.cc.

66 {
67  G4Exception("G4VTouchable::MoveUpHistory()", "GeomMgt0001",
68  FatalException, "Undefined call to base class.");
69  return 0;
70 }
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
Definition: G4Exception.cc:41

Here is the call graph for this function:

void G4VTouchable::UpdateYourself ( G4VPhysicalVolume pPhysVol,
const G4NavigationHistory history = 0 
)
virtual

Reimplemented in G4TouchableHistory.

Definition at line 72 of file G4VTouchable.cc.

74 {
75  G4Exception("G4VTouchable::UpdateYourself()", "GeomMgt0001",
76  FatalException, "Undefined call to base class.");
77 }
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
Definition: G4Exception.cc:41

Here is the call graph for this function:

Here is the caller graph for this function:


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