hep.geant4.jni
Class G4IStore

java.lang.Object
  extended by hep.geant4.jni.G4VIStore
      extended by hep.geant4.jni.G4IStore

public class G4IStore
extends G4VIStore


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VIStore
swigCMemOwn
 
Constructor Summary
G4IStore(G4VPhysicalVolume worldvolume)
           
G4IStore(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void addImportanceGeometryCell(double importance, G4GeometryCell gCell)
           
 void addImportanceGeometryCell(double importance, G4VPhysicalVolume arg1)
           
 void addImportanceGeometryCell(double importance, G4VPhysicalVolume arg1, int aRepNum)
           
 void changeImportance(double importance, G4GeometryCell gCell)
           
 void changeImportance(double importance, G4VPhysicalVolume arg1)
           
 void changeImportance(double importance, G4VPhysicalVolume arg1, int aRepNum)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4IStore obj)
           
 double getImportance(G4GeometryCell gCell)
           
 double getImportance(G4VPhysicalVolume arg0)
           
 double getImportance(G4VPhysicalVolume arg0, int aRepNum)
           
 G4VPhysicalVolume getWorldVolume()
           
 boolean isKnown(G4GeometryCell gCell)
           
 
Methods inherited from class hep.geant4.jni.G4VIStore
getCPtr
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4IStore

public G4IStore(long cPtr,
                boolean cMemoryOwn)

G4IStore

public G4IStore(G4VPhysicalVolume worldvolume)
Method Detail

getCPtr

public static long getCPtr(G4IStore obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4VIStore

equals

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

getImportance

public double getImportance(G4GeometryCell gCell)
Overrides:
getImportance in class G4VIStore

isKnown

public boolean isKnown(G4GeometryCell gCell)
Overrides:
isKnown in class G4VIStore

getWorldVolume

public G4VPhysicalVolume getWorldVolume()
Overrides:
getWorldVolume in class G4VIStore

addImportanceGeometryCell

public void addImportanceGeometryCell(double importance,
                                      G4GeometryCell gCell)

addImportanceGeometryCell

public void addImportanceGeometryCell(double importance,
                                      G4VPhysicalVolume arg1,
                                      int aRepNum)

addImportanceGeometryCell

public void addImportanceGeometryCell(double importance,
                                      G4VPhysicalVolume arg1)

changeImportance

public void changeImportance(double importance,
                             G4GeometryCell gCell)

changeImportance

public void changeImportance(double importance,
                             G4VPhysicalVolume arg1,
                             int aRepNum)

changeImportance

public void changeImportance(double importance,
                             G4VPhysicalVolume arg1)

getImportance

public double getImportance(G4VPhysicalVolume arg0,
                            int aRepNum)

getImportance

public double getImportance(G4VPhysicalVolume arg0)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.