Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4UVHit Class Reference

#include <G4UVHit.hh>

Public Member Functions

 G4UVHit ()
 
 G4UVHit (G4double u_hit, G4double v_hit)
 
 ~G4UVHit ()
 
void SetNext (G4UVHit *n)
 
G4UVHitGetNext ()
 
G4double GetU () const
 
G4double GetV () const
 

Detailed Description

Definition at line 44 of file G4UVHit.hh.

Constructor & Destructor Documentation

◆ G4UVHit() [1/2]

G4UVHit::G4UVHit ( )
inline

Definition at line 47 of file G4UVHit.hh.

47{u=-1; v=-1; next=0;}

◆ G4UVHit() [2/2]

G4UVHit::G4UVHit ( G4double  u_hit,
G4double  v_hit 
)
inline

Definition at line 48 of file G4UVHit.hh.

48{u = u_hit; v = v_hit; next=0;}

◆ ~G4UVHit()

G4UVHit::~G4UVHit ( )
inline

Definition at line 49 of file G4UVHit.hh.

49{}

Member Function Documentation

◆ GetNext()

G4UVHit * G4UVHit::GetNext ( )
inline

Definition at line 52 of file G4UVHit.hh.

52{ return next; }

Referenced by G4BSplineSurface::~G4BSplineSurface().

◆ GetU()

G4double G4UVHit::GetU ( ) const
inline

Definition at line 53 of file G4UVHit.hh.

53{ return u; }

◆ GetV()

G4double G4UVHit::GetV ( ) const
inline

Definition at line 54 of file G4UVHit.hh.

54{ return v; }

◆ SetNext()

void G4UVHit::SetNext ( G4UVHit n)
inline

Definition at line 51 of file G4UVHit.hh.

51{ next = n; }

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