#include <G4DataInterpolation.hh>
Public 멤버 함수 | |
G4DataInterpolation (G4double pX[], G4double pY[], G4int number) | |
G4DataInterpolation (G4double pX[], G4double pY[], G4int number, G4double pFirstDerStart, G4double pFirstDerFinish) | |
~G4DataInterpolation () | |
G4double | PolynomInterpolation (G4double pX, G4double &deltaY) const |
void | PolIntCoefficient (G4double cof[]) const |
G4double | RationalPolInterpolation (G4double pX, G4double &deltaY) const |
G4double | CubicSplineInterpolation (G4double pX) const |
G4double | FastCubicSpline (G4double pX, G4int index) const |
G4int | LocateArgument (G4double pX) const |
void | CorrelatedSearch (G4double pX, G4int &index) const |
Private 멤버 함수 | |
G4DataInterpolation (const G4DataInterpolation &) | |
G4DataInterpolation & | operator= (const G4DataInterpolation &) |
Private 속성 | |
G4double * | fArgument |
G4double * | fFunction |
G4double * | fSecondDerivative |
G4int | fNumber |
G4DataInterpolation.hh 파일의 116 번째 라인에서 정의되었습니다.
G4DataInterpolation.cc 파일의 36 번째 라인에서 정의되었습니다.
G4DataInterpolation::G4DataInterpolation | ( | G4double | pX[], |
G4double | pY[], | ||
G4int | number, | ||
G4double | pFirstDerStart, | ||
G4double | pFirstDerFinish | ||
) |
G4DataInterpolation.cc 파일의 58 번째 라인에서 정의되었습니다.
다음을 참조함 : fArgument, fFunction, fNumber, fSecondDerivative.
G4DataInterpolation::~G4DataInterpolation | ( | ) |
G4DataInterpolation.cc 파일의 133 번째 라인에서 정의되었습니다.
다음을 참조함 : fArgument, fFunction, fSecondDerivative.
|
private |
G4DataInterpolation.cc 파일의 414 번째 라인에서 정의되었습니다.
G4DataInterpolation.cc 파일의 311 번째 라인에서 정의되었습니다.
다음을 참조함 : a, fArgument, FatalException, fFunction, fNumber, fSecondDerivative, G4Exception().
다음에 의해서 참조됨 : G4SPSEneDistribution::SplineInterpolation().
G4DataInterpolation.cc 파일의 353 번째 라인에서 정의되었습니다.
다음을 참조함 : a, fArgument, FatalException, fFunction, fSecondDerivative, G4Exception().
G4DataInterpolation.cc 파일의 378 번째 라인에서 정의되었습니다.
|
private |
G4DataInterpolation.cc 파일의 202 번째 라인에서 정의되었습니다.
G4DataInterpolation.cc 파일의 148 번째 라인에서 정의되었습니다.
다음을 참조함 : cd, d, fArgument, FatalException, fFunction, fNumber, G4Exception(), y.
G4DataInterpolation.cc 파일의 249 번째 라인에서 정의되었습니다.
다음을 참조함 : cd, d, fArgument, FatalException, fFunction, fNumber, G4Exception(), y.
|
private |
G4DataInterpolation.hh 파일의 158 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CorrelatedSearch(), CubicSplineInterpolation(), FastCubicSpline(), G4DataInterpolation(), LocateArgument(), PolIntCoefficient(), PolynomInterpolation(), RationalPolInterpolation(), ~G4DataInterpolation().
|
private |
G4DataInterpolation.hh 파일의 159 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CubicSplineInterpolation(), FastCubicSpline(), G4DataInterpolation(), PolIntCoefficient(), PolynomInterpolation(), RationalPolInterpolation(), ~G4DataInterpolation().
|
private |
G4DataInterpolation.hh 파일의 161 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CorrelatedSearch(), CubicSplineInterpolation(), G4DataInterpolation(), LocateArgument(), PolIntCoefficient(), PolynomInterpolation(), RationalPolInterpolation().
|
private |
G4DataInterpolation.hh 파일의 160 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CubicSplineInterpolation(), FastCubicSpline(), G4DataInterpolation(), ~G4DataInterpolation().