hep.geant4.jni
Class G4GeometryCellStep

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

public class G4GeometryCellStep
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4GeometryCellStep(G4GeometryCell preCell, G4GeometryCell postCell)
           
G4GeometryCellStep(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4GeometryCellStep obj)
           
 boolean getCrossBoundary()
           
 G4GeometryCell getPostGeometryCell()
           
 G4GeometryCell getPreGeometryCell()
           
 void setCrossBoundary(boolean b)
           
 void setPostGeometryCell(G4GeometryCell postCell)
           
 void setPreGeometryCell(G4GeometryCell preCell)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4GeometryCellStep

public G4GeometryCellStep(long cPtr,
                          boolean cMemoryOwn)

G4GeometryCellStep

public G4GeometryCellStep(G4GeometryCell preCell,
                          G4GeometryCell postCell)
Method Detail

getCPtr

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

getPostGeometryCell

public G4GeometryCell getPostGeometryCell()

getCrossBoundary

public boolean getCrossBoundary()

setPreGeometryCell

public void setPreGeometryCell(G4GeometryCell preCell)

setPostGeometryCell

public void setPostGeometryCell(G4GeometryCell postCell)

setCrossBoundary

public void setCrossBoundary(boolean b)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.