Geant4  10.02.p03
G4VTwistedFaceted::LastState Class Reference
Collaboration diagram for G4VTwistedFaceted::LastState:

Public Member Functions

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

Public Attributes

G4ThreeVector p
 
EInside inside
 

Detailed Description

Definition at line 204 of file G4VTwistedFaceted.hh.

Constructor & Destructor Documentation

◆ LastState() [1/2]

G4VTwistedFaceted::LastState::LastState ( )
inline

Definition at line 207 of file G4VTwistedFaceted.hh.

208  {
210  }
void set(double x, double y, double z)
static const G4double kInfinity
Definition: geomdefs.hh:42
Here is the call graph for this function:

◆ ~LastState()

G4VTwistedFaceted::LastState::~LastState ( )
inline

Definition at line 211 of file G4VTwistedFaceted.hh.

211 {}

◆ LastState() [2/2]

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

Definition at line 212 of file G4VTwistedFaceted.hh.

Member Function Documentation

◆ operator=()

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

Definition at line 213 of file G4VTwistedFaceted.hh.

214  {
215  if (this == &r) { return *this; }
216  p = r.p; inside = r.inside;
217  return *this;
218  }

Member Data Documentation

◆ inside

EInside G4VTwistedFaceted::LastState::inside

Definition at line 221 of file G4VTwistedFaceted.hh.

◆ p

G4ThreeVector G4VTwistedFaceted::LastState::p

Definition at line 220 of file G4VTwistedFaceted.hh.


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