hep.geant4.jni
Class G4DataInterpolation

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

public class G4DataInterpolation
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4DataInterpolation(double[] pX, double[] pY, int number)
           
G4DataInterpolation(double[] pX, double[] pY, int number, double pFirstDerStart, double pFirstDerFinish)
           
G4DataInterpolation(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void correlatedSearch(double pX, SWIGTYPE_p_int index)
           
 double cubicSplineInterpolation(double pX)
           
 void delete()
           
 boolean equals(Object obj)
           
 double fastCubicSpline(double pX, int index)
           
protected  void finalize()
           
static long getCPtr(G4DataInterpolation obj)
           
 int locateArgument(double pX)
           
 void polIntCoefficient(double[] cof)
           
 double polynomInterpolation(double pX, SWIGTYPE_p_double deltaY)
           
 double rationalPolInterpolation(double pX, SWIGTYPE_p_double deltaY)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4DataInterpolation

public G4DataInterpolation(long cPtr,
                           boolean cMemoryOwn)

G4DataInterpolation

public G4DataInterpolation(double[] pX,
                           double[] pY,
                           int number)

G4DataInterpolation

public G4DataInterpolation(double[] pX,
                           double[] pY,
                           int number,
                           double pFirstDerStart,
                           double pFirstDerFinish)
Method Detail

getCPtr

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

polynomInterpolation

public double polynomInterpolation(double pX,
                                   SWIGTYPE_p_double deltaY)

polIntCoefficient

public void polIntCoefficient(double[] cof)

rationalPolInterpolation

public double rationalPolInterpolation(double pX,
                                       SWIGTYPE_p_double deltaY)

cubicSplineInterpolation

public double cubicSplineInterpolation(double pX)

fastCubicSpline

public double fastCubicSpline(double pX,
                              int index)

locateArgument

public int locateArgument(double pX)

correlatedSearch

public void correlatedSearch(double pX,
                             SWIGTYPE_p_int index)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.