hep.geant4.jni
Class G4MaterialPropertyVector

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

public class G4MaterialPropertyVector
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4MaterialPropertyVector()
           
G4MaterialPropertyVector(G4MaterialPropertyVector right)
           
G4MaterialPropertyVector(long cPtr, boolean cMemoryOwn)
           
G4MaterialPropertyVector(SWIGTYPE_p_double PhotonMomenta, SWIGTYPE_p_double PropertyValues, int NumElements)
           
 
Method Summary
 void addElement(double aPhotonMomentum, double aPropertyValue)
           
 void delete()
           
 void dumpVector()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4MaterialPropertyVector obj)
           
 double getMaxPhotonMomentum()
           
 double getMaxProperty()
           
 double getMinPhotonMomentum()
           
 double getMinProperty()
           
 double getPhotonMomentum()
           
 double getPhotonMomentum(double aProperty)
           
 double getProperty()
           
 double getProperty(double aPhotonMomentum)
           
 void removeElement(double aPhotonMomentum)
           
 void resetIterator()
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4MaterialPropertyVector

public G4MaterialPropertyVector(long cPtr,
                                boolean cMemoryOwn)

G4MaterialPropertyVector

public G4MaterialPropertyVector()

G4MaterialPropertyVector

public G4MaterialPropertyVector(SWIGTYPE_p_double PhotonMomenta,
                                SWIGTYPE_p_double PropertyValues,
                                int NumElements)

G4MaterialPropertyVector

public G4MaterialPropertyVector(G4MaterialPropertyVector right)
Method Detail

getCPtr

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

resetIterator

public void resetIterator()

addElement

public void addElement(double aPhotonMomentum,
                       double aPropertyValue)

removeElement

public void removeElement(double aPhotonMomentum)

getProperty

public double getProperty(double aPhotonMomentum)

getPhotonMomentum

public double getPhotonMomentum(double aProperty)

getProperty

public double getProperty()

getPhotonMomentum

public double getPhotonMomentum()

getMaxProperty

public double getMaxProperty()

getMinProperty

public double getMinProperty()

getMaxPhotonMomentum

public double getMaxPhotonMomentum()

getMinPhotonMomentum

public double getMinPhotonMomentum()

dumpVector

public void dumpVector()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.