hep.geant4.jni
Class G4GaussChebyshevQ

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

public class G4GaussChebyshevQ
extends G4VGaussianQuadrature


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VGaussianQuadrature
swigCMemOwn
 
Constructor Summary
G4GaussChebyshevQ(long cPtr, boolean cMemoryOwn)
           
G4GaussChebyshevQ(SWIGTYPE_p_f_double__double pFunction, int nChebyshev)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4GaussChebyshevQ obj)
           
 double integral(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

G4GaussChebyshevQ

public G4GaussChebyshevQ(long cPtr,
                         boolean cMemoryOwn)

G4GaussChebyshevQ

public G4GaussChebyshevQ(SWIGTYPE_p_f_double__double pFunction,
                         int nChebyshev)
Method Detail

getCPtr

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


Copyright © 2000-2007 FreeHEP. All Rights Reserved.