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

#include <G4GeomTestPoint.hh>

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

Public Member Functions

 G4GeomTestPoint ()
 
 G4GeomTestPoint (const G4GeomTestPoint &other)
 
 G4GeomTestPoint (const G4ThreeVector &thePoint, G4double theS, G4bool isEntering)
 
virtual ~G4GeomTestPoint ()
 
G4GeomTestPointoperator= (const G4GeomTestPoint &other)
 
G4bool operator== (const G4GeomTestPoint &other) const
 
G4bool operator< (const G4GeomTestPoint &other) const
 
G4bool operator<= (const G4GeomTestPoint &other) const
 
virtual const G4ThreeVectorGetPosition () const
 
virtual G4double GetDistance () const
 
virtual G4bool Entering () const
 

Protected Attributes

G4ThreeVector p
 
G4double s
 
G4bool entering
 

Detailed Description

Definition at line 49 of file G4GeomTestPoint.hh.

Constructor & Destructor Documentation

G4GeomTestPoint::G4GeomTestPoint ( )

Definition at line 43 of file G4GeomTestPoint.cc.

G4GeomTestPoint::G4GeomTestPoint ( const G4GeomTestPoint other)

Definition at line 65 of file G4GeomTestPoint.cc.

G4GeomTestPoint::G4GeomTestPoint ( const G4ThreeVector thePoint,
G4double  theS,
G4bool  isEntering 
)

Definition at line 53 of file G4GeomTestPoint.cc.

G4GeomTestPoint::~G4GeomTestPoint ( )
virtual

Definition at line 75 of file G4GeomTestPoint.cc.

Member Function Documentation

G4bool G4GeomTestPoint::Entering ( ) const
virtual

Definition at line 140 of file G4GeomTestPoint.cc.

G4double G4GeomTestPoint::GetDistance ( ) const
virtual

Definition at line 131 of file G4GeomTestPoint.cc.

const G4ThreeVector & G4GeomTestPoint::GetPosition ( ) const
virtual

Definition at line 122 of file G4GeomTestPoint.cc.

G4bool G4GeomTestPoint::operator< ( const G4GeomTestPoint other) const

Definition at line 108 of file G4GeomTestPoint.cc.

G4bool G4GeomTestPoint::operator<= ( const G4GeomTestPoint other) const

Definition at line 113 of file G4GeomTestPoint.cc.

G4GeomTestPoint & G4GeomTestPoint::operator= ( const G4GeomTestPoint other)

Definition at line 80 of file G4GeomTestPoint.cc.

Here is the caller graph for this function:

G4bool G4GeomTestPoint::operator== ( const G4GeomTestPoint other) const

Definition at line 99 of file G4GeomTestPoint.cc.

Member Data Documentation

G4bool G4GeomTestPoint::entering
protected

Definition at line 76 of file G4GeomTestPoint.hh.

G4ThreeVector G4GeomTestPoint::p
protected

Definition at line 74 of file G4GeomTestPoint.hh.

G4double G4GeomTestPoint::s
protected

Definition at line 75 of file G4GeomTestPoint.hh.


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