Interpolation node.
More...
#include <G4INCLInterpolationTable.hh>
Interpolation node.
Definition at line 56 of file G4INCLInterpolationTable.hh.
◆ InterpolationNode()
◆ ~InterpolationNode()
virtual G4INCL::InterpolationNode::~InterpolationNode |
( |
| ) |
|
|
inlinevirtual |
◆ getX()
G4double G4INCL::InterpolationNode::getX |
( |
| ) |
const |
|
inline |
◆ getY()
G4double G4INCL::InterpolationNode::getY |
( |
| ) |
const |
|
inline |
◆ getYPrime()
G4double G4INCL::InterpolationNode::getYPrime |
( |
| ) |
const |
|
inline |
◆ operator<()
◆ operator<=()
◆ operator>()
◆ operator>=()
◆ print()
std::string G4INCL::InterpolationNode::print |
( |
| ) |
const |
|
inline |
Definition at line 90 of file G4INCLInterpolationTable.hh.
91 std::stringstream message;
92 message <<
"x, y, yPrime: " <<
x <<
'\t' <<
y <<
'\t' <<
yPrime <<
'\n';
G4double yPrime
function derivative
◆ setX()
void G4INCL::InterpolationNode::setX |
( |
const G4double |
x0 | ) |
|
|
inline |
◆ setY()
void G4INCL::InterpolationNode::setY |
( |
const G4double |
y0 | ) |
|
|
inline |
◆ setYPrime()
void G4INCL::InterpolationNode::setYPrime |
( |
const G4double |
yPrime0 | ) |
|
|
inline |
◆ yPrime
G4double G4INCL::InterpolationNode::yPrime |
|
protected |
The documentation for this class was generated from the following file: