hep.geant4.jni
Class G4DataInterpolation
java.lang.Object
hep.geant4.jni.G4DataInterpolation
public class G4DataInterpolation
- extends Object
swigCMemOwn
protected boolean swigCMemOwn
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)
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.