Geant4  10.00.p02
G3RotTableEntry Class Reference

#include <G3RotTableEntry.hh>

Public Member Functions

 G3RotTableEntry (G4int id, G4RotationMatrix *matrix)
 
 G3RotTableEntry (const G3RotTableEntry &right)
 
virtual ~G3RotTableEntry ()
 
G3RotTableEntryoperator= (const G3RotTableEntry &right)
 
G4int operator== (const G3RotTableEntry &right) const
 
G4int operator!= (const G3RotTableEntry &right) const
 
G4int GetID () const
 
G4RotationMatrixGetMatrix () const
 

Private Attributes

G4int fID
 
G4RotationMatrixfMatrix
 

Detailed Description

Definition at line 47 of file G3RotTableEntry.hh.

Constructor & Destructor Documentation

G3RotTableEntry::G3RotTableEntry ( G4int  id,
G4RotationMatrix matrix 
)

Definition at line 35 of file G3RotTableEntry.cc.

G3RotTableEntry::G3RotTableEntry ( const G3RotTableEntry right)

Definition at line 40 of file G3RotTableEntry.cc.

G3RotTableEntry::~G3RotTableEntry ( )
virtual

Definition at line 45 of file G3RotTableEntry.cc.

Member Function Documentation

G4int G3RotTableEntry::GetID ( ) const
inline

Definition at line 73 of file G3RotTableEntry.hh.

References fID.

Referenced by G3RotTable::Get(), operator=(), and operator==().

+ Here is the caller graph for this function:

G4RotationMatrix * G3RotTableEntry::GetMatrix ( ) const
inline

Definition at line 76 of file G3RotTableEntry.hh.

References fMatrix.

Referenced by G3RotTable::Get(), and operator=().

+ Here is the caller graph for this function:

G4int G3RotTableEntry::operator!= ( const G3RotTableEntry right) const

Definition at line 64 of file G3RotTableEntry.cc.

G3RotTableEntry & G3RotTableEntry::operator= ( const G3RotTableEntry right)

Definition at line 48 of file G3RotTableEntry.cc.

References fID, fMatrix, GetID(), and GetMatrix().

+ Here is the call graph for this function:

G4int G3RotTableEntry::operator== ( const G3RotTableEntry right) const

Definition at line 56 of file G3RotTableEntry.cc.

References fID, and GetID().

+ Here is the call graph for this function:

Member Data Documentation

G4int G3RotTableEntry::fID
private

Definition at line 67 of file G3RotTableEntry.hh.

Referenced by GetID(), operator=(), and operator==().

G4RotationMatrix* G3RotTableEntry::fMatrix
private

Definition at line 68 of file G3RotTableEntry.hh.

Referenced by GetMatrix(), and operator=().


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