|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthep.geant4.jni.G4SimpleIntegration
public class G4SimpleIntegration
| Field Summary | |
|---|---|
protected boolean |
swigCMemOwn
|
| Constructor Summary | |
|---|---|
G4SimpleIntegration(long cPtr,
boolean cMemoryOwn)
|
|
G4SimpleIntegration(SWIGTYPE_p_f_double__double pFunction)
|
|
G4SimpleIntegration(SWIGTYPE_p_f_double__double pFunction,
double pTolerance)
|
|
| Method Summary | |
|---|---|
double |
adaptGaussIntegration(double xInitial,
double xFinal)
|
void |
delete()
|
boolean |
equals(Object obj)
|
protected void |
finalize()
|
double |
gauss(double xInitial,
double xFinal,
int iterationNumber)
|
static long |
getCPtr(G4SimpleIntegration obj)
|
double |
midPoint(double xInitial,
double xFinal,
int iterationNumber)
|
double |
simpson(double xInitial,
double xFinal,
int iterationNumber)
|
double |
trapezoidal(double xInitial,
double xFinal,
int iterationNumber)
|
| Methods inherited from class java.lang.Object |
|---|
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean swigCMemOwn
| Constructor Detail |
|---|
public G4SimpleIntegration(long cPtr,
boolean cMemoryOwn)
public G4SimpleIntegration(SWIGTYPE_p_f_double__double pFunction)
public G4SimpleIntegration(SWIGTYPE_p_f_double__double pFunction,
double pTolerance)
| Method Detail |
|---|
public static long getCPtr(G4SimpleIntegration obj)
protected void finalize()
throws Throwable
finalize in class ObjectThrowablepublic void delete()
public boolean equals(Object obj)
equals in class Object
public double trapezoidal(double xInitial,
double xFinal,
int iterationNumber)
public double midPoint(double xInitial,
double xFinal,
int iterationNumber)
public double gauss(double xInitial,
double xFinal,
int iterationNumber)
public double simpson(double xInitial,
double xFinal,
int iterationNumber)
public double adaptGaussIntegration(double xInitial,
double xFinal)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||