hep.geant4.jni
Class G4ParallelNavigator

java.lang.Object
  extended by hep.geant4.jni.G4VPGeoDriver
      extended by hep.geant4.jni.G4ParallelNavigator

public class G4ParallelNavigator
extends G4VPGeoDriver


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VPGeoDriver
swigCMemOwn
 
Constructor Summary
G4ParallelNavigator(G4VPhysicalVolume aWorldVolume)
           
G4ParallelNavigator(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(G4ParallelNavigator obj)
           
 G4GeometryCell getCurrentGeometryCell()
           
 G4GeometryCell locateOnBoundary(G4ThreeVector aPosition, G4ThreeVector aDirection)
           
 void setVerboseity(int v)
           
 
Methods inherited from class hep.geant4.jni.G4VPGeoDriver
getCPtr
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4ParallelNavigator

public G4ParallelNavigator(long cPtr,
                           boolean cMemoryOwn)

G4ParallelNavigator

public G4ParallelNavigator(G4VPhysicalVolume aWorldVolume)
Method Detail

getCPtr

public static long getCPtr(G4ParallelNavigator obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4VPGeoDriver

equals

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

locateOnBoundary

public G4GeometryCell locateOnBoundary(G4ThreeVector aPosition,
                                       G4ThreeVector aDirection)
Overrides:
locateOnBoundary in class G4VPGeoDriver

getCurrentGeometryCell

public G4GeometryCell getCurrentGeometryCell()
Overrides:
getCurrentGeometryCell in class G4VPGeoDriver

computeStepLengthInit

public double computeStepLengthInit(G4ThreeVector aPosition,
                                    G4ThreeVector aDirection)
Overrides:
computeStepLengthInit in class G4VPGeoDriver

computeStepLengthCrossBoundary

public double computeStepLengthCrossBoundary(G4ThreeVector aPosition,
                                             G4ThreeVector aDirection)
Overrides:
computeStepLengthCrossBoundary in class G4VPGeoDriver

computeStepLengthInVolume

public double computeStepLengthInVolume(G4ThreeVector aPosition,
                                        G4ThreeVector aDirection)
Overrides:
computeStepLengthInVolume in class G4VPGeoDriver

setVerboseity

public void setVerboseity(int v)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.