|
Geant4
10.02.p02
|
#include <G4GeometryCellStep.hh>
Collaboration diagram for G4GeometryCellStep:Public Member Functions | |
| G4GeometryCellStep (const G4GeometryCell &preCell, const G4GeometryCell &postCell) | |
| ~G4GeometryCellStep () | |
| const G4GeometryCell & | GetPreGeometryCell () const |
| const G4GeometryCell & | GetPostGeometryCell () const |
| G4bool | GetCrossBoundary () const |
| void | SetPreGeometryCell (const G4GeometryCell &preCell) |
| void | SetPostGeometryCell (const G4GeometryCell &postCell) |
| void | SetCrossBoundary (G4bool b) |
Private Attributes | |
| G4GeometryCell | fPreGeometryCell |
| G4GeometryCell | fPostGeometryCell |
| G4bool | fCrossBoundary |
Definition at line 51 of file G4GeometryCellStep.hh.
| G4GeometryCellStep::G4GeometryCellStep | ( | const G4GeometryCell & | preCell, |
| const G4GeometryCell & | postCell | ||
| ) |
Definition at line 38 of file G4GeometryCellStep.cc.
| G4GeometryCellStep::~G4GeometryCellStep | ( | ) |
Definition at line 46 of file G4GeometryCellStep.cc.
|
inline |
Definition at line 111 of file G4GeometryCellStep.hh.
References fCrossBoundary.
Referenced by operator<<().
Here is the caller graph for this function:
|
inline |
Definition at line 106 of file G4GeometryCellStep.hh.
References fPostGeometryCell.
Referenced by operator<<().
Here is the caller graph for this function:
|
inline |
Definition at line 101 of file G4GeometryCellStep.hh.
References fPreGeometryCell.
Referenced by operator<<().
Here is the caller graph for this function:
|
inline |
Definition at line 96 of file G4GeometryCellStep.hh.
References fCrossBoundary.
|
inline |
Definition at line 91 of file G4GeometryCellStep.hh.
References fPostGeometryCell.
|
inline |
Definition at line 86 of file G4GeometryCellStep.hh.
References fPreGeometryCell.
|
private |
Definition at line 80 of file G4GeometryCellStep.hh.
Referenced by GetCrossBoundary(), and SetCrossBoundary().
|
private |
Definition at line 79 of file G4GeometryCellStep.hh.
Referenced by GetPostGeometryCell(), and SetPostGeometryCell().
|
private |
Definition at line 78 of file G4GeometryCellStep.hh.
Referenced by GetPreGeometryCell(), and SetPreGeometryCell().