hep.geant4.jni
Class G4MaterialPropertiesTable
java.lang.Object
hep.geant4.jni.G4MaterialPropertiesTable
public class G4MaterialPropertiesTable
- extends Object
swigCMemOwn
protected boolean swigCMemOwn
G4MaterialPropertiesTable
public G4MaterialPropertiesTable(long cPtr,
boolean cMemoryOwn)
G4MaterialPropertiesTable
public G4MaterialPropertiesTable()
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.