Geant4-11
Public Member Functions | Data Fields
G4VTwistedFaceted::LastState Class Reference

Public Member Functions

 LastState ()
 
 LastState (const LastState &r)
 
LastStateoperator= (const LastState &r)
 
 ~LastState ()
 

Data Fields

EInside inside
 
G4ThreeVector p
 

Detailed Description

Definition at line 190 of file G4VTwistedFaceted.hh.

Constructor & Destructor Documentation

◆ LastState() [1/2]

G4VTwistedFaceted::LastState::LastState ( )
inline

Definition at line 193 of file G4VTwistedFaceted.hh.

194 {
196 }
void set(double x, double y, double z)
@ kOutside
Definition: geomdefs.hh:68
static const G4double kInfinity
Definition: geomdefs.hh:41

References inside, kInfinity, kOutside, p, and CLHEP::Hep3Vector::set().

◆ ~LastState()

G4VTwistedFaceted::LastState::~LastState ( )
inline

Definition at line 197 of file G4VTwistedFaceted.hh.

197{}

◆ LastState() [2/2]

G4VTwistedFaceted::LastState::LastState ( const LastState r)
inline

Definition at line 198 of file G4VTwistedFaceted.hh.

198: p(r.p), inside(r.inside){}

Member Function Documentation

◆ operator=()

LastState & G4VTwistedFaceted::LastState::operator= ( const LastState r)
inline

Definition at line 199 of file G4VTwistedFaceted.hh.

200 {
201 if (this == &r) { return *this; }
202 p = r.p; inside = r.inside;
203 return *this;
204 }

References inside, and p.

Field Documentation

◆ inside

EInside G4VTwistedFaceted::LastState::inside

Definition at line 207 of file G4VTwistedFaceted.hh.

Referenced by G4VTwistedFaceted::Inside(), LastState(), and operator=().

◆ p

G4ThreeVector G4VTwistedFaceted::LastState::p

Definition at line 206 of file G4VTwistedFaceted.hh.

Referenced by G4VTwistedFaceted::Inside(), LastState(), and operator=().


The documentation for this class was generated from the following file: