hep.geant4.jni
Class G4VIsotopeTable

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

public class G4VIsotopeTable
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4VIsotopeTable(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 boolean findIsotope(G4IsotopeProperty property)
           
static long getCPtr(G4VIsotopeTable obj)
           
 G4IsotopeProperty getIsotope(int Z, int A, double E)
           
 int getVerboseLevel()
           
 void setVerboseLevel(int level)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4VIsotopeTable

public G4VIsotopeTable(long cPtr,
                       boolean cMemoryOwn)
Method Detail

getCPtr

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

findIsotope

public boolean findIsotope(G4IsotopeProperty property)

getIsotope

public G4IsotopeProperty getIsotope(int Z,
                                    int A,
                                    double E)

getVerboseLevel

public int getVerboseLevel()

setVerboseLevel

public void setVerboseLevel(int level)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.