#include <G4VTwistSurface.hh>
|
| CurrentStatus () |
|
virtual | ~CurrentStatus () |
|
G4ThreeVector | GetXX (G4int i) const |
|
G4double | GetDistance (G4int i) const |
|
G4int | GetAreacode (G4int i) const |
|
G4int | GetNXX () const |
|
G4bool | IsDone () const |
|
G4bool | IsValid (G4int i) const |
|
void | SetCurrentStatus (G4int i, G4ThreeVector &xx, G4double &dist, G4int &areacode, G4bool &isvalid, G4int nxx, EValidate validate, const G4ThreeVector *p, const G4ThreeVector *v=0) |
|
void | ResetfDone (EValidate validate, const G4ThreeVector *p, const G4ThreeVector *v=0) |
|
void | DebugPrint () const |
|
Definition at line 251 of file G4VTwistSurface.hh.
G4VTwistSurface::CurrentStatus::CurrentStatus |
( |
| ) |
|
Definition at line 1124 of file G4VTwistSurface.cc.
1130 fIsValid[i] =
false;
void set(double x, double y, double z)
static const G4double kInfinity
static const G4int sOutside
G4VTwistSurface::CurrentStatus::~CurrentStatus |
( |
| ) |
|
|
virtual |
void G4VTwistSurface::CurrentStatus::DebugPrint |
( |
| ) |
const |
Definition at line 1219 of file G4VTwistSurface.cc.
1221 G4cout <<
"CurrentStatus::Dist0,1= " << fDistance[0]
1222 <<
" " << fDistance[1] <<
" areacode = " << fAreacode[0]
1223 <<
" " << fAreacode[1] <<
G4endl;
G4GLOB_DLL std::ostream G4cout
G4int G4VTwistSurface::CurrentStatus::GetAreacode |
( |
G4int |
i | ) |
const |
|
inline |
G4double G4VTwistSurface::CurrentStatus::GetDistance |
( |
G4int |
i | ) |
const |
|
inline |
G4int G4VTwistSurface::CurrentStatus::GetNXX |
( |
| ) |
const |
|
inline |
G4bool G4VTwistSurface::CurrentStatus::IsDone |
( |
| ) |
const |
|
inline |
G4bool G4VTwistSurface::CurrentStatus::IsValid |
( |
G4int |
i | ) |
const |
|
inline |
Definition at line 1191 of file G4VTwistSurface.cc.
1196 if (validate == fLastValidate && p && *p == fLastp)
1198 if (!v || (*v == fLastv))
return;
1205 fIsValid[i] =
false;
void set(double x, double y, double z)
static const G4double kInfinity
static const G4int sOutside
Definition at line 1151 of file G4VTwistSurface.cc.
1161 fDistance[i] = dist;
1162 fAreacode[i] = areacode;
1163 fIsValid[i] = isvalid;
1166 fLastValidate = validate;
1173 G4Exception(
"G4VTwistSurface::CurrentStatus::SetCurrentStatus()",
void set(double x, double y, double z)
static const G4double kInfinity
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
The documentation for this class was generated from the following files: