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

#include <G4Curve.hh>

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

Public Member Functions

 G4Curve ()
 
virtual ~G4Curve ()
 
 G4Curve (const G4Curve &c)
 
G4Curveoperator= (const G4Curve &c)
 
G4bool operator== (const G4Curve &right) const
 
virtual G4String GetEntityType () const
 
virtual G4CurveProject (const G4Transform3D &tr=G4Transform3D::Identity)=0
 
virtual G4bool Tangent (G4CurvePoint &cp, G4Vector3D &v)=0
 
virtual G4int IntersectRay2D (const G4Ray &ray)=0
 
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
 
virtual G4double GetPMax () const =0
 
virtual G4Point3D GetPoint (G4double param) const =0
 
virtual G4double GetPPoint (const G4Point3D &p) const =0
 
const G4BoundingBox3DBBox () const
 
virtual const char * Name () const
 
virtual void SetParentSrfPtr (const G4Surface *)
 

Protected Member Functions

virtual void InitBounded ()=0
 

Protected Attributes

G4BoundingBox3D bBox
 
G4Point3D start
 
G4Point3D end
 
G4double pStart
 
G4double pEnd
 
G4double pRange
 
G4bool bounded
 
G4int sameSense
 
G4double kCarTolerance
 

Detailed Description

Definition at line 58 of file G4Curve.hh.

Constructor & Destructor Documentation

G4Curve::G4Curve ( )

Definition at line 39 of file G4Curve.cc.

Here is the call graph for this function:

G4Curve::~G4Curve ( )
virtual

Definition at line 46 of file G4Curve.cc.

G4Curve::G4Curve ( const G4Curve c)

Definition at line 50 of file G4Curve.cc.

Member Function Documentation

const G4BoundingBox3D* G4Curve::BBox ( ) const
const G4Point3D& G4Curve::GetEnd ( ) const
inline

Here is the caller graph for this function:

G4String G4Curve::GetEntityType ( ) const
virtual

Reimplemented in G4CompositeCurve.

Definition at line 72 of file G4Curve.cc.

Here is the caller graph for this function:

G4double G4Curve::GetPEnd ( ) const
inline

Here is the caller graph for this function:

virtual G4double G4Curve::GetPMax ( ) const
pure virtual
virtual G4Point3D G4Curve::GetPoint ( G4double  param) const
pure virtual
virtual G4double G4Curve::GetPPoint ( const G4Point3D p) const
pure virtual
G4double G4Curve::GetPStart ( ) const
inline

Here is the caller graph for this function:

G4int G4Curve::GetSameSense ( ) const
inline

Here is the caller graph for this function:

const G4Point3D& G4Curve::GetStart ( ) const
inline

Here is the caller graph for this function:

virtual void G4Curve::InitBounded ( )
protectedpure virtual
virtual G4int G4Curve::IntersectRay2D ( const G4Ray ray)
pure virtual

Implemented in G4BSplineCurve, G4CompositeCurve, G4Ellipse, G4Hyperbola, G4Line, G4CircularCurve, and G4Parabola.

Here is the caller graph for this function:

G4bool G4Curve::IsBounded ( ) const
inline

Here is the caller graph for this function:

G4bool G4Curve::IsPOn ( G4double  param) const
inline

Here is the caller graph for this function:

const char * G4Curve::Name ( ) const
virtual

Definition at line 77 of file G4Curve.cc.

G4Curve & G4Curve::operator= ( const G4Curve c)

Definition at line 57 of file G4Curve.cc.

G4bool G4Curve::operator== ( const G4Curve right) const
inline
virtual G4Curve* G4Curve::Project ( const G4Transform3D tr = G4Transform3D::Identity)
pure virtual
void G4Curve::SetBounds ( G4double  p1,
G4double  p2 
)
inline

Here is the caller graph for this function:

void G4Curve::SetBounds ( G4double  p1,
const G4Point3D p2 
)
inline
void G4Curve::SetBounds ( const G4Point3D p1,
G4double  p2 
)
inline
void G4Curve::SetBounds ( const G4Point3D p1,
const G4Point3D p2 
)
inline
void G4Curve::SetParentSrfPtr ( const G4Surface )
virtual

Definition at line 82 of file G4Curve.cc.

void G4Curve::SetSameSense ( G4int  sameSense0)
inline

Here is the caller graph for this function:

virtual G4bool G4Curve::Tangent ( G4CurvePoint cp,
G4Vector3D v 
)
pure virtual

Implemented in G4BSplineCurve, G4CompositeCurve, G4Ellipse, G4CircularCurve, G4Hyperbola, G4Line, and G4Parabola.

Here is the caller graph for this function:

Member Data Documentation

G4BoundingBox3D G4Curve::bBox
protected

Definition at line 160 of file G4Curve.hh.

G4bool G4Curve::bounded
protected

Definition at line 166 of file G4Curve.hh.

G4Point3D G4Curve::end
protected

Definition at line 162 of file G4Curve.hh.

G4double G4Curve::kCarTolerance
protected

Definition at line 168 of file G4Curve.hh.

G4double G4Curve::pEnd
protected

Definition at line 164 of file G4Curve.hh.

G4double G4Curve::pRange
protected

Definition at line 165 of file G4Curve.hh.

G4double G4Curve::pStart
protected

Definition at line 163 of file G4Curve.hh.

G4int G4Curve::sameSense
protected

Definition at line 167 of file G4Curve.hh.

G4Point3D G4Curve::start
protected

Definition at line 161 of file G4Curve.hh.


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