Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | List of all members
G4Line Class Reference

#include <G4Line.hh>

Inheritance diagram for G4Line:
Inheritance graph
[legend]
Collaboration diagram for G4Line:
Collaboration graph
[legend]

Public Member Functions

 G4Line ()
 
virtual ~G4Line ()
 
 G4Line (const G4Line &orig)
 
G4Lineoperator= (const G4Line &right)
 
G4CurveProject (const G4Transform3D &tr=G4Transform3D::Identity)
 
G4bool Tangent (G4CurvePoint &cp, G4Vector3D &vec)
 
G4double GetPMax () const
 
G4Point3D GetPoint (G4double param) const
 
G4double GetPPoint (const G4Point3D &pt) const
 
G4Point3D GetPnt () const
 
G4Vector3D GetDir () const
 
void Init (const G4Point3D &pnt0, const G4Vector3D &dir0)
 
G4int IntersectRay2D (const G4Ray &ray)
 
- Public Member Functions inherited from G4Curve
 G4Curve ()
 
virtual ~G4Curve ()
 
 G4Curve (const G4Curve &c)
 
G4Curveoperator= (const G4Curve &c)
 
G4bool operator== (const G4Curve &right) const
 
virtual G4String GetEntityType () const
 
const G4Point3DGetStart () const
 
const G4Point3DGetEnd () const
 
G4double GetPStart () const
 
G4double GetPEnd () const
 
void SetBounds (G4double p1, G4double p2)
 
void SetBounds (G4double p1, const G4Point3D &p2)
 
void SetBounds (const G4Point3D &p1, G4double p2)
 
void SetBounds (const G4Point3D &p1, const G4Point3D &p2)
 
G4bool IsBounded () const
 
G4bool IsPOn (G4double param) const
 
void SetSameSense (G4int sameSense0)
 
G4int GetSameSense () const
 
const G4BoundingBox3DBBox () const
 
virtual const char * Name () const
 
virtual void SetParentSrfPtr (const G4Surface *)
 

Protected Member Functions

void InitBounded ()
 

Additional Inherited Members

- Protected Attributes inherited from G4Curve
G4BoundingBox3D bBox
 
G4Point3D start
 
G4Point3D end
 
G4double pStart
 
G4double pEnd
 
G4double pRange
 
G4bool bounded
 
G4int sameSense
 
G4double kCarTolerance
 

Detailed Description

Definition at line 44 of file G4Line.hh.

Constructor & Destructor Documentation

G4Line::G4Line ( )

Definition at line 38 of file G4Line.cc.

Here is the caller graph for this function:

G4Line::~G4Line ( )
virtual

Definition at line 39 of file G4Line.cc.

G4Line::G4Line ( const G4Line orig)

Definition at line 41 of file G4Line.cc.

Member Function Documentation

G4Vector3D G4Line::GetDir ( ) const
inline
G4double G4Line::GetPMax ( ) const
inlinevirtual

Implements G4Curve.

G4Point3D G4Line::GetPnt ( ) const
inline
G4Point3D G4Line::GetPoint ( G4double  param) const
inlinevirtual

Implements G4Curve.

G4double G4Line::GetPPoint ( const G4Point3D pt) const
inlinevirtual

Implements G4Curve.

void G4Line::Init ( const G4Point3D pnt0,
const G4Vector3D dir0 
)
inline

Here is the caller graph for this function:

void G4Line::InitBounded ( )
inlineprotectedvirtual

Implements G4Curve.

G4int G4Line::IntersectRay2D ( const G4Ray ray)
inlinevirtual

Implements G4Curve.

G4Line & G4Line::operator= ( const G4Line right)

Definition at line 55 of file G4Line.cc.

G4Curve * G4Line::Project ( const G4Transform3D tr = G4Transform3D::Identity)
virtual

Implements G4Curve.

Definition at line 75 of file G4Line.cc.

Here is the call graph for this function:

G4bool G4Line::Tangent ( G4CurvePoint cp,
G4Vector3D vec 
)
virtual

Implements G4Curve.

Definition at line 102 of file G4Line.cc.

Here is the call graph for this function:


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