hep.geant4.jni
Class G4VGaussianQuadrature

java.lang.Object
  extended by hep.geant4.jni.G4VGaussianQuadrature
Direct Known Subclasses:
G4GaussChebyshevQ, G4GaussHermiteQ, G4GaussJacobiQ, G4GaussLaguerreQ, G4GaussLegendreQ

public class G4VGaussianQuadrature
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4VGaussianQuadrature(long cPtr, boolean cMemoryOwn)
           
G4VGaussianQuadrature(SWIGTYPE_p_f_double__double pFunction)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 double getAbscissa(int index)
           
static long getCPtr(G4VGaussianQuadrature obj)
           
 int getNumber()
           
 double getWeight(int index)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4VGaussianQuadrature

public G4VGaussianQuadrature(long cPtr,
                             boolean cMemoryOwn)

G4VGaussianQuadrature

public G4VGaussianQuadrature(SWIGTYPE_p_f_double__double pFunction)
Method Detail

getCPtr

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

getAbscissa

public double getAbscissa(int index)

getWeight

public double getWeight(int index)

getNumber

public int getNumber()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.