Uses of Class
hep.geant4.jni.G4Curve

Packages that use G4Curve
hep.geant4.jni   
 

Uses of G4Curve in hep.geant4.jni
 

Subclasses of G4Curve in hep.geant4.jni
 class G4BSplineCurve
           
 class G4BSplineCurveWithKnots
           
 class G4CircularCurve
           
 class G4CompositeCurve
           
 class G4Conic
           
 class G4Ellipse
           
 class G4Hyperbola
           
 class G4Line
           
 class G4Parabola
           
 

Methods in hep.geant4.jni that return G4Curve
 G4Curve G4CurveVector.get(int i)
           
 G4Curve G4CurvePoint.getCurve()
           
 G4Curve G4Parabola.project()
           
 G4Curve G4Line.project()
           
 G4Curve G4Hyperbola.project()
           
 G4Curve G4Ellipse.project()
           
 G4Curve G4Curve.project()
           
 G4Curve G4CompositeCurve.project()
           
 G4Curve G4CircularCurve.project()
           
 G4Curve G4BSplineCurve.project()
           
 G4Curve G4Parabola.project(G4Transform3D tr)
           
 G4Curve G4Line.project(G4Transform3D tr)
           
 G4Curve G4Hyperbola.project(G4Transform3D tr)
           
 G4Curve G4Ellipse.project(G4Transform3D tr)
           
 G4Curve G4Curve.project(G4Transform3D tr)
           
 G4Curve G4CompositeCurve.project(G4Transform3D tr)
           
 G4Curve G4CircularCurve.project(G4Transform3D tr)
           
 G4Curve G4BSplineCurve.project(G4Transform3D tr)
           
 

Methods in hep.geant4.jni with parameters of type G4Curve
static long G4Curve.getCPtr(G4Curve obj)
           
 void G4CurvePoint.init(G4Curve c0)
           
 void G4CurveRayIntersection.init(G4Curve c0, G4Ray r0)
           
 void G4CurveVector.pushBack(G4Curve x)
           
 void G4CurveVector.set(int i, G4Curve x)
           
 

Constructors in hep.geant4.jni with parameters of type G4Curve
G4CurvePoint(G4Curve c0)
           
G4CurveRayIntersection(G4Curve c0, G4Ray r0)
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.