hep.geant4.jni
Class G4VIStore

java.lang.Object
  extended by hep.geant4.jni.G4VIStore
Direct Known Subclasses:
G4IStore

public class G4VIStore
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4VIStore(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4VIStore obj)
           
 double getImportance(G4GeometryCell gCell)
           
 G4VPhysicalVolume getWorldVolume()
           
 boolean isKnown(G4GeometryCell gCell)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4VIStore

public G4VIStore(long cPtr,
                 boolean cMemoryOwn)
Method Detail

getCPtr

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

getImportance

public double getImportance(G4GeometryCell gCell)

isKnown

public boolean isKnown(G4GeometryCell gCell)

getWorldVolume

public G4VPhysicalVolume getWorldVolume()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.