Geant4-11
Public Member Functions | Private Attributes
G4GeometryCellStep Class Reference

#include <G4GeometryCellStep.hh>

Public Member Functions

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

Private Attributes

G4bool fCrossBoundary = false
 
G4GeometryCell fPostGeometryCell
 
G4GeometryCell fPreGeometryCell
 

Detailed Description

Definition at line 47 of file G4GeometryCellStep.hh.

Constructor & Destructor Documentation

◆ G4GeometryCellStep()

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

Definition at line 33 of file G4GeometryCellStep.cc.

35 : fPreGeometryCell(preCell), fPostGeometryCell(postCell)
36{
37}
G4GeometryCell fPostGeometryCell
G4GeometryCell fPreGeometryCell

◆ ~G4GeometryCellStep()

G4GeometryCellStep::~G4GeometryCellStep ( )

Definition at line 39 of file G4GeometryCellStep.cc.

40{
41}

Member Function Documentation

◆ GetCrossBoundary()

G4bool G4GeometryCellStep::GetCrossBoundary ( ) const
inline

Definition at line 113 of file G4GeometryCellStep.hh.

114{
115 return fCrossBoundary;
116}

References fCrossBoundary.

◆ GetPostGeometryCell()

const G4GeometryCell & G4GeometryCellStep::GetPostGeometryCell ( ) const
inline

Definition at line 107 of file G4GeometryCellStep.hh.

108{
109 return fPostGeometryCell;
110}

References fPostGeometryCell.

◆ GetPreGeometryCell()

const G4GeometryCell & G4GeometryCellStep::GetPreGeometryCell ( ) const
inline

Definition at line 101 of file G4GeometryCellStep.hh.

102{
103 return fPreGeometryCell;
104}

References fPreGeometryCell.

◆ SetCrossBoundary()

void G4GeometryCellStep::SetCrossBoundary ( G4bool  b)
inline

Definition at line 95 of file G4GeometryCellStep.hh.

96{
98}

References fCrossBoundary.

◆ SetPostGeometryCell()

void G4GeometryCellStep::SetPostGeometryCell ( const G4GeometryCell postCell)
inline

Definition at line 89 of file G4GeometryCellStep.hh.

90{
91 fPostGeometryCell = postCell;
92}

References fPostGeometryCell.

◆ SetPreGeometryCell()

void G4GeometryCellStep::SetPreGeometryCell ( const G4GeometryCell preCell)
inline

Definition at line 83 of file G4GeometryCellStep.hh.

84{
85 fPreGeometryCell = preCell;
86}

References fPreGeometryCell.

Field Documentation

◆ fCrossBoundary

G4bool G4GeometryCellStep::fCrossBoundary = false
private

Definition at line 77 of file G4GeometryCellStep.hh.

Referenced by GetCrossBoundary(), and SetCrossBoundary().

◆ fPostGeometryCell

G4GeometryCell G4GeometryCellStep::fPostGeometryCell
private

Definition at line 76 of file G4GeometryCellStep.hh.

Referenced by GetPostGeometryCell(), and SetPostGeometryCell().

◆ fPreGeometryCell

G4GeometryCell G4GeometryCellStep::fPreGeometryCell
private

Definition at line 75 of file G4GeometryCellStep.hh.

Referenced by GetPreGeometryCell(), and SetPreGeometryCell().


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