hep.geant4.jni
Class G4MaterialPropertiesTable

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

public class G4MaterialPropertiesTable
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4MaterialPropertiesTable()
           
G4MaterialPropertiesTable(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void addConstProperty(String key, double PropertyValue)
           
 void addEntry(String key, double aPhotonMomentum, double aPropertyValue)
           
 void addProperty(String key, double[] PhotonMomenta, double[] PropertyValues, int NumEntries)
           
 void addProperty(String key, G4MaterialPropertyVector opv)
           
 boolean constPropertyExists(String key)
           
 void delete()
           
 void dumpTable()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 double getConstProperty(String key)
           
static long getCPtr(G4MaterialPropertiesTable obj)
           
 G4MaterialPropertyVector getProperty(String key)
           
 void removeConstProperty(String key)
           
 void removeEntry(String key, double aPhotonMomentum)
           
 void removeProperty(String key)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4MaterialPropertiesTable

public G4MaterialPropertiesTable(long cPtr,
                                 boolean cMemoryOwn)

G4MaterialPropertiesTable

public G4MaterialPropertiesTable()
Method Detail

getCPtr

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

addConstProperty

public void addConstProperty(String key,
                             double PropertyValue)

addProperty

public void addProperty(String key,
                        double[] PhotonMomenta,
                        double[] PropertyValues,
                        int NumEntries)

addProperty

public void addProperty(String key,
                        G4MaterialPropertyVector opv)

removeConstProperty

public void removeConstProperty(String key)

removeProperty

public void removeProperty(String key)

getConstProperty

public double getConstProperty(String key)

constPropertyExists

public boolean constPropertyExists(String key)

getProperty

public G4MaterialPropertyVector getProperty(String key)

addEntry

public void addEntry(String key,
                     double aPhotonMomentum,
                     double aPropertyValue)

removeEntry

public void removeEntry(String key,
                        double aPhotonMomentum)

dumpTable

public void dumpTable()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.