hep.geant4.jni
Class G4PhysicsTable

java.lang.Object
  extended by hep.geant4.jni.G4PhysicsVectorVector
      extended by hep.geant4.jni.G4PhysicsTable

public class G4PhysicsTable
extends G4PhysicsVectorVector


Field Summary
 
Fields inherited from class hep.geant4.jni.G4PhysicsVectorVector
swigCMemOwn
 
Constructor Summary
G4PhysicsTable()
           
G4PhysicsTable(long capacity)
           
G4PhysicsTable(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void clearAndDestroy()
           
 void clearFlag(long i)
           
 void delete()
           
 long entries()
           
 boolean equals(Object obj)
           
 boolean existPhysicsTable(String fileName)
           
protected  void finalize()
           
static long getCPtr(G4PhysicsTable obj)
           
 boolean getFlag(long i)
           
 void insert(G4PhysicsVector arg0)
           
 void insertAt(long arg0, G4PhysicsVector arg1)
           
 boolean isEmpty()
           
 long length()
           
 void pushBack(G4PhysicsVector arg0)
           
 void resetFlagArray()
           
 void resize(long arg0)
           
 void resize(long arg0, G4PhysicsVector vec)
           
 boolean retrievePhysicsTable(String filename)
           
 boolean retrievePhysicsTable(String filename, boolean ascii)
           
 boolean storePhysicsTable(String filename)
           
 boolean storePhysicsTable(String filename, boolean ascii)
           
 
Methods inherited from class hep.geant4.jni.G4PhysicsVectorVector
capacity, clear, empty, get, getCPtr, reserve, set, size
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4PhysicsTable

public G4PhysicsTable(long cPtr,
                      boolean cMemoryOwn)

G4PhysicsTable

public G4PhysicsTable()

G4PhysicsTable

public G4PhysicsTable(long capacity)
Method Detail

getCPtr

public static long getCPtr(G4PhysicsTable obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4PhysicsVectorVector

equals

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

clearAndDestroy

public void clearAndDestroy()

pushBack

public void pushBack(G4PhysicsVector arg0)
Overrides:
pushBack in class G4PhysicsVectorVector

insert

public void insert(G4PhysicsVector arg0)

insertAt

public void insertAt(long arg0,
                     G4PhysicsVector arg1)

resize

public void resize(long arg0,
                   G4PhysicsVector vec)

resize

public void resize(long arg0)

entries

public long entries()

length

public long length()

isEmpty

public boolean isEmpty()

existPhysicsTable

public boolean existPhysicsTable(String fileName)

storePhysicsTable

public boolean storePhysicsTable(String filename,
                                 boolean ascii)

storePhysicsTable

public boolean storePhysicsTable(String filename)

retrievePhysicsTable

public boolean retrievePhysicsTable(String filename,
                                    boolean ascii)

retrievePhysicsTable

public boolean retrievePhysicsTable(String filename)

resetFlagArray

public void resetFlagArray()

getFlag

public boolean getFlag(long i)

clearFlag

public void clearFlag(long i)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.