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::G4UVHit (  )  [inline]

Definition at line 47 of file G4UVHit.hh.

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

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

Definition at line 48 of file G4UVHit.hh.

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

G4UVHit::~G4UVHit (  )  [inline]

Definition at line 49 of file G4UVHit.hh.

00049 {}


Member Function Documentation

G4UVHit* G4UVHit::GetNext (  )  [inline]

Definition at line 52 of file G4UVHit.hh.

Referenced by G4BSplineSurface::~G4BSplineSurface().

00052 { return next; }

G4double G4UVHit::GetU (  )  const [inline]

Definition at line 53 of file G4UVHit.hh.

Referenced by G4BSplineSurface::GetUHit().

00053 { return u; }

G4double G4UVHit::GetV (  )  const [inline]

Definition at line 54 of file G4UVHit.hh.

Referenced by G4BSplineSurface::GetVHit().

00054 { return v; }

void G4UVHit::SetNext ( G4UVHit n  )  [inline]

Definition at line 51 of file G4UVHit.hh.

References CLHEP::detail::n.

00051 { next = n; }


The documentation for this class was generated from the following file:
Generated on Mon May 27 17:53:38 2013 for Geant4 by  doxygen 1.4.7