hep.geant4.jni
Class G4GaussLegendreQ

java.lang.Object
  extended by hep.geant4.jni.G4VGaussianQuadrature
      extended by hep.geant4.jni.G4GaussLegendreQ

public class G4GaussLegendreQ
extends G4VGaussianQuadrature


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VGaussianQuadrature
swigCMemOwn
 
Constructor Summary
G4GaussLegendreQ(long cPtr, boolean cMemoryOwn)
           
G4GaussLegendreQ(SWIGTYPE_p_f_double__double pFunction)
           
G4GaussLegendreQ(SWIGTYPE_p_f_double__double pFunction, int nLegendre)
           
 
Method Summary
 double accurateIntegral(double a, double b)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4GaussLegendreQ obj)
           
 double integral(double a, double b)
           
 double quickIntegral(double a, double b)
           
 
Methods inherited from class hep.geant4.jni.G4VGaussianQuadrature
getAbscissa, getCPtr, getNumber, getWeight
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4GaussLegendreQ

public G4GaussLegendreQ(long cPtr,
                        boolean cMemoryOwn)

G4GaussLegendreQ

public G4GaussLegendreQ(SWIGTYPE_p_f_double__double pFunction)

G4GaussLegendreQ

public G4GaussLegendreQ(SWIGTYPE_p_f_double__double pFunction,
                        int nLegendre)
Method Detail

getCPtr

public static long getCPtr(G4GaussLegendreQ obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4VGaussianQuadrature

equals

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

integral

public double integral(double a,
                       double b)

quickIntegral

public double quickIntegral(double a,
                            double b)

accurateIntegral

public double accurateIntegral(double a,
                               double b)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.