|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthep.geant4.jni.G4DataInterpolation
public class G4DataInterpolation
| 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 |
|---|
protected boolean swigCMemOwn
| Constructor Detail |
|---|
public G4DataInterpolation(long cPtr,
boolean cMemoryOwn)
public G4DataInterpolation(double[] pX,
double[] pY,
int number)
public G4DataInterpolation(double[] pX,
double[] pY,
int number,
double pFirstDerStart,
double pFirstDerFinish)
| Method Detail |
|---|
public static long getCPtr(G4DataInterpolation obj)
protected void finalize()
throws Throwable
finalize in class ObjectThrowablepublic void delete()
public boolean equals(Object obj)
equals in class Object
public double polynomInterpolation(double pX,
SWIGTYPE_p_double deltaY)
public void polIntCoefficient(double[] cof)
public double rationalPolInterpolation(double pX,
SWIGTYPE_p_double deltaY)
public double cubicSplineInterpolation(double pX)
public double fastCubicSpline(double pX,
int index)
public int locateArgument(double pX)
public void correlatedSearch(double pX,
SWIGTYPE_p_int index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||