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

#include <G4Hyperbola.hh>

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

Public Member Functions

 G4Hyperbola ()
 
virtual ~G4Hyperbola ()
 
 G4Hyperbola (const G4Hyperbola &right)
 
G4Hyperbolaoperator= (const G4Hyperbola &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 GetSemiAxis () const
 
G4double GetSemiImagAxis () const
 
void Init (const G4Axis2Placement3D &position0, G4double semiAxis0, G4double semiImagAxis0)
 
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 G4Hyperbola.hh.

Constructor & Destructor Documentation

G4Hyperbola::G4Hyperbola ( )

Definition at line 41 of file G4Hyperbola.cc.

Here is the caller graph for this function:

G4Hyperbola::~G4Hyperbola ( )
virtual

Definition at line 46 of file G4Hyperbola.cc.

G4Hyperbola::G4Hyperbola ( const G4Hyperbola right)

Definition at line 50 of file G4Hyperbola.cc.

Member Function Documentation

G4double G4Hyperbola::GetPMax ( ) const
inlinevirtual

Implements G4Curve.

G4Point3D G4Hyperbola::GetPoint ( G4double  param) const
inlinevirtual

Implements G4Curve.

Here is the caller graph for this function:

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

Implements G4Curve.

G4double G4Hyperbola::GetSemiAxis ( ) const
inline
G4double G4Hyperbola::GetSemiImagAxis ( ) const
inline
void G4Hyperbola::Init ( const G4Axis2Placement3D position0,
G4double  semiAxis0,
G4double  semiImagAxis0 
)
inline

Here is the caller graph for this function:

void G4Hyperbola::InitBounded ( )
protectedvirtual

Implements G4Curve.

Definition at line 157 of file G4Hyperbola.cc.

Here is the call graph for this function:

G4int G4Hyperbola::IntersectRay2D ( const G4Ray ray)
inlinevirtual

Implements G4Curve.

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

Definition at line 69 of file G4Hyperbola.cc.

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

!!!!!!!!!!!

!!!!!!!!!!!

Implements G4Curve.

Definition at line 96 of file G4Hyperbola.cc.

Here is the call graph for this function:

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

Implements G4Curve.

Definition at line 184 of file G4Hyperbola.cc.

Here is the call graph for this function:


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