Geant4 11.2.2
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 273 of file G4VTwistSurface.hh.
G4VTwistSurface::Boundary::Boundary | ( | ) |
Definition at line 1273 of file G4VTwistSurface.cc.
|
virtualdefault |
G4bool G4VTwistSurface::Boundary::GetBoundaryParameters | ( | const G4int & | areacode, |
G4ThreeVector & | d, | ||
G4ThreeVector & | x0, | ||
G4int & | boundarytype ) const |
Definition at line 1309 of file G4VTwistSurface.cc.
G4bool G4VTwistSurface::Boundary::IsEmpty | ( | ) | const |
Definition at line 1300 of file G4VTwistSurface.cc.
void G4VTwistSurface::Boundary::SetFields | ( | const G4int & | areacode, |
const G4ThreeVector & | d, | ||
const G4ThreeVector & | x0, | ||
const G4int & | boundarytype ) |
Definition at line 1286 of file G4VTwistSurface.cc.