#include <G4VTwistSurface.hh>
Definition at line 295 of file G4VTwistSurface.hh.
G4VTwistSurface::Boundary::Boundary |
( |
| ) |
|
G4VTwistSurface::Boundary::~Boundary |
( |
| ) |
|
|
virtual |
Definition at line 1273 of file G4VTwistSurface.cc.
1283 std::ostringstream message;
1284 message <<
"Located in the corner area." <<
G4endl
1285 <<
" This function returns a direction vector of "
1286 <<
"a boundary line." <<
G4endl
1287 <<
" areacode = " << areacode;
1288 G4Exception(
"G4VTwistSurface::Boundary::GetBoundaryParameters()",
1291 if ((areacode &
sSizeMask) != (fBoundaryAcode & sSizeMask))
1295 d = fBoundaryDirection;
1297 boundarytype = fBoundaryType;
static const G4int sAxis1
static const G4int sAxis0
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
static const G4int sSizeMask
G4bool G4VTwistSurface::Boundary::IsEmpty |
( |
| ) |
const |
Definition at line 1249 of file G4VTwistSurface.cc.
1254 fBoundaryAcode = areacode;
1255 fBoundaryDirection = d;
1257 fBoundaryType = boundarytype;
The documentation for this class was generated from the following files: