#include <G4VTwistSurface.hh>
Definition at line 283 of file G4VTwistSurface.hh.
◆ Boundary()
G4VTwistSurface::Boundary::Boundary |
( |
| ) |
|
◆ ~Boundary()
G4VTwistSurface::Boundary::~Boundary |
( |
| ) |
|
|
virtual |
◆ GetBoundaryParameters()
Definition at line 1321 of file G4VTwistSurface.cc.
1325{
1326
1327
1328
1329
1331 {
1332 std::ostringstream message;
1333 message <<
"Located in the corner area." <<
G4endl
1334 << " This function returns a direction vector of "
1335 <<
"a boundary line." <<
G4endl
1336 << " areacode = " << areacode;
1337 G4Exception(
"G4VTwistSurface::Boundary::GetBoundaryParameters()",
1339 }
1341 {
1342 return false;
1343 }
1347 return true;
1348}
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
G4ThreeVector fBoundaryDirection
G4ThreeVector fBoundaryX0
static const G4int sAxis0
static const G4int sAxis1
static const G4int sSizeMask
References FatalException, G4endl, G4Exception(), G4VTwistSurface::sAxis0, G4VTwistSurface::sAxis1, and G4VTwistSurface::sSizeMask.
◆ IsEmpty()
G4bool G4VTwistSurface::Boundary::IsEmpty |
( |
| ) |
const |
◆ SetFields()
◆ fBoundaryAcode
G4int G4VTwistSurface::Boundary::fBoundaryAcode |
|
private |
◆ fBoundaryDirection
◆ fBoundaryType
G4int G4VTwistSurface::Boundary::fBoundaryType |
|
private |
◆ fBoundaryX0
The documentation for this class was generated from the following files: