hep.geant4.jni
Class G4SensitiveVolumeList

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

public class G4SensitiveVolumeList
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4SensitiveVolumeList()
           
G4SensitiveVolumeList(G4SensitiveVolumeList right)
           
G4SensitiveVolumeList(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 boolean checkLV(G4LogicalVolume lvp)
           
 boolean checkPV(G4VPhysicalVolume pvp)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4SensitiveVolumeList obj)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4SensitiveVolumeList

public G4SensitiveVolumeList(long cPtr,
                             boolean cMemoryOwn)

G4SensitiveVolumeList

public G4SensitiveVolumeList()

G4SensitiveVolumeList

public G4SensitiveVolumeList(G4SensitiveVolumeList right)
Method Detail

getCPtr

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

checkPV

public boolean checkPV(G4VPhysicalVolume pvp)

checkLV

public boolean checkLV(G4LogicalVolume lvp)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.