hep.geant4.jni
Class G4BlockingList

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

public class G4BlockingList
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4BlockingList()
           
G4BlockingList(int maxDefault)
           
G4BlockingList(int maxDefault, int stride)
           
G4BlockingList(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void blockVolume(int v)
           
 void delete()
           
 void enlarge(int nv)
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 void fullyReset()
           
static long getCPtr(G4BlockingList obj)
           
 boolean isBlocked(int v)
           
 int length()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4BlockingList

public G4BlockingList(long cPtr,
                      boolean cMemoryOwn)

G4BlockingList

public G4BlockingList(int maxDefault,
                      int stride)

G4BlockingList

public G4BlockingList(int maxDefault)

G4BlockingList

public G4BlockingList()
Method Detail

getCPtr

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

reset

public void reset()

fullyReset

public void fullyReset()

enlarge

public void enlarge(int nv)

length

public int length()

blockVolume

public void blockVolume(int v)

isBlocked

public boolean isBlocked(int v)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.