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
G4Parabola Class Reference

#include <G4Parabola.hh>

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

Public Member Functions

 G4Parabola ()
 
virtual ~G4Parabola ()
 
 G4Parabola (const G4Parabola &right)
 
G4Parabolaoperator= (const G4Parabola &right)
 
G4CurveProject (const G4Transform3D &tr=G4Transform3D::Identity)
 
G4bool Tangent (G4CurvePoint &cp, G4Vector3D &v)
 
G4double GetPMax () const
 
G4Point3D GetPoint (G4double param) const
 
G4double GetPPoint (const G4Point3D &p) const
 
G4double GetFocalDist () const
 
void Init (const G4Axis2Placement3D &position0, G4double focalDist0)
 
G4int IntersectRay2D (const G4Ray &ray)
 
- Public Member Functions inherited from G4Conic
 G4Conic ()
 
virtual ~G4Conic ()
 
 G4Conic (const G4Conic &right)
 
G4Conicoperator= (const G4Conic &right)
 
const G4Axis2Placement3DGetPosition () const
 
G4double GetPShift () const
 
void SetPShift (G4double pShift0)
 
- 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 G4Conic
G4Axis2Placement3D position
 
G4double pShift
 

Detailed Description

Definition at line 44 of file G4Parabola.hh.

Constructor & Destructor Documentation

G4Parabola::G4Parabola ( )

Definition at line 40 of file G4Parabola.cc.

Here is the caller graph for this function:

G4Parabola::~G4Parabola ( )
virtual

Definition at line 41 of file G4Parabola.cc.

G4Parabola::G4Parabola ( const G4Parabola right)

Definition at line 43 of file G4Parabola.cc.

Member Function Documentation

G4double G4Parabola::GetFocalDist ( ) const
inline
G4double G4Parabola::GetPMax ( ) const
inlinevirtual

Implements G4Curve.

G4Point3D G4Parabola::GetPoint ( G4double  param) const
inlinevirtual

Implements G4Curve.

Here is the caller graph for this function:

G4double G4Parabola::GetPPoint ( const G4Point3D p) const
inlinevirtual

Implements G4Curve.

void G4Parabola::Init ( const G4Axis2Placement3D position0,
G4double  focalDist0 
)
inline

Here is the caller graph for this function:

void G4Parabola::InitBounded ( )
protectedvirtual

Implements G4Curve.

Definition at line 119 of file G4Parabola.cc.

Here is the call graph for this function:

G4int G4Parabola::IntersectRay2D ( const G4Ray ray)
inlinevirtual

Implements G4Curve.

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

Definition at line 58 of file G4Parabola.cc.

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

Implements G4Curve.

Definition at line 79 of file G4Parabola.cc.

Here is the call graph for this function:

G4bool G4Parabola::Tangent ( G4CurvePoint cp,
G4Vector3D v 
)
virtual

Implements G4Curve.

Definition at line 142 of file G4Parabola.cc.

Here is the call graph for this function:


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