#include <G4GeometryCellStep.hh>
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) |
Definition at line 51 of file G4GeometryCellStep.hh.
| 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 | ( | ) |
| G4bool G4GeometryCellStep::GetCrossBoundary | ( | ) | const [inline] |
| const G4GeometryCell & G4GeometryCellStep::GetPostGeometryCell | ( | ) | const [inline] |
| const G4GeometryCell & G4GeometryCellStep::GetPreGeometryCell | ( | ) | const [inline] |
| void G4GeometryCellStep::SetCrossBoundary | ( | G4bool | b | ) | [inline] |
| void G4GeometryCellStep::SetPostGeometryCell | ( | const G4GeometryCell & | postCell | ) | [inline] |
| void G4GeometryCellStep::SetPreGeometryCell | ( | const G4GeometryCell & | preCell | ) | [inline] |
1.4.7