G4GeometryCellStep Class Reference

#include <G4GeometryCellStep.hh>


Public Member Functions

 G4GeometryCellStep (const G4GeometryCell &preCell, const G4GeometryCell &postCell)
 ~G4GeometryCellStep ()
const G4GeometryCellGetPreGeometryCell () const
const G4GeometryCellGetPostGeometryCell () const
G4bool GetCrossBoundary () const
void SetPreGeometryCell (const G4GeometryCell &preCell)
void SetPostGeometryCell (const G4GeometryCell &postCell)
void SetCrossBoundary (G4bool b)


Detailed Description

Definition at line 51 of file G4GeometryCellStep.hh.


Constructor & Destructor Documentation

G4GeometryCellStep::G4GeometryCellStep ( const G4GeometryCell preCell,
const G4GeometryCell postCell 
)

Definition at line 38 of file G4GeometryCellStep.cc.

00040   : 
00041   fPreGeometryCell(preCell), 
00042   fPostGeometryCell(postCell), 
00043   fCrossBoundary(false) 
00044 {}

G4GeometryCellStep::~G4GeometryCellStep (  ) 

Definition at line 46 of file G4GeometryCellStep.cc.

00047 {}


Member Function Documentation

G4bool G4GeometryCellStep::GetCrossBoundary (  )  const [inline]

Definition at line 111 of file G4GeometryCellStep.hh.

Referenced by operator<<().

00112 {
00113   return fCrossBoundary;
00114 }

const G4GeometryCell & G4GeometryCellStep::GetPostGeometryCell (  )  const [inline]

Definition at line 106 of file G4GeometryCellStep.hh.

Referenced by operator<<().

00107 {
00108   return fPostGeometryCell;
00109 }

const G4GeometryCell & G4GeometryCellStep::GetPreGeometryCell (  )  const [inline]

Definition at line 101 of file G4GeometryCellStep.hh.

Referenced by operator<<().

00102 {
00103   return fPreGeometryCell;
00104 }

void G4GeometryCellStep::SetCrossBoundary ( G4bool  b  )  [inline]

Definition at line 96 of file G4GeometryCellStep.hh.

00097 {
00098   fCrossBoundary = b;
00099 }

void G4GeometryCellStep::SetPostGeometryCell ( const G4GeometryCell postCell  )  [inline]

Definition at line 91 of file G4GeometryCellStep.hh.

00092 {
00093   fPostGeometryCell = postCell;
00094 }

void G4GeometryCellStep::SetPreGeometryCell ( const G4GeometryCell preCell  )  [inline]

Definition at line 86 of file G4GeometryCellStep.hh.

00087 {
00088   fPreGeometryCell = preCell;
00089 }


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:52:04 2013 for Geant4 by  doxygen 1.4.7