hep.geant4.jni
Class G4VGCellFinder

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

public class G4VGCellFinder
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4VGCellFinder(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4VGCellFinder obj)
           
 G4GeometryCell getPostGeometryCell(G4Step aStep)
           
 G4GeometryCell getPreGeometryCell(G4Step aStep)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4VGCellFinder

public G4VGCellFinder(long cPtr,
                      boolean cMemoryOwn)
Method Detail

getCPtr

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

getPreGeometryCell

public G4GeometryCell getPreGeometryCell(G4Step aStep)

getPostGeometryCell

public G4GeometryCell getPostGeometryCell(G4Step aStep)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.