|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VTwistSurface.hh>
Public Member Functions | |
| Boundary () | |
| virtual | ~Boundary () |
| void | SetFields (const G4int &areacode, const G4ThreeVector &d, const G4ThreeVector &x0, const G4int &boundarytype) |
| G4bool | IsEmpty () const |
| G4bool | GetBoundaryParameters (const G4int &areacode, G4ThreeVector &d, G4ThreeVector &x0, G4int &boundarytype) const |
Definition at line 283 of file G4VTwistSurface.hh.
| G4VTwistSurface::Boundary::Boundary | ( | ) |
Definition at line 1281 of file G4VTwistSurface.cc.
|
virtual |
Definition at line 1289 of file G4VTwistSurface.cc.
| G4bool G4VTwistSurface::Boundary::GetBoundaryParameters | ( | const G4int & | areacode, |
| G4ThreeVector & | d, | ||
| G4ThreeVector & | x0, | ||
| G4int & | boundarytype | ||
| ) | const |
Definition at line 1321 of file G4VTwistSurface.cc.
| G4bool G4VTwistSurface::Boundary::IsEmpty | ( | ) | const |
Definition at line 1311 of file G4VTwistSurface.cc.
| void G4VTwistSurface::Boundary::SetFields | ( | const G4int & | areacode, |
| const G4ThreeVector & | d, | ||
| const G4ThreeVector & | x0, | ||
| const G4int & | boundarytype | ||
| ) |
Definition at line 1297 of file G4VTwistSurface.cc.
Referenced by G4VTwistSurface::SetBoundary().