hep.geant4.jni
Class G4UserSteppingAction

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

public class G4UserSteppingAction
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4UserSteppingAction()
           
G4UserSteppingAction(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4UserSteppingAction obj)
           
 void setSteppingManagerPointer(G4SteppingManager pValue)
           
protected  void swigDirectorDisconnect()
           
 void swigReleaseOwnership()
           
 void swigTakeOwnership()
           
 void userSteppingAction(G4Step arg0)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4UserSteppingAction

public G4UserSteppingAction(long cPtr,
                            boolean cMemoryOwn)

G4UserSteppingAction

public G4UserSteppingAction()
Method Detail

getCPtr

public static long getCPtr(G4UserSteppingAction obj)

finalize

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

delete

public void delete()

swigDirectorDisconnect

protected void swigDirectorDisconnect()

swigReleaseOwnership

public void swigReleaseOwnership()

swigTakeOwnership

public void swigTakeOwnership()

equals

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

setSteppingManagerPointer

public void setSteppingManagerPointer(G4SteppingManager pValue)

userSteppingAction

public void userSteppingAction(G4Step arg0)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.