hep.geant4.jni
Class G4RegionStore

java.lang.Object
  extended by hep.geant4.jni.G4RegionVector
      extended by hep.geant4.jni.G4RegionStore

public class G4RegionStore
extends G4RegionVector


Field Summary
 
Fields inherited from class hep.geant4.jni.G4RegionVector
swigCMemOwn
 
Constructor Summary
G4RegionStore(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
static void clean()
           
 void delete()
           
static void deRegister(G4Region pSolid)
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 G4Region findOrCreateRegion(String name)
           
static long getCPtr(G4RegionStore obj)
           
static G4RegionStore getInstance()
           
 G4Region getRegion(String name)
           
 G4Region getRegion(String name, boolean verbose)
           
 boolean isModified()
           
static void register(G4Region pSolid)
           
 void resetRegionModified()
           
static void setNotifier(SWIGTYPE_p_G4VNotifier pNotifier)
           
 void setWorldVolume()
           
 void updateMaterialList(G4VPhysicalVolume currentWorld)
           
 
Methods inherited from class hep.geant4.jni.G4RegionVector
capacity, clear, empty, get, getCPtr, pushBack, reserve, set, size
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4RegionStore

public G4RegionStore(long cPtr,
                     boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(G4RegionStore obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4RegionVector

equals

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

register

public static void register(G4Region pSolid)

deRegister

public static void deRegister(G4Region pSolid)

getInstance

public static G4RegionStore getInstance()

setNotifier

public static void setNotifier(SWIGTYPE_p_G4VNotifier pNotifier)

clean

public static void clean()

isModified

public boolean isModified()

resetRegionModified

public void resetRegionModified()

updateMaterialList

public void updateMaterialList(G4VPhysicalVolume currentWorld)

getRegion

public G4Region getRegion(String name,
                          boolean verbose)

getRegion

public G4Region getRegion(String name)

findOrCreateRegion

public G4Region findOrCreateRegion(String name)

setWorldVolume

public void setWorldVolume()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.