hep.geant4.jni
Class G4NistElementBuilder

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

public class G4NistElementBuilder
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4NistElementBuilder(int vb)
           
G4NistElementBuilder(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 G4Element findOrBuildElement(int Z)
           
 G4Element findOrBuildElement(int Z, boolean buildIsotopes)
           
 G4Element findOrBuildElement(String symb)
           
 G4Element findOrBuildElement(String symb, boolean buildIsotopes)
           
 double getA(int Z)
           
static long getCPtr(G4NistElementBuilder obj)
           
 double getIsotopeAbundance(int Z, int N)
           
 double getIsotopeMass(int Z, int N)
           
 int getMaxNumElements()
           
 int getZ(String symb)
           
 void printElement(int Z)
           
 void setVerbose(int vb)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4NistElementBuilder

public G4NistElementBuilder(long cPtr,
                            boolean cMemoryOwn)

G4NistElementBuilder

public G4NistElementBuilder(int vb)
Method Detail

getCPtr

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

getZ

public int getZ(String symb)

getA

public double getA(int Z)

getIsotopeMass

public double getIsotopeMass(int Z,
                             int N)

getIsotopeAbundance

public double getIsotopeAbundance(int Z,
                                  int N)

getMaxNumElements

public int getMaxNumElements()

setVerbose

public void setVerbose(int vb)

printElement

public void printElement(int Z)

findOrBuildElement

public G4Element findOrBuildElement(int Z,
                                    boolean buildIsotopes)

findOrBuildElement

public G4Element findOrBuildElement(int Z)

findOrBuildElement

public G4Element findOrBuildElement(String symb,
                                    boolean buildIsotopes)

findOrBuildElement

public G4Element findOrBuildElement(String symb)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.