hep.geant4.jni
Class G4IntersectingCone

java.lang.Object
  extended by hep.geant4.jni.G4IntersectingCone

public class G4IntersectingCone
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4IntersectingCone(double[] r, double[] z)
           
G4IntersectingCone(long cPtr, boolean cMemoryOwn)
           
G4IntersectingCone(SWIGTYPE_p___void__ arg0)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4IntersectingCone obj)
           
 boolean hitOn(double r, double z)
           
 int lineHitsCone(G4ThreeVector p, G4ThreeVector v, SWIGTYPE_p_double s1, SWIGTYPE_p_double s2)
           
 double rHi()
           
 double rLo()
           
 double zHi()
           
 double zLo()
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4IntersectingCone

public G4IntersectingCone(long cPtr,
                          boolean cMemoryOwn)

G4IntersectingCone

public G4IntersectingCone(double[] r,
                          double[] z)

G4IntersectingCone

public G4IntersectingCone(SWIGTYPE_p___void__ arg0)
Method Detail

getCPtr

public static long getCPtr(G4IntersectingCone obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable

delete

public void delete()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

lineHitsCone

public int lineHitsCone(G4ThreeVector p,
                        G4ThreeVector v,
                        SWIGTYPE_p_double s1,
                        SWIGTYPE_p_double s2)

hitOn

public boolean hitOn(double r,
                     double z)

rLo

public double rLo()

rHi

public double rHi()

zLo

public double zLo()

zHi

public double zHi()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.