Class for interpolating the inverse of a 1-dimensional function. 더 자세히 ...
#include <G4INCLInvFInterpolationTable.hh>
Public 타입 | |
typedef G4double(*const | ManipulatorFunc )(const G4double) |
Typedef to simplify the syntax of inverseCDFTable. 더 자세히 ... | |
Public 멤버 함수 | |
InvFInterpolationTable (IFunction1D const &f, const unsigned int nNodes=30) | |
virtual | ~InvFInterpolationTable () |
unsigned int | getNumberOfNodes () const |
std::vector< G4double > | getNodeAbscissae () const |
std::vector< G4double > | getNodeValues () const |
G4double | operator() (const G4double x) const |
Compute the value of the function. 더 자세히 ... | |
std::string | print () const |
virtual G4double | getXMinimum () const |
Return the minimum allowed value of the independent variable. 더 자세히 ... | |
virtual G4double | getXMaximum () const |
Return the maximum allowed value of the independent variable. 더 자세히 ... | |
virtual G4double | integrate (const G4double x0, const G4double x1, const G4double step=-1.) const |
Integrate the function between two values. 더 자세히 ... | |
IFunction1D * | primitive () const |
Return a pointer to the (numerical) primitive to this function. 더 자세히 ... | |
InterpolationTable * | inverseCDFTable (ManipulatorFunc fWrap=0, const G4int nNodes=60) const |
Return a pointer to the inverse of the CDF of this function. 더 자세히 ... | |
Protected 멤버 함수 | |
void | initDerivatives () |
Initialise the values of the node derivatives. 더 자세히 ... | |
Protected 속성 | |
std::vector< InterpolationNode > | nodes |
Interpolating nodes. 더 자세히 ... | |
G4double | xMin |
Minimum value of the independent variable. 더 자세히 ... | |
G4double | xMax |
Maximum value of the independent variable. 더 자세히 ... | |
Class for interpolating the inverse of a 1-dimensional function.
G4INCLInvFInterpolationTable.hh 파일의 56 번째 라인에서 정의되었습니다.
Typedef to simplify the syntax of inverseCDFTable.
G4INCLIFunction1D.hh 파일의 93 번째 라인에서 정의되었습니다.
G4INCL::InvFInterpolationTable::InvFInterpolationTable | ( | IFunction1D const & | f, |
const unsigned int | nNodes = 30 |
||
) |
|
inlinevirtual |
G4INCLInvFInterpolationTable.hh 파일의 59 번째 라인에서 정의되었습니다.
|
inherited |
G4INCLInterpolationTable.cc 파일의 67 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::InterpolationNode::getX(), G4INCL::InterpolationTable::nodes, x.
|
inherited |
G4INCLInterpolationTable.cc 파일의 74 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::InterpolationNode::getY(), G4INCL::InterpolationTable::nodes, y.
|
inlineinherited |
G4INCLInterpolationTable.hh 파일의 111 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::InterpolationTable::nodes.
|
inlinevirtualinherited |
Return the maximum allowed value of the independent variable.
G4INCLIFunction1D.hh 파일의 75 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::IFunction1D::xMax.
다음에 의해서 참조됨 : G4INCL::IFunction1D::inverseCDFTable(), InvFInterpolationTable(), G4INCL::IFunction1D::primitive().
|
inlinevirtualinherited |
Return the minimum allowed value of the independent variable.
G4INCLIFunction1D.hh 파일의 72 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::IFunction1D::xMin.
다음에 의해서 참조됨 : G4INCL::IFunction1D::inverseCDFTable(), InvFInterpolationTable(), G4INCL::IFunction1D::primitive().
|
protectedinherited |
Initialise the values of the node derivatives.
G4INCLInterpolationTable.cc 파일의 81 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::InterpolationTable::nodes.
다음에 의해서 참조됨 : G4INCL::InterpolationTable::InterpolationTable(), InvFInterpolationTable().
|
virtualinherited |
Integrate the function between two values.
x0 | lower integration bound |
x1 | upper integration bound |
step | largest integration step size; if <0, 45 steps will be used |
G4INCLIFunction1D.cc 파일의 66 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::IFunction1D::integrationCoefficients, G4INCL::Math::max(), G4INCL::Math::min(), G4INCL::IFunction1D::operator()(), result, G4INCL::Math::sign(), x, G4INCL::IFunction1D::xMax, G4INCL::IFunction1D::xMin.
|
inherited |
Return a pointer to the inverse of the CDF of this function.
The function parameter fWrap is wrapped around the return value of operator(). If fWrap=NULL (default), fWrap=identity.
G4INCLIFunction1D.cc 파일의 123 번째 라인에서 정의되었습니다.
다음을 참조함 : f, G4INCL::IFunction1D::getXMaximum(), G4INCL::IFunction1D::getXMinimum(), G4INCL::IFunction1D::IFunction1D(), G4INCL::Math::min(), G4INCL::IFunction1D::operator()(), x, G4INCL::IFunction1D::xMax, G4INCL::IFunction1D::xMin.
다음에 의해서 참조됨 : G4INCL::NuclearDensityFactory::createPCDFTable(), G4INCL::NuclearDensityFactory::createRCDFTable(), G4INCL::NuclearDensityFactory::createRPCorrelationTable().
Compute the value of the function.
G4INCL::IFunction1D를 구현.
G4INCLInterpolationTable.cc 파일의 91 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::InterpolationTable::nodes.
|
inherited |
Return a pointer to the (numerical) primitive to this function.
G4INCLIFunction1D.cc 파일의 105 번째 라인에서 정의되었습니다.
다음을 참조함 : f, G4INCL::IFunction1D::getXMaximum(), G4INCL::IFunction1D::getXMinimum(), G4INCL::IFunction1D::IFunction1D(), G4INCL::IFunction1D::operator()(), Primitive, x, G4INCL::IFunction1D::xMin.
|
inherited |
G4INCLInterpolationTable.cc 파일의 108 번째 라인에서 정의되었습니다.
다음을 참조함 : e, message(), n, G4INCL::InterpolationTable::nodes.
다음에 의해서 참조됨 : G4INCL::NuclearDensityFactory::createPCDFTable(), G4INCL::NuclearDensityFactory::createRCDFTable(), G4INCL::NuclearDensityFactory::createRPCorrelationTable().
|
protectedinherited |
Interpolating nodes.
G4INCLInterpolationTable.hh 파일의 128 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::InterpolationTable::getNodeAbscissae(), G4INCL::InterpolationTable::getNodeValues(), G4INCL::InterpolationTable::getNumberOfNodes(), G4INCL::InterpolationTable::initDerivatives(), G4INCL::InterpolationTable::InterpolationTable(), InvFInterpolationTable(), G4INCL::InterpolationTable::operator()(), G4INCL::InterpolationTable::print().
|
protectedinherited |
Maximum value of the independent variable.
G4INCLIFunction1D.hh 파일의 106 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::IFunction1D::getXMaximum(), G4INCL::IFunction1D::integrate(), G4INCL::IFunction1D::inverseCDFTable().
|
protectedinherited |
Minimum value of the independent variable.
G4INCLIFunction1D.hh 파일의 104 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::IFunction1D::getXMinimum(), G4INCL::IFunction1D::integrate(), G4INCL::IFunction1D::inverseCDFTable(), G4INCL::IFunction1D::primitive().