hep.geant4.jni
Class G4VPGeoDriver

java.lang.Object
  extended by hep.geant4.jni.G4VPGeoDriver
Direct Known Subclasses:
G4ParallelNavigator

public class G4VPGeoDriver
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4VPGeoDriver(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 double computeStepLengthCrossBoundary(G4ThreeVector aPosition, G4ThreeVector aDirection)
           
 double computeStepLengthInit(G4ThreeVector aPosition, G4ThreeVector aDirection)
           
 double computeStepLengthInVolume(G4ThreeVector aPosition, G4ThreeVector aDirection)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4VPGeoDriver obj)
           
 G4GeometryCell getCurrentGeometryCell()
           
 G4GeometryCell locateOnBoundary(G4ThreeVector aPosition, G4ThreeVector aDirection)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4VPGeoDriver

public G4VPGeoDriver(long cPtr,
                     boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(G4VPGeoDriver 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

locateOnBoundary

public G4GeometryCell locateOnBoundary(G4ThreeVector aPosition,
                                       G4ThreeVector aDirection)

getCurrentGeometryCell

public G4GeometryCell getCurrentGeometryCell()

computeStepLengthInit

public double computeStepLengthInit(G4ThreeVector aPosition,
                                    G4ThreeVector aDirection)

computeStepLengthCrossBoundary

public double computeStepLengthCrossBoundary(G4ThreeVector aPosition,
                                             G4ThreeVector aDirection)

computeStepLengthInVolume

public double computeStepLengthInVolume(G4ThreeVector aPosition,
                                        G4ThreeVector aDirection)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.